mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
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:
parent
d5556a85de
commit
3d4e3a44b9
1 changed files with 2 additions and 1 deletions
|
@ -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]')
|
||||
|
|
Loading…
Add table
Reference in a new issue