Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/memsubsys1.test
2022-10-10
| ||
18:25 | [86b8158752] part of check-in [8b1e7f0524] An attempt to enhance PRAGMA integrity check so that it does data type checking on non-STRICT tables. Specifically: (1) Columns with TEXT affinity should not contain numeric values, and (2) columns with numeric affinity should not contain text values that can be converted to numeric. (check-in: [8b1e7f0524] user: drh branch: integrity_check_datatypes, size: 5788) | |
2017-09-09
| ||
06:10 | [21f6e0e933] part of check-in [6a0b9d9d4e] Merge trunk enhancements (check-in: [6a0b9d9d4e] user: drh branch: apple-osx, size: 5910) | |
2017-08-28
| ||
15:51 | [9e7555a221] part of check-in [54b000246c] Remove the rarely-used scratch memory allocator. This makes the code smaller, faster, and easier to maintain. In place of the scratch allocator, add the SQLITE_CONFIG_SMALL_MALLOC configuration option that provides a hint to SQLite that large memory allocations should be avoided. (check-in: [54b000246c] user: drh branch: trunk, size: 5788) | |
2016-03-29
| ||
10:30 | [b6037a276f] part of check-in [eef557449c] Merge 3.12.0 changes. (check-in: [eef557449c] user: drh branch: apple-osx, size: 10178) | |
2016-03-24
| ||
15:32 | [6d268d0ae9] part of check-in [6db1d1fbc6] Larger margins for one memsubsys1 range check when running with a non-zero reserved-bytes value. (check-in: [6db1d1fbc6] user: drh branch: trunk, size: 9830) | |
2016-03-18
| ||
00:58 | [812cb1a291] part of check-in [ec052b4f14] Merge recent enhancements from trunk. (check-in: [ec052b4f14] user: drh branch: apple-osx, size: 10178) | |
00:19 | [6992459385] part of check-in [6631e1e655] Fix more test-case errors in the Apple configuration. (check-in: [6631e1e655] user: drh branch: trunk, size: 9828) | |
2016-03-15
| ||
12:45 | [43f8c0e0e3] part of check-in [f41a7361a1] Merge updates from trunk - FTS5 fixes and enhancemenets to the tests scripts so that they work with SEE. (check-in: [f41a7361a1] user: drh branch: apple-osx, size: 10190) | |
2016-03-14
| ||
18:34 | [0311bfb4ed] part of check-in [99b9d7eef6] Many more test cases fixed. Only a few remain. (check-in: [99b9d7eef6] user: drh branch: see-testing, size: 9778) | |
2015-08-28
| ||
02:12 | [6e74137847] part of check-in [da8646582a] Merge trunk enhancements into the apple-osx branch. Most tests works, but there are yet a few issues to be resolved. (check-in: [da8646582a] user: drh branch: apple-osx, size: 10158) | |
2015-07-24
| ||
14:17 | [d2b2d6ca37] part of check-in [562687d9f5] Modify a few test scripts to avoid leaving the sqlite3Config structure in a non-default state. (check-in: [562687d9f5] user: dan branch: trunk, size: 9746) | |
2015-07-07
| ||
14:06 | [1733c617e2] part of check-in [5b60df5503] Simplify the page recycling condition in pcache1. Fix test cases to work with the latest changes. (check-in: [5b60df5503] user: drh branch: pcache-bulk-local, size: 9713) | |
2015-01-02
| ||
19:17 | [ab9e5d4268] part of check-in [df3cdf9f06] Merge the latest changes from trunk into the apple-osx branch. (check-in: [df3cdf9f06] user: drh branch: apple-osx, size: 10057) | |
2015-01-01
| ||
14:13 | [690d142525] part of check-in [66269d0d8e] Fix two test cases in memsubsys1 so that they work with the mmap permutation. (check-in: [66269d0d8e] user: drh branch: trunk, size: 9645) | |
2014-12-31
| ||
20:25 | [e33072ea2e] part of check-in [432413187f] Adjust the memsubsys1-5.5 test case to avoid occasional false positives. (check-in: [432413187f] user: drh branch: trunk, size: 9627) | |
2014-08-26
| ||
02:02 | [1a527f89bf] part of check-in [5c27311105] Merge recent performance enhancements and the CAST operator enhancements into the apple-osx branch. (check-in: [5c27311105] user: drh branch: apple-osx, size: 10036) | |
2014-08-19
| ||
23:04 | [bf270964ab] part of check-in [d280157da0] Modify the memsubsys1-3.1.4 test so that it does not fail arbitrarily due to variations in the behavior of system malloc(). (check-in: [d280157da0] user: drh branch: trunk, size: 9624) | |
2014-05-08
| ||
23:01 | [04b6c76f91] part of check-in [9411d7dc6f] Initial attempt to merge in all trunk changes over the previous 1.5 years. This check-in compiles but there are compiler warnings and "make test" segfaults after only running a few test modules. (check-in: [9411d7dc6f] user: drh branch: apple-osx, size: 9592) | |
2013-07-06
| ||
18:07 | [f97cfd0b30] part of check-in [cdb97d41ab] Fixes for test cases running in the "mmap" permutation. (check-in: [cdb97d41ab] user: dan branch: trunk, size: 9182) | |
2012-05-09
| ||
22:36 | [c5fcd4bfda] part of check-in [6547929410] Added support for SQLITE_ENABLE_PERSIST_WAL compile time macro, retrieving lastErrno from WAL file and setting last errno when writes fail due to space constraints (check-in: [6547929410] user: adam branch: apple-osx, size: 9572) | |
2011-12-08
| ||
21:08 | [f431d42296] part of check-in [59e0d4f3d9] Merge the latest trunk changes into the apple-osx branch. (check-in: [59e0d4f3d9] user: drh branch: apple-osx, size: 9325) | |
2011-11-16
| ||
18:08 | [a8f9e37567] part of check-in [457513f21f] Merge the PCACHE2 changes into trunk. (check-in: [457513f21f] user: drh branch: trunk, size: 9162) | |
2011-11-09
| ||
01:53 | [5b3f39b452] part of check-in [2e8ab3cedf] For the mem1.c system malloc implementation, use the malloc_usable_size() function if the HAVE_MALLOC_USABLE_SIZE macro is defined. Update autoconf to look for that function when configuring. (check-in: [2e8ab3cedf] user: drh branch: experimental-pcache, size: 9162) | |
2011-11-08
| ||
20:08 | [c0db8a1e99] part of check-in [c275c9d323] Experimental change to the pcache interface to allow page buffers to be allocated separately from their associated container structures. (check-in: [c275c9d323] user: dan branch: experimental-pcache, size: 9123) | |
2011-10-11
| ||
14:19 | [fe8b830abe] part of check-in [7e2c489822] Merge the latest trunk changes into the apple-osx branch. (check-in: [7e2c489822] user: drh branch: apple-osx, size: 9286) | |
2011-08-23
| ||
18:06 | [e9768f284f] part of check-in [c5f7977b89] Merge latest trunk changes into the apple-osx branch. (check-in: [c5f7977b89] user: dan branch: apple-osx, size: 9401) | |
2011-08-22
| ||
14:55 | [39f1ddddf7] part of check-in [c61000705b] Modify test cases so that veryquick.test passes with PAGECACHE_BLOCKALLOC defined. (check-in: [c61000705b] user: dan branch: pager-blockalloc, size: 9238) | |
2011-08-02
| ||
00:57 | [16ce163ac1] 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: 9123) | |
2011-01-27
| ||
18:48 | [7abc5c90b2] part of check-in [09d6c91dcf] Pull in all the changes from trunk up through the version 3.7.5 release candidate 1. (check-in: [09d6c91dcf] user: drh branch: apple-osx, size: 9293) | |
2011-01-25
| ||
09:54 | [679db68394] part of check-in [7ef3f7cba7] Fix a problem in memsubsys1.test. Modifications to test code only. (check-in: [7ef3f7cba7] user: dan branch: trunk, size: 9130) | |
2011-01-18
| ||
16:13 | [66bf4e153e] part of check-in [2dc98d2999] Get all test cases working with the mutex-free-pcache implementation. (check-in: [2dc98d2999] user: drh branch: mutex-free-pcache, size: 9137) | |
2010-11-19
| ||
23:50 | [6827c7d06d] part of check-in [c8bc057c7d] Merge all the latest changes from the trunk into the apple-osx branch. (check-in: [c8bc057c7d] user: drh branch: apple-osx, size: 9229) | |
2010-10-04
| ||
15:47 | [4cbec6f202] part of check-in [8ad88ee0c1] Fix memsubsys1.test so that it works with TEMP_STORE>=2. (check-in: [8ad88ee0c1] user: dan branch: trunk, size: 9066) | |
2010-09-13
| ||
14:38 | [e1f7c4231b] part of check-in [8cb39306f4] Fix a couple of test files so that they work with DEFAULT_AUTOVACUUM. (check-in: [8cb39306f4] user: dan branch: trunk, size: 9049) | |
2010-08-27
| ||
17:16 | [ef3d2af85b] part of check-in [a3475ddfbe] Refactor the implementation of the scratch memory allocator. Add the SQLITE_TESTCTRL_SCRATCHMALLOC interface to facilitate testing. (check-in: [a3475ddfbe] user: drh branch: trunk, size: 9027) | |
12:21 | [5cdd6aa68f] part of check-in [51049479a8] Remove unnecessary code from malloc.c. Enhance pcache1.c so that is tries to reuse existing pages, rather than create new pages, when SQLite is under memory pressure. "Memory pressure" means that SQLITE_CONFIG_PAGECACHE memory is nearly exhausted or sqlite3_soft_heap_limit() has been reached. (check-in: [51049479a8] user: drh branch: trunk, size: 9095) | |
2010-08-07
| ||
11:46 | [98d5ff4c9f] part of check-in [f88c6367d2] Merge in all changes up to the 3.7.0.1 release. (check-in: [f88c6367d2] user: drh branch: apple-osx, size: 9708) | |
2010-07-03
| ||
19:08 | [8fb47b7e25] part of check-in [3a1a8c77a5] Do not run the memsubsys1.test script under the memsubsys1 permutation. (check-in: [3a1a8c77a5] user: dan branch: trunk, size: 9452) | |
2009-11-03
| ||
22:34 | [d7d3266a56] part of check-in [941a01eb86] Customizations for OSX contributed by Apple. (check-in: [941a01eb86] user: adam branch: apple-osx, size: 9449) | |
2009-07-18
| ||
14:36 | [fd8a33046b] part of check-in [f5f7259d81] Add some code to sqlite3VdbeMemSetZeroBlob() so that it works (less efficiently) even when OMIT_INCRBLOB is defined. Ticket #3977. (CVS 6906) (check-in: [f5f7259d81] user: danielk1977 branch: trunk, size: 9193) | |
08:30 | [05bbe8fc2e] part of check-in [1dd834a3d6] Changes to test scripts so that (make test) works when OMIT_INCRBLOB is defined. (CVS 6904) (check-in: [1dd834a3d6] user: danielk1977 branch: trunk, size: 9287) | |
2009-04-11
| ||
14:46 | [66e90b4f16] part of check-in [5484419294] Allocate a little extra scratch space for the memsubsys1 tests. The extra space is needed in some configurations. (CVS 6495) (check-in: [5484419294] user: drh branch: trunk, size: 9185) | |
2009-03-26
| ||
12:20 | [9ce051c7b8] part of check-in [e99e28efbb] Added new tests of the scratch memory allocator for increased test coverage. (CVS 6388) (check-in: [e99e28efbb] user: drh branch: trunk, size: 9185) | |
2008-10-01
| ||
13:55 | [bdc24a38d1] part of check-in [aabde23fe1] Adjust the memory usage bounds on the memsubsys1.test script so that it works on amd64. (CVS 5759) (check-in: [aabde23fe1] user: drh branch: trunk, size: 7934) | |
2008-09-30
| ||
00:31 | [966f413d30] part of check-in [78d075ff38] A few minor changes to test scripts so that they work on linux-amd64. (CVS 5752) (check-in: [78d075ff38] user: drh branch: trunk, size: 7934) | |
2008-08-26
| ||
18:05 | [c12d1e4ad7] part of check-in [9e511e161b] Simplify the pcache module by only recycling clean pages from 'other' caches. This commit causes errors in test files ioerr5.test and malloc5.test because they test recycling dirty pages from other caches. (CVS 5615) (check-in: [9e511e161b] user: danielk1977 branch: trunk, size: 7941) | |
2008-08-20
| ||
14:49 | [bd57871227] 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: 7930) | |
2008-08-12
| ||
15:21 | [3cfd3237db] part of check-in [697fe7a316] Revise the initialization and shutdown logic so that it no longer keeps a recursive mutex allocated for the whole interval but instead releases the mutex as soon as possible. Do not reset status values upon initialization. (CVS 5559) (check-in: [697fe7a316] user: drh branch: trunk, size: 7582) | |
2008-08-04
| ||
20:13 | [4896d75373] part of check-in [5dd865da5e] Separate verbs of sqlite3_config() and sqlite3_db_config() into their own namespaces. Allow SQLITE3_DBCONFIG_LOOKASIDE to specific an external memory buffer. (CVS 5536) (check-in: [5dd865da5e] user: drh branch: trunk, size: 6907) | |
2008-07-31
| ||
17:20 | [45c873e6c3] part of check-in [d43ff7bb8f] Update the memsubsys1 test script to take into account the buffer size changes of the previous check-in. (CVS 5513) (check-in: [d43ff7bb8f] user: drh branch: trunk, size: 6905) | |
2008-07-28
| ||
19:34 | [567ec52e74] part of check-in [e48f9697e9] Implement the "lookaside" memory allocation cache. Use of this cache makes the speed1.test script run about 15% faster. Added new interfaces to control the cache. (CVS 5488) (check-in: [e48f9697e9] user: drh branch: trunk, size: 6905) | |
2008-07-25
| ||
13:39 | [ac18e8a045] part of check-in [f7720f1bfc] Increase limits on memsubsys1 tests to accomodate the larger structure sizes on 64-bit platforms. (CVS 5479) (check-in: [f7720f1bfc] user: drh branch: trunk, size: 6806) | |
2008-07-12
| ||
14:52 | [21f46bc27b] part of check-in [dcb160249f] Remove leftover debugging commands (breakpoint and btree_breakpoint) from test scripts. (CVS 5400) (check-in: [dcb160249f] user: drh branch: trunk, size: 6806) | |
2008-06-20
| ||
00:03 | [209156a07a] part of check-in [62411a6e60] Patch to memsubsys1.test in order to avoid a segfault in tableapi.test. (CVS 5252) (check-in: [62411a6e60] user: drh branch: trunk, size: 6817) | |
2008-06-19
| ||
17:54 | [e3178f1235] part of check-in [68d4f79541] Documentation and test-script updates. (CVS 5249) (check-in: [68d4f79541] user: drh branch: trunk, size: 6716) | |
00:16 | Added: [353d51691b] part of check-in [cb1f11cd97] Add some test logic to the new memory allocation subsystem. (Lots more needed.) The test suite is currently indicating memory leaks, though it is unclear if this is a true code problem or just an instrumentation problem. (CVS 5240) (check-in: [cb1f11cd97] user: drh branch: trunk, size: 6661) | |