index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mptest
/
mptest.c
Commit message (
Expand
)
Author
Age
*
Enhance mptester so that it takes great care to delete its test database
drh
2016-02-12
*
Fix some more harmless compiler warnings.
mistachkin
2015-12-16
*
Fix uses of ctype functions (ex: isspace()) on signed characters in test
drh
2015-10-29
*
Path portability enhancements for mptester.exe.
drh
2015-03-31
|
\
|
*
Path handling portability enhancements for mptester.
mistachkin
2015-03-31
|
*
Testing enhancements on Windows.
mistachkin
2015-03-31
*
|
Add the "mptest" target to main.mk. Change TRUNCATE and PERSIST to DELETE
drh
2015-03-31
|
/
*
Additional logging information output by mptester.
drh
2015-03-31
*
Improvements to the MSVC build. Fix harmless compiler warnings. Enable use ...
mistachkin
2015-03-21
*
Expand the multi-process test cases to repeat each case 20 times and
drh
2015-03-11
*
Add the "mptester" tests to releasetest.tcl.
drh
2014-12-30
*
Fix an incorrect comment (a copy/paste error) in the mptester. No code
drh
2013-04-18
*
Add the --breakpoint and --show-sql-errors commands to mptester.
drh
2013-04-18
*
Fix the --match command in mptester so that it checks the entire result,
drh
2013-04-17
*
In the mptester, add --glob and --notglob and --testcase. Make --exit work
drh
2013-04-17
*
In mptester: improve the way that child processes are dispatched. Pass
drh
2013-04-12
*
For the multi-process tester on Win32, make use of the GetCurrentProcessId API.
mistachkin
2013-04-11
*
Show the process-id on log messages from mptester.
drh
2013-04-11
*
Enhance multi-process tester integration with the Win32 API.
mistachkin
2013-04-11
*
Use symbolic names for tasks in mptester.
drh
2013-04-10
*
Change the rollback journal so that it invokes sqlite3_log() make a record
drh
2013-04-09
*
In mptester, handle startScript no-change commits using a retry rather
drh
2013-04-08
*
Still more tests using mptester. Added test cases that leave rollback
drh
2013-04-08
*
Change mptester to avoid reporting SQLITE_BUSY errors if the busy handler
drh
2013-04-08
*
Add the "mptester" target to the makefiles. Make mptester run with
drh
2013-04-08
*
Fix harmless compiler warnings in mptest.c.
drh
2013-04-08
*
Add the vfsname() and eval() SQL functions to mptest.c.
drh
2013-04-08
*
Add --if, --else, --endif processing to mptest.c.
drh
2013-04-08
*
Fix the --source command so that its argument is relative to the script.
drh
2013-04-06
*
Add SQLITE_CONFIG_LOG error logging to the mptest program.
drh
2013-04-06
*
Get the build of mptest working on mac.
drh
2013-04-06
*
Get the mptest program running on windows.
drh
2013-04-06
*
Many improvements to the mptest program. Added a simple test script.
drh
2013-04-06
*
Add a prototype TH3-script-style test harness that starts multiple processes
drh
2013-04-06