We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
➤ PM Bot commented:
Jira ticket: RKOTLIN-1121
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: