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

Unified Diff: third_party/sqlite/src/test/threadtest3.c

Issue 949043002: Add //third_party/sqlite to dirs_to_snapshot, remove net_sql.patch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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/thread005.test ('k') | third_party/sqlite/src/test/tkt-02a8e81d44.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/threadtest3.c
diff --git a/third_party/sqlite/src/test/threadtest3.c b/third_party/sqlite/src/test/threadtest3.c
index cb7e2fa41b190d7ccc2613503ac6a60dcf1aae72..084ca022a9808e83a78315b759c76f097bf14ff1 100644
--- a/third_party/sqlite/src/test/threadtest3.c
+++ b/third_party/sqlite/src/test/threadtest3.c
@@ -1394,7 +1394,10 @@ static void dynamic_triggers(int nMs){
print_and_free_err(&err);
}
+
+
#include "tt3_checkpoint.c"
+#include "tt3_index.c"
int main(int argc, char **argv){
struct ThreadTest {
@@ -1414,6 +1417,8 @@ int main(int argc, char **argv){
{ checkpoint_starvation_1, "checkpoint_starvation_1", 10000 },
{ checkpoint_starvation_2, "checkpoint_starvation_2", 10000 },
+
+ { create_drop_index_1, "create_drop_index_1", 10000 },
};
int i;
« no previous file with comments | « third_party/sqlite/src/test/thread005.test ('k') | third_party/sqlite/src/test/tkt-02a8e81d44.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698