SQLite

All files named ”test/ioerr2.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/ioerr2.test

2014-11-17
15:22
[2593563599] part of check-in [eba171e980] Update a couple of test cases to account for the fact that ROLLBACK does not always abort all running SELECT statements. (check-in: [eba171e980] user: dan branch: branch-3.8.7, size: 5606)
2012-03-17
09:43
[9d71166f84] part of check-in [affaebde10] Modify a test in ioerr2.test to account for the new SQLITE_ABORT_ROLLBACK extended error code. (check-in: [affaebde10] user: dan branch: trunk, size: 5191)
2009-06-05
17:09
[1b56cb80d5] part of check-in [1fef16ec2b] Remove leftover "breakpoint" commands from test scripts. Also remove blank lines at the end of scripts. (CVS 6721) (check-in: [1fef16ec2b] user: drh branch: trunk, size: 5200)
2009-02-12
09:11
[021bdc16a9] part of check-in [315a6692f9] Fix a case where during a rollback triggered by an IO or malloc error an unjournalled region of the database could be written to (with it's original data). This was causing an assert in test_journal.c to fail. Add a test case in ioerr2.test to trigger this case. (CVS 6286) (check-in: [315a6692f9] user: danielk1977 branch: trunk, size: 5209)
2008-09-16
14:38
[a8428580ce] part of check-in [e8418588f2] If the xAccess() call used by "PRAGMA temp_store_directory = /new/path/" to determine if the supplied directory is writable returns an error, assume the directory is not writable. (CVS 5707) (check-in: [e8418588f2] user: danielk1977 branch: trunk, size: 4429)
2008-08-20
14:49
[988bda4d8d] part of check-in [cb494e10d7] Add the pcache module from the experimental branch. Also change things so that most of the built-in SQL functions are kept in single static hash-table, rather than creating and populating a separate hash table for each open database connection. (CVS 5566) (check-in: [cb494e10d7] user: danielk1977 branch: trunk, size: 3967)
2008-07-08
15:59
[5598405c48] part of check-in [96df0a5fa4] 3 more coverage tests for btree.c. (CVS 5370) (check-in: [96df0a5fa4] user: danielk1977 branch: trunk, size: 3935)
2008-03-07
19:51
[b9c9a0491a] part of check-in [b4c1258edb] Correctly handle I/O errors that occur during OsUnlock(). Before this fix, an I/O error during OsUnlock() could lead to database corruption. That is not a serious problem, though, since errors during OsUnlock() are not possible on most systems. (CVS 4838) (check-in: [b4c1258edb] user: drh branch: trunk, size: 3416)
2007-09-12
17:01
[e3d52c40f4] part of check-in [c8405b15c0] Fixes for compilation/testing when the various OMIT macros are defined. (CVS 4423) (check-in: [c8405b15c0] user: danielk1977 branch: trunk, size: 3390)
2007-05-23
16:23
[f938eadb12] part of check-in [0595319cd7] Add some code to MemTranslate() to prevent the READ_UTF8() macro from overreading a buffer. (CVS 4033) (check-in: [0595319cd7] user: danielk1977 branch: trunk, size: 3339)
2007-04-13
02:14
[65ede6b5f0] part of check-in [32bb2d5859] Fix multiple performance regressions (ticket #2298 among them) and add tests to make sure they do not come back. (CVS 3839) (check-in: [32bb2d5859] user: drh branch: trunk, size: 3331)
2007-04-09
12:45
[23c5f19304] part of check-in [ce6f56ece8] Fix an obscure pager refcnt leak that occurs following a transient I/O error. (CVS 3829) (check-in: [ce6f56ece8] user: drh branch: trunk, size: 3012)
11:20
[d37de99aa6] part of check-in [4e8941333e] Have the pager call xReiniter() instead of xDestructor() to restore btree level state after rolling back a page. (CVS 3828) (check-in: [4e8941333e] user: danielk1977 branch: trunk, size: 2924)
2007-04-02
16:46
Added: [5f672f7f37] part of check-in [9e1295428f] Add a different form of I/O tests. So far has failed to expose new bugs. (CVS 3802) (check-in: [9e1295428f] user: danielk1977 branch: trunk, size: 2885)