You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on the E2E tests using the JS SDK.
In one of the tests I am creating an object with a mixed property in mongo, adding an object as the value of mixed (as DBRef in particular) and then I am waiting for it to be synchronised back to realm. Then I am checking that the object pointed by the mixed property in realm has the same properties as the one in mongo. The problem is that the test succeeds only about half the times, and I’m getting the following exception the other half of the times:
I am working on the E2E tests using the JS SDK.
In one of the tests I am creating an object with a mixed property in mongo, adding an object as the value of mixed (as DBRef in particular) and then I am waiting for it to be synchronised back to realm. Then I am checking that the object pointed by the mixed property in realm has the same properties as the one in mongo. The problem is that the test succeeds only about half the times, and I’m getting the following exception the other half of the times:
I can point to the baas fork where the code for this test resides if necessary, just ping me.
Core version
Core version: 11.0.0-beta.4
realm-js version: 10.5.0-beta.2
The text was updated successfully, but these errors were encountered: