Commit 074a93ce authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #4820 add more tests by default


git-svn-id: file:///svn/toku/tokudb@45220 c7de825b-a66e-492c-adef-691d508d4ae1
parent e4f40ea3
......@@ -698,8 +698,14 @@ if __name__ == '__main__':
default_testnames = ['test_stress1.tdb',
'test_stress2.tdb',
'test_stress3.tdb',
'test_stress4.tdb',
'test_stress5.tdb',
'test_stress6.tdb']
'test_stress6.tdb',
'test_stress7.tdb',
'test_stress_hot_indexing.tdb',
'test_stress_openclose.tdb']
default_recover_testnames = ['recover-test_stress1.tdb',
'recover-test_stress2.tdb',
'recover-test_stress3.tdb']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment