]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enable DEFENSIVE mode by default for tests. This requires lots of case of
authordrh <drh@noemail.net>
Tue, 6 Nov 2018 19:26:04 +0000 (19:26 +0000)
committerdrh <drh@noemail.net>
Tue, 6 Nov 2018 19:26:04 +0000 (19:26 +0000)
commit0f0d3ddf71fdb1d231a66b3e05fe991b6df97be2
tree5563c866e6c381ba1fe6b20311e9a51ee7c5a59b
parentaef15e74c87b28f2a913fec58272b049916a01a8
Enable DEFENSIVE mode by default for tests.  This requires lots of case of
turning DEFENSIVE off in order to dodgy things to the database for testing
purposes.  No all of those cases are yet handled, so "make test" does not run
to completion.

FossilOrigin-Name: a1d6c6712c3304fd736077432c8c180692cf7d79be7f3a073510b6dab0eb951f
34 files changed:
ext/fts5/test/fts5corrupt.test
ext/fts5/test/fts5corrupt2.test
ext/fts5/test/fts5corrupt3.test
ext/fts5/test/fts5integrity.test
ext/fts5/test/fts5rebuild.test
ext/fts5/test/fts5rowid.test
ext/fts5/test/fts5version.test
ext/fts5/test/fts5vocab.test
ext/rtree/rtree8.test
ext/rtree/rtreeA.test
ext/rtree/rtreecheck.test
manifest
manifest.uuid
src/delete.c
src/vacuum.c
test/corrupt2.test
test/fts3auto.test
test/fts3corrupt.test
test/fts3corrupt2.test
test/fts3corrupt3.test
test/fts3corrupt4.test
test/fts3cov.test
test/fts3d.test
test/fts3defer.test
test/fts3defer2.test
test/fts3matchinfo.test
test/fts3misc.test
test/fts3query.test
test/fts3snippet.test
test/fts4check.test
test/fts4growth.test
test/fts4merge.test
test/fts4opt.test
test/tester.tcl