Open kneth opened 2 months ago
After upgrading to Realm Core v14.12.0 a number of tests are failing - but only on Android. The following tests have been disabled:
io.realm.kotlin.test.mongodb.common.SubscriptionTests > asQuery
io.realm.kotlin.test.mongodb.common.AsymmetricSyncTests > asymmetricSchema
io.realm.kotlin.test.mongodb.common.SubscriptionExtensionsTests > realmQuery_subscribe_waitNever
The error message is java.lang.IllegalStateException: [RLM_ERR_BAD_VERSION]: Unable to lock version 6 as it does not exist or has been cleaned up.
java.lang.IllegalStateException: [RLM_ERR_BAD_VERSION]: Unable to lock version 6 as it does not exist or has been cleaned up.
➤ PM Bot commented:
Jira ticket: RKOTLIN-1121
After upgrading to Realm Core v14.12.0 a number of tests are failing - but only on Android. The following tests have been disabled:
io.realm.kotlin.test.mongodb.common.SubscriptionTests > asQuery
io.realm.kotlin.test.mongodb.common.AsymmetricSyncTests > asymmetricSchema
io.realm.kotlin.test.mongodb.common.SubscriptionExtensionsTests > realmQuery_subscribe_waitNever
The error message is
java.lang.IllegalStateException: [RLM_ERR_BAD_VERSION]: Unable to lock version 6 as it does not exist or has been cleaned up.