Kotlin / kotlinx.collections.immutable

Immutable persistent collections for Kotlin
Apache License 2.0
1.16k stars 59 forks source link

PersistentHashMapBuilderTest.randomOperationTests fails on JVM #109

Closed belyaev-mikhail closed 3 years ago

belyaev-mikhail commented 3 years ago

Running full random tests on my machine fails with "The persistent map of 1 generation was modified. Expected: (...huge map here...) Actual: (...huge map here...)"

I believe this bug is there for some time (checked against my PRs, seems to fail on master back before #89).

belyaev-mikhail commented 3 years ago

111 is my try at fixing this (still not sure about the intent of the code in question)