```java.util.ConcurrentModificationException ...
# squarelibraries
u
Copy code
java.util.ConcurrentModificationException
        at java.base/java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:756)
        at java.base/java.util.LinkedHashMap$LinkedKeyIterator.next(LinkedHashMap.java:778)
        at java.base/java.util.AbstractCollection.addAll(AbstractCollection.java:335)
        at app.cash.sqldelight.BaseTransacterImpl.postTransactionCleanup(Transacter.kt:289)
        at app.cash.sqldelight.TransacterImpl.transactionWithWrapper(Transacter.kt:376)
        at app.cash.sqldelight.TransacterImpl.transaction(Transacter.kt:349)
        at app.cash.sqldelight.Transacter$DefaultImpls.transaction$default(Transacter.kt:94)
        at ...my code
I'm lately seeing this in tests (when driving the db with jdbc) anyone seen this before? rerunning makes it go away -_-