SQLite

All files named ”test/backup2.test”
Login

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

History for test/backup2.test

2025-03-08
06:53
[b153553ee5] part of check-in [84d8fcfca1] Test app/script patches from Jan Nijtmans for cygwin. Add/replace many more sentinel arguments for TCL variadic functions which specifically need a NULL trailing argument. With this, 'make test' on cygwin runs to completion for me, with 134 of 329227 tests failing. MSC build fails the same 13 tests which fail for me in trunk. (check-in: [84d8fcfca1] user: stephan branch: cygwin-fixes, size: 5112)
2021-02-15
11:14
[8facb54df1] part of check-in [5411bfa41e] Fix an error in the test case fix in [ecd71203]. (check-in: [5411bfa41e] user: dan branch: trunk, size: 5111)
2021-02-12
21:22
[f52e3b87f3] part of check-in [ecd712032f] Fix a test case to account for the fact that different versions of OpenBSD behave differently when a program tries to read() from a file-descriptor open on a directory. (check-in: [ecd712032f] user: dan branch: trunk, size: 5112)
2017-07-11
02:53
[1fd1ad8c5b] part of check-in [724819b456] Fix a backup2 test case so that it works on FreeBSD. (check-in: [724819b456] user: drh branch: trunk, size: 5091)
2017-07-10
12:07
[24e84f0b2b] part of check-in [f27b637040] Update error message text for standard error codes to better describe the latest usage of those error codes. Modify sqlite3_open_v2() so that it does return a valid sqlite3 object in the event of SQLITE_MISUSE due to bad open flags, so that sqlite3_errmsg() does not report "out of memory" in that case. (check-in: [f27b637040] user: drh branch: trunk, size: 5082)
2012-01-13
15:21
[34986ef926] part of check-in [227cfe11c4] Fix backup2.test so that it passes on OpenBSD (which produces a slightly different error message in one case). (check-in: [227cfe11c4] user: dan branch: trunk, size: 5130)
2011-08-02
00:57
[b4966934b2] part of check-in [9007586fda] Add retry logic for AV defense to winOpen. Also, refactor test suite to allow the key Tcl file operations (e.g. copy and delete) to be retried. (check-in: [9007586fda] user: mistachkin branch: winopen-retry-logic, size: 5182)
2010-06-23
15:55
[b7c69f937c] part of check-in [8d0f8a7f70] Add a version number to the wal-index header. If SQLite encounters a version number in either the wal or wal-index files that it does not understand, the operation is abandoned and SQLITE_CANTOPEN returned. (check-in: [8d0f8a7f70] user: dan branch: trunk, size: 5245)
2009-04-07
14:14
[159419073d] part of check-in [277dace43d] Fix compilation and testing when SQLITE_OMIT_TRIGGER is defined. Ticket #3786. (CVS 6464) (check-in: [277dace43d] user: danielk1977 branch: trunk, size: 5227)
2009-03-18
13:55
[107e6e9ade] part of check-in [d82e8cd43f] Modify test script backup2.test so that it works on OSX. (CVS 6357) (check-in: [d82e8cd43f] user: danielk1977 branch: trunk, size: 5175)
2009-02-11
16:06
[04b84c97b4] part of check-in [2522ad1df3] Updated for Windows compatibility. Test scripts only. (CVS 6285) (check-in: [2522ad1df3] user: shane branch: trunk, size: 5169)
2009-02-04
22:46
Added: [392318e059] part of check-in [e420a3cedc] Add "backup" and "restore" methods to the TCL interfaces and test cases to exercise those methods. (CVS 6260) (check-in: [e420a3cedc] user: drh branch: trunk, size: 4856)