-
Type: Bug
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
After upgrading to Realm-Kotlin to core 14.10.3 we have noticed that some tests cases that asses if the metadata Realm is encrypted began to fail. The test logic is as follows:
- Create App with encrypted metadata.
- Create user, open/close a sync Realm.
- Try to open the App's metadata Realm as a local Realm providing the wrong or no key.
- We expect to fail, but it succeeds.
We have tried closing the App, but the behaviour persists.
Is this the expected behaviour?
Seems related to https://github.com/realm/realm-core/pull/7576