Remove testdbCleanup() call, causes major problems

This commit is contained in:
Andrew Johnson
2020-12-01 21:41:42 -06:00
committed by mdavidsaver
parent c63c09a834
commit bfe35cc1d6

View File

@ -714,7 +714,9 @@ void TestIocUnit::start()
void TestIocUnit::shutdown()
{
testIocShutdownOk();
testdbCleanup();
// FIXME: We should run testdbCleanup() here but that causes
// Windows test-runs to fail, returning a weird status code.
// On Linux valgrind also detects invalid reads.
}
#endif // HAS_DBUNITTEST