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

Unified Diff: third_party/sqlite/src/test/incrvacuum2.test

Issue 1610963002: Import SQLite 3.10.2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « third_party/sqlite/src/test/incrcorrupt.test ('k') | third_party/sqlite/src/test/index.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/incrvacuum2.test
diff --git a/third_party/sqlite/src/test/incrvacuum2.test b/third_party/sqlite/src/test/incrvacuum2.test
index 6e8e1bed5e14854bf0c908e938606757dcca795a..2219d541951f38d8a2029c3b2df7623ea92658ae 100644
--- a/third_party/sqlite/src/test/incrvacuum2.test
+++ b/third_party/sqlite/src/test/incrvacuum2.test
@@ -188,8 +188,10 @@ ifcapable wal {
execsql {
PRAGMA journal_mode = WAL;
PRAGMA incremental_vacuum(1);
- PRAGMA wal_checkpoint;
}
+ } {wal}
+ do_test 4.2.1 {
+ execsql { PRAGMA wal_checkpoint }
file size test.db-wal
} [expr {32+2*(512+24)}]
« no previous file with comments | « third_party/sqlite/src/test/incrcorrupt.test ('k') | third_party/sqlite/src/test/index.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698