1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Add ext/misc/vfslog.c, a VFS shim for unix that keeps a log of method calls made by SQLite.

FossilOrigin-Name: 24a827b87666670c56d68a18685f4f712852fa92
This commit is contained in:
dan
2013-10-10 13:04:46 +00:00
parent 3d8b2395b3
commit 30e2f0ae08
5 changed files with 687 additions and 10 deletions

View File

@ -289,6 +289,17 @@ test_suite "queryplanner" -prefix "" -description {
where.test
}
test_suite "vfslog" -prefix "" -description {
"Vfslog" quick test suite. Like "veryquick" except does not omits
a few tests that do not work with a version 1 VFS. And the quota* tests,
which do not work with a VFS that uses the pVfs argument passed to
sqlite3_vfs methods.
} -files [
test_set $allquicktests -exclude *malloc* *ioerr* *fault* oserror.test \
pager1.test syscall.test sysfault.test tkt3457.test quota* superlock* \
wal* mmap*
]
lappend ::testsuitelist xxx
#-------------------------------------------------------------------------
# Define the coverage related test suites: