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-5693 : Fix missing exported symbols #3281

Closed pasin closed 4 months ago

pasin commented 4 months ago
pasin commented 4 months ago

The test failures seems to be flaky and is not related to this PR.

velicuvlad commented 4 months ago

This is the flaky I've told you about - LITECORE OBJECTS STILL NOT FREED. I've ran it a couple of time on both mac and ios and I couldn't reproduce

pasin commented 4 months ago

Some times things are freed in a background thread and when we checked that there are any objects left in the memory, they are not freed yet. Need to look at the test to see if it's because of that or not and see if there are things that can prevent the flakyness.