Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/misc7.test
2025-03-27
| ||
14:32 | [d595599972] part of check-in [f96a5346e3] In Tcl, always use eq/ne for comparing strings, not ==/!= (check-in: [f96a5346e3] user: jan.nijtmans branch: cygwin-fixes, size: 15050) | |
2021-03-23
| ||
19:39 | [d912f3d45c] part of check-in [d3ade8c7fe] Test result adjustments in test/misc7.test due to the EQP format change. (check-in: [d3ade8c7fe] user: drh branch: trunk, size: 15044) | |
2021-03-20
| ||
15:11 | [747f376edb] part of check-in [50fbd53260] Revise tests cases to align with the new EXPLAIN QUERY PLAN output. (check-in: [50fbd53260] user: drh branch: eqp-improvements, size: 15065) | |
2020-08-10
| ||
10:43 | [7b4c88c1d5] part of check-in [5d54cd44d0] Fix minor test script problems. (check-in: [5d54cd44d0] user: dan branch: trunk, size: 15083) | |
2019-01-04
| ||
23:39 | [4f21954012] part of check-in [fa98748f95] Give a meaningful error on an attempt to use UPSERT on a virtual table, rather than simply not working. (check-in: [fa98748f95] user: drh branch: trunk, size: 15057) | |
2018-11-07
| ||
14:41 | [10d639a5e0] part of check-in [911e8a17a3] More test-case adjustments for defensive mode. (check-in: [911e8a17a3] user: drh branch: read-only-shadow, size: 14898) | |
2018-05-29
| ||
14:06 | [3498557063] part of check-in [f808e22831] Fix some test script issues caused by recent EXPLAIN QUERY PLAN enhancements. (check-in: [f808e22831] user: dan branch: trunk, size: 14859) | |
2018-02-02
| ||
08:14 | [e26355e326] part of check-in [22a228edad] 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. Cherrypick of [b3122db154]. (check-in: [22a228edad] user: dan branch: branch-3.19, size: 14857) | |
2018-01-23
| ||
14:01 | [567e223b64] 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: 14885) | |
2018-01-10
| ||
11:56 | [859894e319] part of check-in [6a16f554f0] Fix a problem in os_unix.c causing it to return SQLITE_CANTOPEN instead of SQLITE_READONLY_RECOVERY. (check-in: [6a16f554f0] user: dan branch: trunk, size: 14789) | |
2014-01-23
| ||
14:44 | [edd0b63e2e] part of check-in [f4a701d55f] Modifications to test files to omit any tests that intentionally access out-of-bounds locations in clang -fsanitize=address builds. (check-in: [f4a701d55f] user: dan branch: trunk, size: 14117) | |
2013-11-16
| ||
12:56 | [1265eb98c2] part of check-in [c7f2ed9f44] Fix testcase misc7-16 so that it works with the new UNIQUE constraint error message format. (check-in: [c7f2ed9f44] user: drh branch: trunk, size: 14074) | |
2013-06-10
| ||
23:30 | [50c02c35ef] part of check-in [aa580e368e] Fix test cases for the new EXPLAIN QUERY PLAN format. Add the wherecosttest tool. Other fixes to logarithm cost. (check-in: [aa580e368e] user: drh branch: nextgen-query-plan-logcost, size: 14075) | |
2013-03-05
| ||
15:09 | [dd82ec9250] part of check-in [39247b14a5] Add extended error code SQLITE_READONLY_ROLLBACK. Returned if a read-only connection cannot read the database because doing so would require it to roll back a hot-journal. (check-in: [39247b14a5] user: dan branch: experimental, size: 14111) | |
2012-06-21
| ||
15:09 | [f00dad9a00] part of check-in [eebd594d6b] Remove more references to OS/2. (check-in: [eebd594d6b] user: mistachkin branch: trunk, size: 13332) | |
2012-03-08
| ||
20:00 | [4337d84e44] part of check-in [82bcd7ec15] On Windows, make sure the current directory value used by the test suite is 'normalized' to what the parent command shell sees. Also, clean the test directories used by the quota2.test file. (check-in: [82bcd7ec15] user: mistachkin branch: trunk, size: 13366) | |
2012-01-17
| ||
15:29 | [6743b81088] part of check-in [96900c47e4] Remove the undocumented PRAGMA omit_readlock hack. (check-in: [96900c47e4] user: drh branch: trunk, size: 13362) | |
2011-08-02
| ||
00:57 | [eafaa41b91] 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: 13012) | |
2010-12-02
| ||
06:08 | [29032efcd3] part of check-in [917af565ac] Update misc7.test to account for EQP changes. (check-in: [917af565ac] user: dan branch: trunk, size: 13075) | |
2009-07-16
| ||
18:21 | [c5f4e6a82e] part of check-in [9452517981] Code simplifications and comment improvements in support of structural coverage testing. (CVS 6899) (check-in: [9452517981] user: drh branch: trunk, size: 13035) | |
2009-02-10
| ||
05:45 | [debcd7dbfd] part of check-in [d919d2a14c] Fix a bug in test file misc7.test. No code changes. (CVS 6272) (check-in: [d919d2a14c] user: danielk1977 branch: trunk, size: 13223) | |
2009-02-05
| ||
16:31 | [93c81aed66] part of check-in [e8f192e2a9] Make the pending byte adjustable via sqlite3_test_control() on all builds, not just on test builds. (CVS 6263) (check-in: [e8f192e2a9] user: drh branch: trunk, size: 13080) | |
2009-01-09
| ||
17:11 | [065b4a32c4] part of check-in [0f3f9011fa] Increase pager.c coverage a bit. Fix an assert failure that can occur following a "PRAGMA omit_readlock" command on a read-only database. (CVS 6152) (check-in: [0f3f9011fa] user: danielk1977 branch: trunk, size: 13078) | |
2008-10-30
| ||
15:03 | [edbbe77d48] part of check-in [4c6a90a166] Add the sqlite3_extended_errcode() interface. Change to return SQLITE_BUSY instead of SQLITE_ERROR when a COMMIT is attempted and one or more queries are still pending. (CVS 5850) (check-in: [4c6a90a166] user: drh branch: trunk, size: 12508) | |
2008-08-22
| ||
13:57 | [0d763f703a] part of check-in [10e62d4700] fix some tests to take the right branch on OS/2 (hope I got the Tcl syntax right) (CVS 5593) (check-in: [10e62d4700] user: pweilbacher branch: trunk, size: 12506) | |
2008-08-02
| ||
03:50 | [fd424ff93a] part of check-in [f1e44eb323] Additional coverage testing. Fix a segfault following OOM in sqltie3_load_extension(). (CVS 5523) (check-in: [f1e44eb323] user: drh branch: trunk, size: 12464) | |
2008-08-01
| ||
15:06 | [9aef880e03] part of check-in [3f70e03ae8] Add a permutation test case for running all OOM tests with lookaside disabled. (CVS 5517) (check-in: [3f70e03ae8] user: drh branch: trunk, size: 12285) | |
2008-07-11
| ||
13:53 | [b0d80b95dc] part of check-in [c9ffbfe343] Fix minor problems in the test scripts and harness. (CVS 5394) (check-in: [c9ffbfe343] user: drh branch: trunk, size: 12117) | |
2008-07-09
| ||
16:51 | [68198e6a69] part of check-in [2d8f7bebf0] Test coverage improvements on printf. (CVS 5385) (check-in: [2d8f7bebf0] user: drh branch: trunk, size: 12113) | |
2008-03-15
| ||
14:53 | [26e0d948a4] part of check-in [5589b9d395] Skip tests that require setting detailed unix permissions on files when running on filesystems such as AFP that do not support that capability. (CVS 4866) (check-in: [5589b9d395] user: drh branch: trunk, size: 11948) | |
2008-01-23
| ||
12:52 | [3ec53989dd] part of check-in [9f95d79dae] Improvements to test coverage in the lemon-generated parser and in the sqlite3_get_table() interface. (CVS 4745) (check-in: [9f95d79dae] user: drh branch: trunk, size: 11444) | |
2007-12-13
| ||
21:54 | [b7f829bc37] 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: 11440) | |
2007-10-05
| ||
15:53 | [3fbd0a9e3d] part of check-in [a51946e66b] Changes to a couple of test scripts to handle the tcl 8.5 version of (file attributes -readonly) on mac. (CVS 4472) (check-in: [a51946e66b] user: danielk1977 branch: trunk, size: 11449) | |
2007-08-22
| ||
20:18 | [a67af9620a] part of check-in [db818430e9] The malloc.test script now passes all tests with no errors. (CVS 4271) (check-in: [db818430e9] user: drh branch: trunk, size: 11217) | |
2007-06-27
| ||
23:52 | [6e573e3d63] part of check-in [b3f442698e] Add a test case to verify that ticket #2470 has been fixed. (CVS 4145) (check-in: [b3f442698e] user: drh branch: trunk, size: 11214) | |
2007-04-25
| ||
15:42 | [22ca647b44] part of check-in [66646d6fda] Disable tests in misc7 that do not work on windows due to limitations of the windows file system. (CVS 3873) (check-in: [66646d6fda] user: drh branch: trunk, size: 10795) | |
2007-04-02
| ||
12:28 | [292c9ec024] part of check-in [84077fa160] Cover a corrupt-db case in pager.c. (CVS 3794) (check-in: [84077fa160] user: danielk1977 branch: trunk, size: 10331) | |
11:08 | [2b7af7cbed] part of check-in [4d8c6bf44e] Correctly handle the obscure case of a read-only hot-journal file. (CVS 3791) (check-in: [4d8c6bf44e] user: danielk1977 branch: trunk, size: 9754) | |
05:07 | [db026378fd] part of check-in [ba0538a497] Fix a resource leak introduced by the change-counter optimisation. Also add some test coverage. (CVS 3790) (check-in: [ba0538a497] user: danielk1977 branch: trunk, size: 8963) | |
2007-03-31
| ||
10:00 | [8663e29f1a] part of check-in [665b119a24] More coverage for pager.c. (CVS 3778) (check-in: [665b119a24] user: danielk1977 branch: trunk, size: 8713) | |
2007-03-30
| ||
18:21 | [6f59801b47] part of check-in [c1aca18fad] Coverage testing for a few lines in pager.c. (CVS 3770) (check-in: [c1aca18fad] user: danielk1977 branch: trunk, size: 7673) | |
17:11 | [92c5d9ea7f] part of check-in [eec7ab63be] Coverage tests for some pragmas. (CVS 3767) (check-in: [eec7ab63be] user: danielk1977 branch: trunk, size: 6096) | |
14:56 | [54b131b860] part of check-in [7e0aa96412] Coverage improvements for where.c. (CVS 3764) (check-in: [7e0aa96412] user: danielk1977 branch: trunk, size: 5435) | |
13:01 | [c111c5cce4] part of check-in [339941d83a] Avoid using the "clock" command in test scripts since it is a proc in Tcl8.5 and is thus not available to testfixture. (CVS 3760) (check-in: [339941d83a] user: drh branch: trunk, size: 4275) | |
09:13 | [2d0af4730e] part of check-in [ea49ddf64a] Test coverage a few extra lines in where.c. (CVS 3756) (check-in: [ea49ddf64a] user: danielk1977 branch: trunk, size: 4236) | |
07:10 | [ac433b389f] part of check-in [19fc3d7896] Extra test cases to improve coverage of main.c. (CVS 3755) (check-in: [19fc3d7896] user: danielk1977 branch: trunk, size: 3647) | |
2007-03-29
| ||
17:07 | [bc52702ade] part of check-in [0b22ce3637] Add a couple of test cases to improve coverage testing. (CVS 3747) (check-in: [0b22ce3637] user: danielk1977 branch: trunk, size: 2181) | |
12:19 | Added: [9b3bd914a8] part of check-in [f26b014109] Explicitly test some error cases that up until now have not been checked. (CVS 3742) (check-in: [f26b014109] user: danielk1977 branch: trunk, size: 684) | |