Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/malloc3.test
2018-01-23
| ||
14:01 | [6e88bae631] part of check-in [b3122db154] In SQLITE_ENABLE_BATCH_ATOMIC_WRITE builds on F2FS file-systems, invoke SQLITE_FCNTL_ROLLBACK_ATOMIC_WRITE if an SQLITE_FCNTL_COMMIT_ATOMIC_WRITE call fails. Also, do not use an atomic transaction to create the initial database. This is because if an error occurs while writing to the db file, any changes to the file-size do not seem to be rolled back automatically. The only time this matters is when the file was 0 bytes in size to start with. (check-in: [b3122db154] user: dan branch: trunk, size: 21743) | |
2013-03-21
| ||
21:20 | [e3b32c724b] part of check-in [6f6e2d5094] Many spelling fixes in comments. No changes to code. (check-in: [6f6e2d5094] user: mistachkin branch: trunk, size: 21345) | |
2012-12-07
| ||
10:55 | [3e9eb921c4] part of check-in [df1827b19e] Do not run test file malloc3.test as part of the inmemory_journal permutation. Explanation is in a comment at the top of malloc3.test. (check-in: [df1827b19e] user: dan branch: trunk, size: 21343) | |
2012-12-06
| ||
04:19 | [c4f172a300] part of check-in [9793a21c13] Bring the ancient malloc3.test file closer into relevance with the latest core code. (check-in: [9793a21c13] user: mistachkin branch: trunk, size: 20696) | |
2011-08-02
| ||
00:57 | [de8eca0c3e] 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: 20303) | |
2010-10-05
| ||
17:02 | [4128b1e6ff] part of check-in [471a4efbb7] Have the pager change to at least WRITER_CACHEMOD state before marking any pages as dirty (instead of immediately after). Otherwise, if an error occurs, the pager may be left in WRITER_LOCKED state with dirty pages in the cache. (check-in: [471a4efbb7] user: dan branch: trunk, size: 20317) | |
2008-10-14
| ||
15:54 | [4bc57f850b] part of check-in [603c40e5b4] Make sure malloc3.test runs even if a CREATE TABLE transaction commits prior to the last OOM error. (CVS 5820) (check-in: [603c40e5b4] user: drh branch: trunk, size: 20316) | |
2008-05-13
| ||
19:41 | [094f8195fe] part of check-in [e4aab15004] On instruction from DRH, only do malloc failure tests for O/S ops on non-Windows systems. Better test fixture code will be introduced in 3.6.0 to add this coverage back in for Windows. (CVS 5130) (check-in: [e4aab15004] user: shane branch: trunk, size: 20304) | |
13:27 | [b0bc142757] part of check-in [a9d1d93135] Make the benign-fault setting recursive. Make all malloc failures during a rollback benign since there is nothing we can do about them. (CVS 5128) (check-in: [a9d1d93135] user: drh branch: trunk, size: 20381) | |
00:58 | [9943abf634] part of check-in [f1ed368923] Update the pager so that it does not try to commit a transaction if there have been no changes to the database. (CVS 5127) (check-in: [f1ed368923] user: drh branch: trunk, size: 20382) | |
2008-02-18
| ||
22:24 | [c724bc1c5f] part of check-in [63da5d9754] Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c. Limit the size of hash tables and the vdbefifo when using mem5.c. (CVS 4795) (check-in: [63da5d9754] user: drh branch: trunk, size: 20288) | |
2008-01-16
| ||
17:46 | [5d3839afd9] part of check-in [5807921f5a] Get all tests running without memory leaks. (CVS 4714) (check-in: [5807921f5a] user: drh branch: trunk, size: 20258) | |
2007-12-13
| ||
21:54 | [e484ae14ca] part of check-in [4e91a267fe] Change all instances of "it's" in comments to either "its" or "it is", as appropriate, in case the comments are ever again read by a pedantic grammarian. Ticket #2840. (CVS 4629) (check-in: [4e91a267fe] user: drh branch: trunk, size: 20221) | |
2007-10-09
| ||
08:29 | [3d690cbd66] part of check-in [07c00fffe5] Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706. (CVS 4480) (check-in: [07c00fffe5] user: danielk1977 branch: trunk, size: 20233) | |
2007-10-03
| ||
08:46 | [cf2efe9d16] part of check-in [12eca32a6a] Add automatic recovery from the pager "error-state". Also add a new error code - SQLITE_IOERR_NOMEM. (CVS 4454) (check-in: [12eca32a6a] user: danielk1977 branch: trunk, size: 20172) | |
2007-09-03
| ||
16:12 | [d10a1f4848] part of check-in [d66e08fd4f] Enable threadsafe builds by default in configure. Ticket #2606. Changes to test scripts to do better testing under all configurations. (CVS 4379) (check-in: [d66e08fd4f] user: drh branch: trunk, size: 19958) | |
2007-08-31
| ||
05:00 | [39b72b0443] part of check-in [ee9b3e5e38] Fix a problem in malloc3.test preventing all.test from completing. No code changes. (CVS 4351) (check-in: [ee9b3e5e38] user: danielk1977 branch: trunk, size: 19965) | |
2007-08-30
| ||
14:41 | [ca656197fe] part of check-in [e14e3688eb] Fixes to malloc3.test so that it can run in transient or persistent failure mode. (CVS 4336) (check-in: [e14e3688eb] user: danielk1977 branch: trunk, size: 19939) | |
2007-08-29
| ||
12:31 | [95211d9b23] part of check-in [e38ef81b85] Modifications to the malloc failure tests to test transient and persistent failures. (CVS 4321) (check-in: [e38ef81b85] user: danielk1977 branch: trunk, size: 19603) | |
2007-08-22
| ||
22:04 | [65d323508c] part of check-in [205d0b881d] All of the malloc test cases run. Still seeing failures in malloc4.test. (CVS 4272) (check-in: [205d0b881d] user: drh branch: trunk, size: 19593) | |
2007-03-28
| ||
01:59 | [e965954b6f] part of check-in [0f7fdb022c] Fix an memory allocation error revealed by malloc3.test. (CVS 3733) (check-in: [0f7fdb022c] user: drh branch: trunk, size: 19635) | |
2006-01-23
| ||
07:52 | [fd4186bee7] part of check-in [f58bbdc0ac] Fixes for OMIT_UTF16 and OMIT_COMPOUND (CVS 2993) (check-in: [f58bbdc0ac] user: danielk1977 branch: trunk, size: 19888) | |
2006-01-20
| ||
16:32 | [5494b3fac3] part of check-in [7e34163a65] Fix another couple of IO or malloc() failure problems in a shared-cache context. (CVS 2982) (check-in: [7e34163a65] user: danielk1977 branch: trunk, size: 19884) | |
10:55 | [1cf2376c94] part of check-in [97491d4eb5] Handle some of the IO error conditions that may occur in a shared-cache context. (CVS 2980) (check-in: [97491d4eb5] user: danielk1977 branch: trunk, size: 19543) | |
2006-01-10
| ||
18:27 | [265644c655] part of check-in [16a8172a61] Initialize variables in malloc3.test (was causing error in all.test). (CVS 2906) (check-in: [16a8172a61] user: danielk1977 branch: trunk, size: 19088) | |
2005-12-16
| ||
15:24 | [9797d39eca] part of check-in [83c8ae5bee] Verify that the rollback-hook is invoked correctly when a malloc() failure occurs. (CVS 2824) (check-in: [83c8ae5bee] user: danielk1977 branch: trunk, size: 19059) | |
2005-12-09
| ||
14:25 | [56372aafe5] part of check-in [601c335463] Many small changes to ensure memory is not leaked after malloc() fails. (CVS 2808) (check-in: [601c335463] user: danielk1977 branch: trunk, size: 18241) | |
2005-12-07
| ||
06:27 | [0d60a9d191] part of check-in [78f10ca0a6] Add some tests for malloc() failure within the column_name() and column_decl() APIs. (CVS 2805) (check-in: [78f10ca0a6] user: danielk1977 branch: trunk, size: 18159) | |
2005-12-06
| ||
17:48 | [1c7eebb2cf] part of check-in [6824a78bc7] Allow VACUUM to detach the auxillary database after malloc() fails. (CVS 2804) (check-in: [6824a78bc7] user: danielk1977 branch: trunk, size: 17982) | |
12:57 | Added: [4e669aa90d] part of check-in [0b82f9623c] Add test file for new malloc() failure handling. (CVS 2801) (check-in: [0b82f9623c] user: danielk1977 branch: trunk, size: 17983) | |