summaryrefslogtreecommitdiff
path: root/test/suite/test_sweep03.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/test_sweep03.py')
-rw-r--r--test/suite/test_sweep03.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/suite/test_sweep03.py b/test/suite/test_sweep03.py
index 061c2f5b37b..61078fa96b5 100644
--- a/test/suite/test_sweep03.py
+++ b/test/suite/test_sweep03.py
@@ -33,7 +33,7 @@
import fnmatch, os, shutil, run, time
from suite_subprocess import suite_subprocess
from wiredtiger import stat
-from wtscenario import multiply_scenarios, number_scenarios, prune_scenarios
+from wtscenario import make_scenarios
import wttest
class test_sweep03(wttest.WiredTigerTestCase, suite_subprocess):
@@ -54,7 +54,7 @@ class test_sweep03(wttest.WiredTigerTestCase, suite_subprocess):
create_params = 'key_format=r,value_format=8t')),
]
- scenarios = types
+ scenarios = make_scenarios(types)
def test_disable_idle_timeout1(self):
#