]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Display a warning that the notify2-3 test sometimes fails on single-core
authordrh <drh@noemail.net>
Mon, 30 Mar 2009 11:59:30 +0000 (11:59 +0000)
committerdrh <drh@noemail.net>
Mon, 30 Mar 2009 11:59:30 +0000 (11:59 +0000)
machines. (CVS 6407)

FossilOrigin-Name: ab7c718dec56859c51bfb0b1c1d70a7c84feffd1

manifest
manifest.uuid
test/notify2.test

index 166a3ea4570082764dd4a58d9866bf05b67aae09..3eb66d1dc18d03489e3aa67753b4edc76edec331 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Another\schange\srelated\sto\s(6401)\sand\s(6402):\sWhen\san\sattempt\sto\sunlock\sa\sfile\sfails\sin\sos_unix.c,\sclose\sall\sfiles\sheld\sopen\swaiting\sfor\sthe\sunlock\sevent\sanyway.\n\sThis\sprevents\sa\sfile-descriptor\sleak\swhen\stesting\sIO\serrors.\s(CVS\s6406)
-D 2009-03-30T07:39:35
+C Display\sa\swarning\sthat\sthe\snotify2-3\stest\ssometimes\sfails\son\ssingle-core\nmachines.\s(CVS\s6407)
+D 2009-03-30T11:59:31
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in 583e87706abc3026960ed759aff6371faf84c211
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -480,7 +480,7 @@ F test/mutex1.test ebd54720401fafe854799dc86b7bf60b75631935
 F test/mutex2.test bfeaeac2e73095b2ac32285d2756e3a65e681660
 F test/nan.test c627d79b3d36ea892563fd67584b3e8a18f0618a
 F test/notify1.test 099191b6f450a7cc3208bdf826532572bdd9a204
-F test/notify2.test f28e2f039499a116338b043c068ad47f3ac55b74
+F test/notify2.test 195a467e021f74197be2c4fb02d6dee644b8d8db
 F test/notnull.test 44d600f916b770def8b095a9962dbe3be5a70d82
 F test/null.test a8b09b8ed87852742343b33441a9240022108993
 F test/openv2.test f5dd6b23e4dce828eb211649b600763c42a668df
@@ -711,7 +711,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
-P 7f3be3608542bbc6ac7916e5c3a5436e5f0a552e
-R a9bdb3adde6598714edefb4405572e3f
-U danielk1977
-Z d546563cba82beaa0b71a6d7a5a8a700
+P 50fbcdea045f7d4266d9afa721616c720564aa93
+R bcce255946acb766df25717e23479ac7
+U drh
+Z fdfb821831a77fcb2483bd1613327cdd
index 998bf4b2e1c84e9c32fa470d2d98ea65d53082c4..e4ace916b13bb41ec38d4eaadcf32aa41a067882 100644 (file)
@@ -1 +1 @@
-50fbcdea045f7d4266d9afa721616c720564aa93
\ No newline at end of file
+ab7c718dec56859c51bfb0b1c1d70a7c84feffd1
\ No newline at end of file
index b8e3ab6c9d789e866ad9c864159430ff5e87423c..bfb9af813cc4e6aeefe48e23620a52894aa3386c 100644 (file)
@@ -9,7 +9,7 @@
 #
 #***********************************************************************
 #
-# $Id: notify2.test,v 1.6 2009/03/28 07:03:42 danielk1977 Exp $
+# $Id: notify2.test,v 1.7 2009/03/30 11:59:31 drh Exp $
 
 set testdir [file dirname $argv0]
 source $testdir/tester.tcl
@@ -230,6 +230,9 @@ foreach {iTest xStep xPrepare} {
 # chance, step() will be faster on a single core, in which case the
 # following test will fail.
 #
+puts "The following test seeks to demonstrate that the sqlite3_unlock_notify()"
+puts "interface helps multi-core systems to run faster.  This test sometimes"
+puts "fails on single-core machines."
 puts [array get anWrite]
 do_test notify2-3 {
   expr {$anWrite(sqlite3_blocking_step) > $anWrite(sqlite3_step)}