pmem / pmemkv-java

Java bindings for pmemkv
https://pmem.io
BSD 3-Clause "New" or "Revised" License
28 stars 22 forks source link

Add tests using kotlinx-lincheck #140

Open lukaszstolarczuk opened 3 years ago

lukaszstolarczuk commented 3 years ago

Extra tests for concurrent data structures using kotlinx-lincheck should be fairly easy. And BTW it will show compatibility of our code with Kotlin.

lukaszstolarczuk commented 2 years ago

After all, it wasn't as simple as previously thought (or maybe it's just me 😄 ).

https://github.com/pmem/pmemkv-java/pull/150

// old, perhaps useful links: example test string generation