aboutsummaryrefslogtreecommitdiff
path: root/test/sysfault.test
Commit message (Expand)AuthorAge
* A unix VFS change replaces fsync() with fstat() when using SQLITE_NO_SYNC, sodrh2015-12-03
* Refactoring the mmap interface. The controlling pragma is now "mmap_size"drh2013-04-15
* Memory-mapped I/O is now on by default. The "PRAGMA mmap_limit(N)" can bedrh2013-03-25
* Add a test that simulates an error in mmap().dan2013-03-25
* In os_unix.c, do not return SQLITE_BUSY to SQLite following an error in fcntl...dan2011-04-01
* Further tests for os_unix.c.dan2011-03-30
* Add tests to syscall.test and sysfault.test.dan2011-03-29
* Fix a problem whereby following an IO error in CommitPhaseTwo() of a multi-fi...dan2011-03-29
* Add test infrastructure (and some tests) to inject faults into os_unix.c usin...dan2011-03-28