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

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

Issue 2751253002: [sql] Import SQLite 3.17.0. (Closed)
Patch Set: also clang on Linux i386 Created 3 years, 9 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/fts4merge.test ('k') | third_party/sqlite/src/test/fts4noti.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/fts4merge3.test
diff --git a/third_party/sqlite/src/test/fts4merge3.test b/third_party/sqlite/src/test/fts4merge3.test
index 329b4d2cc4ea97720f5b52079af03654d2c17f59..08b68b97d9653669b0e8a9f9edf40fc0f3f1f5c7 100644
--- a/third_party/sqlite/src/test/fts4merge3.test
+++ b/third_party/sqlite/src/test/fts4merge3.test
@@ -62,7 +62,7 @@ do_all_bc_test {
do_test 1.7 { sql2 {
SELECT level, count(*) FROM t2_segdir GROUP BY level ORDER BY 1
- } } [list 0 1 2 18 3 5]
+ } } {2 15 3 5}
# Using the old connection, insert many rows.
do_test 1.8 {
@@ -73,7 +73,7 @@ do_all_bc_test {
do_test 1.9 { sql2 {
SELECT level, count(*) FROM t2_segdir GROUP BY level ORDER BY 1
- } } [list 0 13 1 13 2 5 3 6]
+ } } [list 0 12 1 13 2 4 3 6]
# Run a big incr-merge operation on the db.
do_test 1.10 { sql1 { INSERT INTO t2(t2) VALUES('merge=2000,2') } } {}
@@ -97,7 +97,7 @@ do_all_bc_test {
do_test 1.15 { sql2 {
SELECT level, count(*) FROM t2_segdir GROUP BY level ORDER BY 1
- } } {6 1}
+ } } {4 1}
}
}
« no previous file with comments | « third_party/sqlite/src/test/fts4merge.test ('k') | third_party/sqlite/src/test/fts4noti.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698