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

Flaky Test: RealmTests.encryption_stressTest()

Open cmelchior opened this issue 3 years ago • 1 comments

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.

cmelchior avatar Jan 17 '22 14:01 cmelchior

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?

mwajeeh avatar Jan 28 '22 18:01 mwajeeh