refs #4802 add recover-test_stress_openclose.tdb to the list of stress tests to run

git-svn-id: file:///svn/toku/tokudb@45226 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Leif Walsh 2013-04-17 00:00:56 -04:00 committed by Yoni Fogel
parent d5556a85de
commit 3d4e3a44b9

View file

@ -708,7 +708,8 @@ if __name__ == '__main__':
'test_stress_openclose.tdb']
default_recover_testnames = ['recover-test_stress1.tdb',
'recover-test_stress2.tdb',
'recover-test_stress3.tdb']
'recover-test_stress3.tdb',
'recover-test_stress_openclose.tdb']
build_group = OptionGroup(parser, 'Build Options', 'Control how the fractal tree and tests get built.')
build_group.add_option('--skip_build', action='store_false', dest='build', default=True,
help='skip the svn up and build phase before testing [default=False]')