SQLite

All files named ”test/shared_err.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/shared_err.test

2017-07-10
12:07
[32634e404a] part of check-in [f27b637040] Update error message text for standard error codes to better describe the latest usage of those error codes. Modify sqlite3_open_v2() so that it does return a valid sqlite3 object in the event of SQLITE_MISUSE due to bad open flags, so that sqlite3_errmsg() does not report "out of memory" in that case. (check-in: [f27b637040] user: drh branch: trunk, size: 15782)
2014-11-17
15:22
[2f2aee20db] part of check-in [eba171e980] Update a couple of test cases to account for the fact that ROLLBACK does not always abort all running SELECT statements. (check-in: [eba171e980] user: dan branch: branch-3.8.7, size: 15787)
2012-12-05
14:37
[0079c05c97] part of check-in [40c143955e] Fixes to a test case in shared_err.test. The fix is to prevent sqlite3_prepare() from being called when the test intends to test the response of sqlite3_step() to an OOM condition. (check-in: [40c143955e] user: dan branch: trunk, size: 15571)
2008-10-12
00:27
[91e26ec4f3] part of check-in [ba3711acee] Added SQLITE_OMIT_DEPRECATED compile time option to leave out deprecated functions. Updated test scripts to skip tests of deprecated functions if they are compiled out. (CVS 5808) (check-in: [ba3711acee] user: shane branch: trunk, size: 15540)
2008-09-29
14:12
[ca197017cb] part of check-in [292acaf7c4] Update shared_err.test to work with (5668) (return SQLITE_CORRUPT if rollback fails). (CVS 5748) (check-in: [292acaf7c4] user: danielk1977 branch: trunk, size: 15515)
2008-09-15
14:42
[63628d33e0] part of check-in [38e5ea070a] Fix the shared_err.test script so that it works if the device supports SQLITE_IOCAP_SAFEAPPEND. (CVS 5699) (check-in: [38e5ea070a] user: danielk1977 branch: trunk, size: 15179)
2008-07-07
17:55
[776ab7196e] part of check-in [2dcd5287a0] Fix a problem in shared_err.test preventing it from running properly and add a test to corrupt2.test to cover another corruption detection case. (CVS 5355) (check-in: [2dcd5287a0] user: danielk1977 branch: trunk, size: 14789)
14:56
[954e1c29d7] part of check-in [b96bcaa197] Test a couple of specific malloc() failures that were not tested before. (CVS 5350) (check-in: [b96bcaa197] user: danielk1977 branch: trunk, size: 15003)
2008-05-22
13:56
[1015714805] part of check-in [0d47653a3c] Ensure that the db.mallocFailed flag is cleared before sqlite3_errmsg16() returns. (CVS 5154) (check-in: [0d47653a3c] user: danielk1977 branch: trunk, size: 14898)
2008-01-18
17:03
[202ce115a4] part of check-in [5aef5b0dd8] Fix test instrumentation problems on shared_err.test. (CVS 4728) (check-in: [5aef5b0dd8] user: drh branch: trunk, size: 14189)
2007-09-03
16:12
[bfe49fbbf2] 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: 13932)
2007-08-30
10:07
[68455ec2f7] part of check-in [41550d87c9] Better handle a malloc() failure in sqlite3PagerSetPagesize(). (CVS 4332) (check-in: [41550d87c9] user: danielk1977 branch: trunk, size: 13913)
02:26
[ae8ba4ccca] part of check-in [cddce49505] Test case fixes for fulltest. (CVS 4329) (check-in: [cddce49505] user: drh branch: trunk, size: 13301)
2007-08-28
23:28
[494a24f6ba] part of check-in [f84550be0a] The shared_err test runs with no errors. But a potential deadlock has been discovered and is still unfixed. (CVS 4317) (check-in: [f84550be0a] user: drh branch: trunk, size: 13029)
22:24
[99d3d87924] part of check-in [967ab229af] Clean up the locking in the btree logic. (CVS 4316) (check-in: [967ab229af] user: drh branch: trunk, size: 13046)
2007-08-25
13:37
[9fa070e3e7] part of check-in [b076e1655d] Update the rest of the malloc failure test scripts to use the new interface. (CVS 4296) (check-in: [b076e1655d] user: danielk1977 branch: trunk, size: 13037)
2007-04-06
01:04
[cc528f6e78] part of check-in [fd4da6b134] Changes to increase test coverage. (CVS 3819) (check-in: [fd4da6b134] user: drh branch: trunk, size: 16286)
2007-03-19
13:53
[841f7341eb] part of check-in [9f62ef1ec3] Fix some problems with test cases in shared_err.test. Also a real bug causing a segfault after an IO error in pager.c. (CVS 3703) (check-in: [9f62ef1ec3] user: danielk1977 branch: trunk, size: 13574)
2006-01-24
16:37
[299a9180a6] part of check-in [5df9f022bf] Handle errors in saving cursor positions during a rollback by aborting all active statements. (CVS 3027) (check-in: [5df9f022bf] user: danielk1977 branch: trunk, size: 12212)
11:30
[162ad76d51] part of check-in [50964ef9b0] Coverage improvements for main.c. (CVS 3023) (check-in: [50964ef9b0] user: danielk1977 branch: trunk, size: 10538)
00:15
[7bc1c8fa8a] part of check-in [0ede5e496b] More test script changes to get it to run without -DSQLITE_MEMDEBUG. (CVS 3018) (check-in: [0ede5e496b] user: drh branch: trunk, size: 10223)
2006-01-23
23:49
[c8a5b71717] part of check-in [2d896667e4] Disable shared-cache OOM tests if not compiled with -DSQLITE_MEMDEBUG. (CVS 3016) (check-in: [2d896667e4] user: drh branch: trunk, size: 10157)
13:09
[245a87e980] part of check-in [6ec8e6b785] Improve coverage of pager.c and fix an IO error handling bug found in the process. (CVS 2995) (check-in: [6ec8e6b785] user: danielk1977 branch: trunk, size: 9962)
05:50
[ceb93bac11] part of check-in [cc2e8e87cf] Improve coverage of expr.c and btree.c slightly. (CVS 2992) (check-in: [cc2e8e87cf] user: danielk1977 branch: trunk, size: 9874)
2006-01-21
12:08
[32d43ebe6b] part of check-in [29281dea81] Fix more problems with malloc() and IO failures. (CVS 2985) (check-in: [29281dea81] user: danielk1977 branch: trunk, size: 9722)
2006-01-20
16:32
[f72c9fbe18] 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: 4905)
10:55
Added: [dea32ad1ce] 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: 3779)