realm / realm-js

Realm is a mobile database: an alternative to SQLite & key-value stores
https://realm.io
Apache License 2.0
5.6k stars 558 forks source link

RJS-2397: Collections in mixed - synced tests #6617

Open papafe opened 2 weeks ago

papafe commented 2 weeks ago

This PR adds tests for synced collections in mixed

☑️ ToDos

papafe commented 6 days ago

For me the work on the test is "practically" done. The roundtrip tests are all passing, no issues with those. The issue is for the "mixed collections" tests, that even though pass when running each on their own, exhibit some strange behaviour when run together, so I need to investigate why we get this flakyness. But general comments about the tests/structure is appreciated 😁

papafe commented 5 days ago

@elle-j @kraenhansen @kneth I've removed all the flaky tests and the changes I've done with those. I will add them in a separate PR, but for now I wanted to have at least the basic tests merged