drh
|
f0bce09cdd
|
More test coverage improvements. (CVS 2605)
FossilOrigin-Name: e559e810a51427def6928763ae0d6f7347366d04
|
2005-08-20 13:47:41 +00:00 |
|
drh
|
cca76c2f7e
|
Disable the use of ./crashtest in builds that include a codec. (CVS 2371)
FossilOrigin-Name: 7e4af62238bf8fa3d3cbc79e2c8951e621a0c0b4
|
2005-03-10 12:58:21 +00:00 |
|
danielk1977
|
0fa388f685
|
Update to test files to support builds with OMIT macros defined. (CVS 2289)
FossilOrigin-Name: 808e16a7dda048c214df24170da282087042ee3a
|
2005-01-29 09:14:05 +00:00 |
|
danielk1977
|
f7c9bfead4
|
Update ioerr.test to be more deterministic. (CVS 2287)
FossilOrigin-Name: d0b16bae6555f723400821b22916b66609a26b9c
|
2005-01-29 08:36:45 +00:00 |
|
danielk1977
|
32554c10d0
|
Test script changes: Bug fix and cleanup on ioerr tests. Also, don't use TCL "file copy" command on windows. (CVS 2264)
FossilOrigin-Name: 764b55adb5dff944db36d0d19ce5e7cc758b3a9e
|
2005-01-22 03:39:39 +00:00 |
|
danielk1977
|
ca6707145d
|
A few test cases were failing on windows due to mandatory locking. Omit them on that platform. (CVS 2234)
FossilOrigin-Name: 441316f1af076fef42055d6abe524f2a8c5ced63
|
2005-01-19 03:47:15 +00:00 |
|
danielk1977
|
aac0a38d1f
|
Changes to make sure tests work when SQLITE_DEFAULT_AUTOVACUUM is defined. (CVS 2219)
FossilOrigin-Name: 6237c294d1211d5848bafb1310574e2486a43757
|
2005-01-16 11:07:06 +00:00 |
|
danielk1977
|
4e17d14c63
|
Fixes so that compiling and testing works when SQLITE_OMIT_AUTOVACUUM is defined. (CVS 2218)
FossilOrigin-Name: fe548561a0e7a696fd453372f4427cf3e3f19d20
|
2005-01-16 09:06:33 +00:00 |
|
danielk1977
|
ac245ec5af
|
Experimental patch to balance() (use -DSQLITE_BALANCE_QUICK). (CVS 2211)
FossilOrigin-Name: c550d80c25ec88fceb20acabd00c21faa2d552f5
|
2005-01-14 13:50:11 +00:00 |
|
danielk1977
|
aca790ace3
|
Test cases to improve coverage of pager.c. (CVS 2205)
FossilOrigin-Name: 0428a1480126f7e73dc1e24b6fbfa185d2d83dd3
|
2005-01-13 11:07:52 +00:00 |
|
danielk1977
|
8b60e0f142
|
Tests to improve coverage of vdbeaux.c. (CVS 2201)
FossilOrigin-Name: 2b3e21ce2e8126ec2851751546094c3a2c831942
|
2005-01-12 09:10:39 +00:00 |
|
danielk1977
|
01427a6214
|
Test cases to improve coverage of vdbe.c. (CVS 2193)
FossilOrigin-Name: a6b45722071bde543c4ea28a432339d8708a5cac
|
2005-01-11 13:02:33 +00:00 |
|
danielk1977
|
2812956b18
|
Test cases to improve coverage of btree.c (and minor bugfixes). (CVS 2190)
FossilOrigin-Name: 8ced491588764b1e1066787d0abf3cde8b60970b
|
2005-01-11 10:25:06 +00:00 |
|
danielk1977
|
7701e817ba
|
Extra test cases to improve coverage of btree.c (CVS 2189)
FossilOrigin-Name: a461988661368bce799ef3d498a18e88559e14c7
|
2005-01-10 12:59:51 +00:00 |
|
danielk1977
|
59adfaa6ce
|
Minor test script changes to allow all.test to run when SQLITE_DEFAULT_AUTOVACUUM=1 is defined. (CVS 2182)
FossilOrigin-Name: 5023b1dba2e61bb10d1b488874e3d3eea3973145
|
2005-01-08 02:35:44 +00:00 |
|
drh
|
047d4836ff
|
Additional code to test the SQLITE_FULL return when the disk is full. (CVS 1994)
FossilOrigin-Name: 44e56f0bba61245d342d6e75510d6c35785efd49
|
2004-10-01 14:38:02 +00:00 |
|
drh
|
ef4ac8f9df
|
Change the name of the TCL command from "sqlite" to "sqlite3" so that both
SQLite version 2 and SQLite version 3 can be used by Tcl at the same time. (CVS 1626)
FossilOrigin-Name: d705d051bed2b92b6c3bbcc75fe5b056633b9c31
|
2004-06-19 00:16:31 +00:00 |
|
danielk1977
|
369f27eb51
|
Minor bugfixes and test case adjustments for version 2 test cases to work
with version 3. (CVS 1598)
FossilOrigin-Name: e21a181376d4115c7dbe614f3f8a1fbf82d77c75
|
2004-06-15 11:40:04 +00:00 |
|
drh
|
2e6d11bc07
|
Add tests to insure VACUUM works in the presence of I/O errors. Fix some
problems that came to light by these tests. (CVS 935)
FossilOrigin-Name: 8d3e879349fc9523c72cb46111e0058b57ce9341
|
2003-04-25 15:37:57 +00:00 |
|
drh
|
94e9203247
|
Added test code to check for file descriptor leaks. All regression tests pass
now on both win2k and linux. (CVS 868)
FossilOrigin-Name: 75ba78280f7ab6b6acce5878859312f3223ee898
|
2003-02-16 22:21:32 +00:00 |
|
drh
|
81a20f21d5
|
Fix an assertion failure when the disk fills up. Add tests for a full
disk situation. (CVS 285)
FossilOrigin-Name: 0a7848b6190981cb7eb673bbe68cb217694daf2e
|
2001-10-12 17:30:04 +00:00 |
|