aboutsummaryrefslogtreecommitdiff
path: root/test/malloc5.test
Commit message (Collapse)AuthorAge
* Update a test case in malloc5.test to take into account that malloc()dan2018-06-02
| | | | | sometimes returns slightly more space than requested. FossilOrigin-Name: 3d5eae1c26353cdee89f31f1293b05c0edb494c775ba0912d9b4fda9ab0ef304
* Remove some 'breakpoint' commands in test files.mistachkin2017-07-19
| | | FossilOrigin-Name: d14fc621e918915bbf8e04597eb238ea78dff3d9c5eb4402cb88692d00dbdfee
* Fix some tests in malloc5.test to account for the sqlite3_release_memory()dan2017-03-29
| | | | | change in the previous commit. FossilOrigin-Name: d336858dfcfb9539c43582b1443911df825f9af7146957734bc6f01c8f4d98e3
* Update a test parameter in malloc5.test to account for the increase in defaultdan2017-02-07
| | | | | lookaside buffer size. FossilOrigin-Name: be82d5ae20ba62a165bdc28766a8dc8049abcac6
* Modify a few test scripts to avoid leaving the sqlite3Config structure in a ↵dan2015-07-24
| | | | | non-default state. FossilOrigin-Name: 562687d9f56bf4bb0f5f07f97cbbb7649c81faf8
* More adjustments to the malloc5.test module so that it works correctly withdrh2015-07-17
| | | | | the new pcache1 bulk allocation. FossilOrigin-Name: 2a7b3a440f74019f154496b2f95aa852a46e04fc
* Defer the bulk pcache1 memory allocation until the first page allocationdrh2015-07-16
| | | | | | | request. Limit the size of the pcache1 bulk allocation to the cache_size setting. Deallocate the bulk allocation on a sqlite3_db_release_memory() request, if the bulk allocation is completely unused. FossilOrigin-Name: b79a4affe44bd0c8e155cae19f3f62c715684cd6
* Adjustment to a malloc test so that it accepts a narrow range of values todrh2015-06-24
| | | | | account for variations in malloc subsystems. FossilOrigin-Name: e0195070f84f418c46698627a2dcbfcfb94d999c
* Revise test cases in malloc5.test to accommodate varying allocationdrh2015-03-10
| | | | | sizes returned by some system malloc() implementations. FossilOrigin-Name: fbae6bafd74d8da9c72be5f562a62f80b01cc846
* Minor fixes for test cases. No code changes.dan2013-08-21
| | | FossilOrigin-Name: ef2a6a37366f91889dc2f1ba9cb6d1257d9b05db
* Fix test case issues related to errors in file-controls and the PSOW flag.dan2012-01-13
| | | FossilOrigin-Name: 5afbcd49f92e13d1654c1486e19d7e1bb4d3b024
* All the soft_heap_limit to be exceeded by 10% in test cases.drh2011-10-08
| | | FossilOrigin-Name: 4be9dccc711c9ad252e2cbd99bbcbe43247503a1
* 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
* Fix malloc5.test so it work on both 64-bit and 32-bit systems. Thedrh2009-04-11
| | | | | | ::tcl_platform(wordSize) variable has to be used to adjust some memory sizes. (CVS 6499) FossilOrigin-Name: ea20f78edb50778c40ed7f03f894ab898f58d67c
* Fix a bug in the multi-index OR cost estimator. Remove leftover "breakpoint"drh2008-12-30
| | | | | commands from test scripts. (CVS 6086) FossilOrigin-Name: b090d5736d7eaec17a39d3133e1587b1d2a42acb
* Modifications to malloc5.test to account for the fact that ↵danielk19772008-08-27
| | | | | sqlite3_release_memory() no longer reclaims dirty pages. (CVS 5625) FossilOrigin-Name: b01c65b065c62e3dd71e88866a953668b5e2f25f
* Fix soft-heap-limit related test suite failures. (CVS 5582)danielk19772008-08-21
| | | FossilOrigin-Name: 2091d9a5260b1d7e27ff5ca93e60dae1e3b12081
* Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c.drh2008-02-18
| | | | | Limit the size of hash tables and the vdbefifo when using mem5.c. (CVS 4795) FossilOrigin-Name: 63da5d97542e4f54c33329833477c8d96ce05dd0
* Fix a problem in test script malloc5.test. (CVS 4455)danielk19772007-10-03
| | | FossilOrigin-Name: 028ec36c71d6ac43c8f1cda77578d844c6955f68
* Enable threadsafe builds by default in configure. Ticket #2606.drh2007-09-03
| | | | | Changes to test scripts to do better testing under all configurations. (CVS 4379) FossilOrigin-Name: d66e08fd4f12407e565dc9fc53a5802216808378
* Handle transient malloc() failures in sqlite3CreateFunc(). (CVS 4371)danielk19772007-09-03
| | | FossilOrigin-Name: c0ce63196458c81e0859fc8a38f2dd2145a580bc
* Add some comments and test-cases for the global lru page list (used by ↵danielk19772007-08-28
| | | | | sqlite3_release_memory()). (CVS 4308) FossilOrigin-Name: 0b80168895993af5774369f839f284712d006f0a
* All of the malloc test cases run. Still seeing failures in malloc4.test. ↵drh2007-08-22
| | | | | (CVS 4272) FossilOrigin-Name: 205d0b881d541db65837ce6cf44d58d607635bc2
* Updates to test scripts for better support of soft-heap-limit testing. (CVS ↵drh2007-08-12
| | | | | 4209) FossilOrigin-Name: 990f621f2247f1636e895dcf51fea1e08f202d31
* Add the --soft-heap-limit=N option to the test scripts. Set this value todrh2007-08-10
| | | | | | enforce a soft heap limit across all tests. This changes exposes several new bugs. (CVS 4202) FossilOrigin-Name: 8be845981654d2a846c95c699395af222b6c3b43
* Make sure autovacuum is turned off for malloc5.test. (CVS 3826)drh2007-04-07
| | | FossilOrigin-Name: 105a7efb090a5619e82a7e2931d4d3e080e6465a
* Avoid attempting to reclaim memory from in-memory databases in ↵danielk19772007-04-05
| | | | | sqlite3_release_memory(). (CVS 3812) FossilOrigin-Name: c20f7563c0ffa1df47df5464f1f1cc4703ffa9b4
* Fix a resource leak introduced by the change-counter optimisation. Also add ↵danielk19772007-04-02
| | | | | some test coverage. (CVS 3790) FossilOrigin-Name: ba0538a4977aefd6645554f1989f0a98b540b9cd
* Account for read-uncommitted cursors in sqlite3BtreeClearTable(). (CVS 2977)danielk19772006-01-19
| | | FossilOrigin-Name: 950798326860de40926e82e10134f09e6ea86245
* Fix problems compiling with memory-management enabled. Ticket #1619. (CVS 2960)danielk19772006-01-16
| | | FossilOrigin-Name: 36b03259654ffa9b14ebe1093984b29e9efbd56c
* Add a runtime interface to enable memory-management features. (CVS 2894)danielk19772006-01-09
| | | FossilOrigin-Name: 44f8e3139aa3ad3fcce9028565dd9ad23bbe62a2
* Move TCL interface for sqlite3_release_memory() and sqlite3_soft_heap_limit()drh2006-01-05
| | | | | | out of tclsqlite.c and into test1.c. Update the TCL interface documention to describe the "exists" method. (CVS 2862) FossilOrigin-Name: 98194a45cc60cb9942847f773bc797fb5463bd10
* Add part of the btree layer of the shared-cache feature. (CVS 2848)danielk19772005-12-30
| | | FossilOrigin-Name: 2afcad990190af97d1ad0010f211a5ca8f0fd745
* Add simple tests and fixes for sqlite3_soft_heap_limit() (CVS 2837)danielk19772005-12-20
| | | FossilOrigin-Name: c2c5285442f4558dfca61b52f31b5a9cbefaed10
* Add some very simple test cases (and resulting bug fixes) for ↵danielk19772005-12-19
release_memory(). (CVS 2826) FossilOrigin-Name: 154282fca54bf03d310d6931660f99805bb5477f