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

Enable tests

Open kneth opened this issue 1 year ago • 1 comments

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.

kneth avatar Aug 20 '24 10:08 kneth