From 6a1387c0da2b285a63606f2f3e8e0424bfc2c66c Mon Sep 17 00:00:00 2001 From: Leif Walsh Date: Thu, 29 May 2014 11:06:33 -0400 Subject: [PATCH] added test_stress_with_verify to stress test runner --- scripts/run.stress-tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/run.stress-tests.py b/scripts/run.stress-tests.py index fbbf5ee6472..003870d88c9 100755 --- a/scripts/run.stress-tests.py +++ b/scripts/run.stress-tests.py @@ -735,6 +735,7 @@ if __name__ == '__main__': 'test_stress6.tdb', 'test_stress7.tdb', 'test_stress_hot_indexing.tdb', + 'test_stress_with_verify.tdb', 'test_stress_openclose.tdb'] default_recover_testnames = ['recover-test_stress1.tdb', 'recover-test_stress2.tdb',