couchbase / couchbase-lite-ios

Lightweight, embedded, syncable NoSQL database engine for iOS and MacOS apps.
Apache License 2.0
1.62k stars 297 forks source link

CBL-5222: MutableDocument should be usable before creating a database instance #3278

Closed velicuvlad closed 4 months ago

velicuvlad commented 4 months ago

User can now create a MutableDocument prior of defining a database object as it will initialize logging by itself if that's the case.

velicuvlad commented 4 months ago

Some tests started to be flaky, I can't figure out why yet... it is only happening on iOS Actions. It is not the same tests every time and all of them are passing on my machine via simulator.