103 errors out of 202628 tests on Linux 64-bit little-endian

This commit is contained in:
Jan Mercl
2020-07-30 17:13:42 +02:00
parent 2491c1ae5a
commit 3337c85b5e
14 changed files with 1669 additions and 2503 deletions

View File

@@ -25,6 +25,7 @@ var (
"-DHAVE_USLEEP",
"-DLONGDOUBLE_TYPE=double",
"-DSQLITE_DEFAULT_MEMSTATUS=0",
"-DSQLITE_DEFAULT_PAGE_SIZE=1024", // Needed by testfixture, where it's sadly hardcoded. See file_pages in autovacuum.test.
"-DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1",
"-DSQLITE_DQS=0",
"-DSQLITE_ENABLE_UNLOCK_NOTIFY", // Adds sqlite3_unlock_notify().