realm-java
realm-java copied to clipboard
Flaky Test: RealmTests.encryption_stressTest()
This test seems to fail rather regularly on CI. It is unclear exactly what is going on. For now the test is disabled, but we should investigate further.
I am constantly getting
E/libc++abi: terminating with uncaught exception of type realm::util::DecryptionFailed: Decryption failed
Exception backtrace:
<backtrace not supported on this platform>
A/libc: Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 3713 (e.messenger.dev), pid 3713 (e.messenger.dev)
On Android. This is encrypted realm and deleteRealmIfMigrationNeeded is true. May be it is related?