pmemkv-java icon indicating copy to clipboard operation
pmemkv-java copied to clipboard

Add tests using kotlinx-lincheck

Open lukaszstolarczuk opened this issue 4 years ago • 1 comments

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 avatar Mar 15 '21 09:03 lukaszstolarczuk

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

lukaszstolarczuk avatar Aug 02 '22 10:08 lukaszstolarczuk