Browse Source

don't run test_stress_openclose.tdb on existing environments

git-svn-id: file:///svn/toku/tokudb@44990 c7de825b-a66e-492c-adef-691d508d4ae1
pull/73/head
Leif Walsh 13 years ago
committed by Yoni Fogel
parent
commit
99dd0a1cb9
  1. 4
      scripts/run.stress-tests.py

4
scripts/run.stress-tests.py

@ -485,7 +485,9 @@ def main(opts):
if opts.run_non_upgrade:
runners.append(TestRunner(execf=test, **kwargs))
if opts.run_upgrade:
# never run test_stress_openclose.tdb on existing
# environments, it doesn't want them
if opts.run_upgrade and test != 'test_stress_openclose.tdb'::
for version in opts.old_versions:
for pristine_or_stressed in ['pristine', 'stressed']:
upgrade_kwargs = {

Loading…
Cancel
Save