SQLite.swift icon indicating copy to clipboard operation
SQLite.swift copied to clipboard

Add test plans, run tests with NSZombieEnabled

Open jberkel opened this issue 4 years ago • 1 comments

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

jberkel avatar Aug 23 '21 12:08 jberkel

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.

jberkel avatar Aug 23 '21 13:08 jberkel