aboutsummaryrefslogtreecommitdiff
path: root/test/io.test
Commit message (Expand)AuthorAge
* Update a test in io.test to account for [05f98d4eec].dan2012-05-01
* Add retry logic for AV defense to winOpen. Also, refactor test suite to allo...mistachkin2011-08-02
* Fix issues with the io.test script. There is still a problem with adrh2010-03-29
* Adjust sync count for SQLITE_DISABLE_DIRSYNC compiler option.shane2009-08-19
* Fix a couple of test script bugs. No changes to SQLite code. (CVS 6396)danielk19772009-03-28
* In io.test, reset the connection after manually deleting the journal file,drh2009-01-11
* Changes to test script io.test to work on symbian. (CVS 5717)danielk19772008-09-18
* Add the pcache module from the experimental branch. Also change things so tha...danielk19772008-08-20
* When opening a zero-size database on unix, write one byte into the file beforedrh2008-07-30
* Fix a problem with journal files being created unnecessarily when doingdrh2008-05-01
* Change the pager's sector size algorithm to the maximum of the sizedrh2008-03-28
* Move the test (sqlite3_simulate_device) functionality out of the main code an...danielk19772008-01-22
* Use the hexio test utility rather than TCL's binary I/O to avoiddrh2007-11-27
* Fixes to the test suite (no code changes) so that quick.test runs with OMIT_A...danielk19772007-10-09
* Get io.test to work even if auto_vacuum is on by default and we aredrh2007-10-03
* Fixes for compilation/testing when the various OMIT macros are defined. (CVS ...danielk19772007-09-12
* Get the io.test tests working on windows. (CVS 4381)drh2007-09-03
* Fix a bug in jrnlTruncate(). And other coverage improvements. (CVS 4367)danielk19772007-09-01
* Disable tests that require SQLITE_ENABLE_ATOMIC_WRITE if that feature isdrh2007-08-29
* Select the default page size for new databases based on the sector-size and I...danielk19772007-08-24
* Add some warm-body tests for rollback journal i/o enhancements. (CVS 4279)danielk19772007-08-23
* Add some further tests and a bugfix for the atomic-write optimization. (CVS 4...danielk19772007-08-23
* Add some tests for the atomic-write optimization. (CVS 4275)danielk19772007-08-23
* A complete run of quick.test with mutex debugging enabled. (CVS 4266)drh2007-08-22
* Add the tests that go with the previous commit. (CVS 4258)danielk19772007-08-21