aboutsummaryrefslogtreecommitdiff
path: root/test/backup2.test
Commit message (Collapse)AuthorAge
* Test app/script patches from Jan Nijtmans for cygwin. Add/replace many more ↵stephan2025-03-08
| | | | | 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. FossilOrigin-Name: 84d8fcfca19cd183d05a702d0eb1742bfae462d3383a3db72741a48cefac1058
* Fix an error in the test case fix in [ecd71203].dan2021-02-15
| | | FossilOrigin-Name: 5411bfa41ea9a492ca1f567327d8e0a1b3db047292fec1753bfef8a157cf8c1d
* Fix a test case to account for the fact that different versions of OpenBSD ↵dan2021-02-12
| | | | | behave differently when a program tries to read() from a file-descriptor open on a directory. FossilOrigin-Name: ecd712032f56a20d7df2bcf89b0d3b8d91dc72c552e27f0a4b23980bd49747b0
* Fix a backup2 test case so that it works on FreeBSD.drh2017-07-11
| | | FossilOrigin-Name: 724819b456ca7a5ca6d68415b3b3554741c3ddbb5c416cb6b6b5fc54177f426e
* Update error message text for standard error codes to better describe thedrh2017-07-10
| | | | | | | | 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. FossilOrigin-Name: f27b6370407842e2c175ea4aa9ce018723c57eaac0cccc1f8399bc20f33324be
* Fix backup2.test so that it passes on OpenBSD (which produces a slightly ↵dan2012-01-13
| | | | | different error message in one case). FossilOrigin-Name: 227cfe11c4a1c095ccad76116dc4a68cccc5e8f0
* Add retry logic for AV defense to winOpen. Also, refactor test suite to ↵mistachkin2011-08-02
| | | | | allow the key Tcl file operations (e.g. copy and delete) to be retried. FossilOrigin-Name: 9007586fdabed8dbcc78581ea9821cfd1f9a4c8c
* Add a version number to the wal-index header. If SQLite encounters a version ↵dan2010-06-23
| | | | | number in either the wal or wal-index files that it does not understand, the operation is abandoned and SQLITE_CANTOPEN returned. FossilOrigin-Name: 8d0f8a7f70d6fb42369411a934b30f8c8ca8322f
* Fix compilation and testing when SQLITE_OMIT_TRIGGER is defined. Ticket ↵danielk19772009-04-07
| | | | | #3786. (CVS 6464) FossilOrigin-Name: 277dace43d51fbc79c7a62fc841c150ecd8d0823
* Modify test script backup2.test so that it works on OSX. (CVS 6357)danielk19772009-03-18
| | | FossilOrigin-Name: d82e8cd43f46dda15fd15b567901a7dbb2276287
* Updated for Windows compatibility. Test scripts only. (CVS 6285)shane2009-02-11
| | | FossilOrigin-Name: 2522ad1df3599fa71cd1d929142adaefaf3a4d67
* Add "backup" and "restore" methods to the TCL interfaces and test casesdrh2009-02-04
to exercise those methods. (CVS 6260) FossilOrigin-Name: e420a3cedc7ee086a77cd719f6b9fb85415eb5f3