hawkw / sharded-slab

a lock-free concurrent slab (experimental)
MIT License
269 stars 17 forks source link

test: add a test reproducing #83 #85

Closed hawkw closed 1 year ago

hawkw commented 1 year ago

This commit adds an integration test reproducing #83.

I ran this test before and after the changes from PR #80, and I can confirm that the test fails without the changes from #80, but passes after #80. So, this means that #80 fixed the issue described in #83!

Fixes #80