aboutsummaryrefslogtreecommitdiff
path: root/test/attachmalloc.test
Commit message (Collapse)AuthorAge
* In the documentation emphasize that the use of shared cache is discouraged.drh2022-08-15
| | | | | Fix test cases so that they all work with shared cache disabled. FossilOrigin-Name: 52c3ae063e133c5f88cad2c3084cf46218f865ac817ab937e3529d2c6a7af300
* Enhance tester.tcl so that when "--malloctrace=1" is specified, the testdan2018-09-18
| | | | | | generates self-contained Tcl scripts that present GUIs instead of *.sql files that require a separate program to interpret. FossilOrigin-Name: de2e3cbd08c00d235106c040fa472ec267ef8f1ec13c34ed7d16deac8d50b6cc
* 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
* Updates for Windows.shaneh2010-11-04
| | | FossilOrigin-Name: cc9d9a12c3b19320b0ecfa78a6cee3d668004988
* Fix a segfault that can occur if a malloc fails in ATTACH in shared-cache mode.dan2010-02-23
| | | FossilOrigin-Name: e37137376a2b23062e2625b5285299b33630b326
* Fix an assert() failure that can occur following a malloc() failure. Ticket ↵danielk19772008-10-22
| | | | | #3455. (CVS 5834) FossilOrigin-Name: e0d3aa75b4fa0e706185a3058b5962916e30d066
* Separate verbs of sqlite3_config() and sqlite3_db_config() into theirdrh2008-08-04
| | | | | | own namespaces. Allow SQLITE3_DBCONFIG_LOOKASIDE to specific an external memory buffer. (CVS 5536) FossilOrigin-Name: 5dd865da5e787c10ef4c9e96647724bfab9dea01
* Bring test coverage up to 99%. (CVS 5522)drh2008-08-01
| | | FossilOrigin-Name: 2cd6bae80984126023bcf479e5f3db5eaa5c4134
* Fixes to the test suite (no code changes) so that quick.test runs with ↵danielk19772007-10-09
| | | | | OMIT_ATTACH builds. #2706. (CVS 4480) FossilOrigin-Name: 07c00fffe50e8380748f7ae02328531a75d64610
* Add automatic recovery from the pager "error-state". Also add a new error ↵danielk19772007-10-03
| | | | | code - SQLITE_IOERR_NOMEM. (CVS 4454) FossilOrigin-Name: 12eca32a6a3d68d5b20eed03afdffe7599e66014
* Disable tests that debug on SQLITE_MEMDEBUG when that macro is not defined. ↵drh2007-08-27
| | | | | (CVS 4306) FossilOrigin-Name: 741d6fb096dcb232871d3a8468c386022afcf554
* Update the rest of the malloc failure test scripts to use the new interface. ↵danielk19772007-08-25
| | | | | (CVS 4296) FossilOrigin-Name: b076e1655d6bae5ae10e6ceee646f502435da66a
* Fix a bug in the new misc6.test script. Fix error messages when notdrh2006-09-04
| | | | | compiled with memory debugging enabled. Ticket #1957. (CVS 3392) FossilOrigin-Name: 9fb92024bf5058bdc32066a0d07b93da575779fa
* Disable malloc tests when not compiled with SQLITE_DEBUG. (CVS 2608)drh2005-08-21
| | | FossilOrigin-Name: f372682fa375c22213da0e4cd8413eab3c6ac85b
* Increased test coverage. Some malloc tests now fail though this is believeddrh2005-08-20
to be an instrumentation problem not a real error. (CVS 2604) FossilOrigin-Name: f786f37a5e31f42aaf81b3ad4a734f12855da69e