SQLiter icon indicating copy to clipboard operation
SQLiter copied to clipboard

Fix multithreaded test

Open kpgalligan opened this issue 3 years ago • 1 comments

This test is failing for DELETE journal, but it was probably written for WAL specifically.

https://github.com/touchlab/SQLiter/blob/main/sqliter-driver/src/nativeCommonTest/kotlin/co/touchlab/sqliter/NativeDatabaseConnectionTest.kt#L32

kpgalligan avatar Mar 26 '22 16:03 kpgalligan

Also failing for WAL, multithreadedActivityWAL

kpgalligan avatar Aug 30 '22 00:08 kpgalligan