Remove the "proc zeroblob" implementation from incrvacuum2.test. It is no longer required as of (6906) and, as #3988 points out, unreliable. (CVS 6936)
FossilOrigin-Name: 03153831635342a744ee42f14cb041499cdece2a
This commit is contained in:
parent
750e87df2e
commit
8c924fe002
12
manifest
12
manifest
@ -1,5 +1,5 @@
|
||||
C Add\sfiles\sthat\sshould\shave\sgone\sin\swith\sthe\sprevious\scheckin.\s(CVS\s6935)
|
||||
D 2009-07-25T11:46:49
|
||||
C Remove\sthe\s"proc\szeroblob"\simplementation\sfrom\sincrvacuum2.test.\sIt\sis\sno\slonger\srequired\sas\sof\s(6906)\sand,\sas\s#3988\spoints\sout,\sunreliable.\s(CVS\s6936)
|
||||
D 2009-07-25T13:42:50
|
||||
F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
|
||||
F Makefile.in df9359da7a726ccb67a45db905c5447d5c00c6ef
|
||||
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
|
||||
@ -402,7 +402,7 @@ F test/incrblob.test c80087a8ec28b4a58b5299251074048e17754f8f
|
||||
F test/incrblob2.test edc3a96e557bd61fb39acc8d2edd43371fbbaa19
|
||||
F test/incrblob_err.test c577c91d4ed9e8336cdb188b15d6ee2a6fe9604e
|
||||
F test/incrvacuum.test d0fb6ef6d747ef5c5ebe878aafa72dd3e178856b
|
||||
F test/incrvacuum2.test 46ef65f377e3937cfd1ba66e818309dab46f590d
|
||||
F test/incrvacuum2.test 9e22a794899c91b7d8c8e12eaacac8df249faafe
|
||||
F test/incrvacuum_ioerr.test 57d2f5777ab13fa03b87b262a4ea1bad5cfc0291
|
||||
F test/index.test cbf301cdb2da43e4eac636c3400c2439af1834ad
|
||||
F test/index2.test ee83c6b5e3173a3d7137140d945d9a5d4fdfb9d6
|
||||
@ -738,7 +738,7 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
|
||||
F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
|
||||
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
|
||||
F tool/vdbe-compress.tcl 672f81d693a03f80f5ae60bfefacd8a349e76746
|
||||
P 2e08ad7bf629485a79ccebcf4c413e9dcc0d3ccf
|
||||
R 538b80e40ca2c7a090fa9bcf0676dfb6
|
||||
P 64c7afc704e95e13fb3315be402525d277a0d8d8
|
||||
R 20f40ca3310104ddabf364141e8ccf5e
|
||||
U danielk1977
|
||||
Z 6c9a0b4779aa816678e6e58c258feb6f
|
||||
Z 017be7b24b2900b43c5f14b11b4aa4e2
|
||||
|
@ -1 +1 @@
|
||||
64c7afc704e95e13fb3315be402525d277a0d8d8
|
||||
03153831635342a744ee42f14cb041499cdece2a
|
@ -11,7 +11,7 @@
|
||||
# This file implements regression tests for SQLite library. The
|
||||
# focus of this file is testing the incremental vacuum feature.
|
||||
#
|
||||
# $Id: incrvacuum2.test,v 1.5 2008/05/07 07:13:16 danielk1977 Exp $
|
||||
# $Id: incrvacuum2.test,v 1.6 2009/07/25 13:42:50 danielk1977 Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@ -23,16 +23,6 @@ ifcapable {!autovacuum || !pragma} {
|
||||
return
|
||||
}
|
||||
|
||||
# If the OMIT_INCRBLOB symbol was defined at compile time, there
|
||||
# is no zeroblob() function available. So create a similar
|
||||
# function here using Tcl. It doesn't return a blob, but it returns
|
||||
# data of the required length, which is good enough for this
|
||||
# test file.
|
||||
ifcapable !incrblob {
|
||||
proc zeroblob {n} { string repeat 0 $n }
|
||||
db function zeroblob zeroblob
|
||||
}
|
||||
|
||||
|
||||
# Create a database in incremental vacuum mode that has many
|
||||
# pages on the freelist.
|
||||
|
Loading…
Reference in New Issue
Block a user