]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Remove a test made obsolete by the ONEPASS DELETE optimization.
authordrh <drh@noemail.net>
Fri, 18 Sep 2015 14:22:34 +0000 (14:22 +0000)
committerdrh <drh@noemail.net>
Fri, 18 Sep 2015 14:22:34 +0000 (14:22 +0000)
FossilOrigin-Name: c88b62c28cc7ac31b93f7df0c732e0bb6ca24f65

manifest
manifest.uuid
test/corruptC.test

index 7e2b6887ecda4b1d6d3501c1a5da262198d47730..85016eb962bef614ec76e1f26930a9825e0ff9cc 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Avoid\spassing\s(signed\schar)\svalues\sdirectly\sto\sisspace(),\sisalnum()\sor\sisdigit()\sin\sjson1.c.\sCast\sthe\svalue\sto\s(unsigned\schar)\sfirst.
-D 2015-09-17T17:21:09.569
+C Remove\sa\stest\smade\sobsolete\sby\sthe\sONEPASS\sDELETE\soptimization.
+D 2015-09-18T14:22:34.377
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in f85066ce844a28b671aaeeff320921cd0ce36239
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -541,7 +541,7 @@ F test/corrupt8.test 2399dfe40d2c0c63af86706e30f3e6302a8d0516
 F test/corrupt9.test 730a3db08d4ab9aa43392ea30d9c2b4879cbff85
 F test/corruptA.test 53e56dafd180addcdadb402244b8cb9771d2ba26
 F test/corruptB.test 73a8d6c0b9833697ecf16b63e3c5c05c945b5dec
-F test/corruptC.test 3fcc0f73d2cf2d69befe2d96332b942426a6aae2
+F test/corruptC.test 0c46574f8d4f27ecc799b1b5c4cbf9b1817bce9a
 F test/corruptD.test b3c205fac7952b1de645ce44bb02335cd9e3e040
 F test/corruptE.test be8e5088c369fc7979c662cd644efdaafc0f7f6d
 F test/corruptF.test be9fde98e4c93648f1ba52b74e5318edc8f59fe4
@@ -1387,7 +1387,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P e8ed62f82e8acc40b818bf86fafe3d480687514e
-R b33f39da72f7f6726ef8bfa6df3023ed
-U dan
-Z 7dc427d84823f016abf1cb61f1158516
+P 6713e35b8a8c997aa2717e86ce6dcd63bb993477
+R 33f6635af41fcdd0bdf04c318e3b8dad
+U drh
+Z 9f636cce7563de973d71aa6f965f4052
index 3e087452c25f612391790454dea8e5fd95626f5f..9b0cbfa7ba833f52901265a1c0fc32f0b1b4eaf4 100644 (file)
@@ -1 +1 @@
-6713e35b8a8c997aa2717e86ce6dcd63bb993477
\ No newline at end of file
+c88b62c28cc7ac31b93f7df0c732e0bb6ca24f65
\ No newline at end of file
index a7f93c46d253edf5e0d9173f4d41a9bf44d9154a..80c3c09f61375a1f4c64572c699bb956f253c87c 100644 (file)
@@ -189,7 +189,11 @@ do_test corruptC-2.7 {
   catchsql {BEGIN; UPDATE t2 SET y='abcdef-uvwxyz'; ROLLBACK;}
 } {1 {database disk image is malformed}}
 
+
 # corruption (seed 179069)
+# Obsolete.  With single-pass DELETE the corruption in the
+# main database is not detected.
+if 0 {
 do_test corruptC-2.8 {
   db close
   forcecopy test.bu test.db
@@ -204,6 +208,7 @@ do_test corruptC-2.8 {
   sqlite3 db test.db
   catchsql {BEGIN; DELETE FROM t1 WHERE x>13; ROLLBACK;}
 } {1 {database disk image is malformed}}
+}
 
 # corruption (seed 170434)
 #