Commit 73ff9989 authored by John Esmet's avatar John Esmet

Revert a commit that should not have made it in

parent 68f199f1
......@@ -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',
......
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