Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1775)

Unified Diff: third_party/sqlite/sqlite-src-3080704/test/thread002.test

Issue 883353008: [sql] Import reference version of SQLite 3.8.7.4. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hold back encoding change which is messing up patch. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/sqlite/sqlite-src-3080704/test/thread002.test
diff --git a/third_party/sqlite/src/test/thread002.test b/third_party/sqlite/sqlite-src-3080704/test/thread002.test
similarity index 98%
copy from third_party/sqlite/src/test/thread002.test
copy to third_party/sqlite/sqlite-src-3080704/test/thread002.test
index b1e5f6368e87aedfc49e3cfac0954f04b784631c..b39c9ae7cd2617705298df8c02420957bf419675 100644
--- a/third_party/sqlite/src/test/thread002.test
+++ b/third_party/sqlite/sqlite-src-3080704/test/thread002.test
@@ -16,9 +16,11 @@
set testdir [file dirname $argv0]
+set do_not_use_codec 1
source $testdir/tester.tcl
if {[run_thread_tests]==0} { finish_test ; return }
+
db close
set ::enable_shared_cache [sqlite3_enable_shared_cache 1]
@@ -27,7 +29,7 @@ set ::NTHREAD 10
do_test thread002.1 {
# Create 3 databases with identical schemas:
for {set ii 0} {$ii < 3} {incr ii} {
- file delete -force test${ii}.db
+ forcedelete test${ii}.db
sqlite3 db test${ii}.db
execsql {
CREATE TABLE t1(k, v);
« no previous file with comments | « third_party/sqlite/sqlite-src-3080704/test/thread001.test ('k') | third_party/sqlite/sqlite-src-3080704/test/thread003.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698