stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.59k stars 1.55k forks source link

Add test plans, run tests with NSZombieEnabled #1067

Open jberkel opened 2 years ago

jberkel commented 2 years ago
    Restarting after unexpected exit, crash, or test timeout in CustomAggregationTests.testCustomStringAgg(); summary will include totals from previous launches.
jberkel commented 2 years ago

Test plans allow running tests with different options, we should try to use NSZombie, guard malloc etc to detect memory issues, especially important since the code makes heavy use of the Unsafe* APIs.