aboutsummaryrefslogtreecommitdiff
path: root/test/permutations.test
diff options
context:
space:
mode:
authordan <dan@noemail.net>2014-05-06 15:38:07 +0000
committerdan <dan@noemail.net>2014-05-06 15:38:07 +0000
commitdfea45330e5187e37a7de7750fcef6884630a1bf (patch)
tree7a5b503b03b33633fcaa80a39117b277b192532b /test/permutations.test
parent449cb9a5af9762d6eba3343802c601723f19929f (diff)
downloadsqlite-dfea45330e5187e37a7de7750fcef6884630a1bf.tar.gz
sqlite-dfea45330e5187e37a7de7750fcef6884630a1bf.zip
Re-implement the core of the multi-threaded sorter tests in sort4.test using C. Run each test in sort4.test ten times, or repeat all tests for 300 seconds as part of the "multithread" permutation test.
FossilOrigin-Name: 208b2b04d4d282bec4424ea7160a123ba549d118
Diffstat (limited to 'test/permutations.test')
-rw-r--r--test/permutations.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/permutations.test b/test/permutations.test
index 3cf4aa80b..e114caf20 100644
--- a/test/permutations.test
+++ b/test/permutations.test
@@ -469,7 +469,7 @@ test_suite "multithread" -description {
} -files {
delete.test delete2.test insert.test rollback.test select1.test
select2.test trans.test update.test vacuum.test types.test
- types2.test types3.test
+ types2.test types3.test sort4.test
} -shutdown {
catch {db close}
sqlite3_shutdown