mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
Revert a commit that should not have made it in
This commit is contained in:
parent
68f199f146
commit
73ff99891f
1 changed files with 10 additions and 12 deletions
|
@ -726,18 +726,16 @@ if __name__ == '__main__':
|
|||
parser.add_option_group(test_group)
|
||||
|
||||
|
||||
default_testnames = ['recover-test_stress2.tdb',
|
||||
#'test_stress0.tdb',
|
||||
#'test_stress1.tdb',
|
||||
#'test_stress2.tdb',
|
||||
#'test_stress3.tdb',
|
||||
#'test_stress4.tdb',
|
||||
#'test_stress5.tdb',
|
||||
#'test_stress6.tdb',
|
||||
#'test_stress7.tdb',
|
||||
#'test_stress_hot_indexing.tdb',
|
||||
#'test_stress_openclose.tdb']
|
||||
]
|
||||
default_testnames = ['test_stress0.tdb',
|
||||
'test_stress1.tdb',
|
||||
'test_stress2.tdb',
|
||||
'test_stress3.tdb',
|
||||
'test_stress4.tdb',
|
||||
'test_stress5.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',
|
||||
|
|
Loading…
Add table
Reference in a new issue