summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_txn05.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_txn05.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_txn05.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_txn05.py b/src/third_party/wiredtiger/test/suite/test_txn05.py
index bb68034ca04..9e84fe7d3fe 100644
--- a/src/third_party/wiredtiger/test/suite/test_txn05.py
+++ b/src/third_party/wiredtiger/test/suite/test_txn05.py
@@ -32,7 +32,7 @@
import fnmatch, os, shutil, time
from suite_subprocess import suite_subprocess
-from wtscenario import multiply_scenarios, number_scenarios
+from wtscenario import make_scenarios
import wttest
class test_txn05(wttest.WiredTigerTestCase, suite_subprocess):
@@ -63,8 +63,7 @@ class test_txn05(wttest.WiredTigerTestCase, suite_subprocess):
]
txn1s = [('t1c', dict(txn1='commit')), ('t1r', dict(txn1='rollback'))]
- scenarios = number_scenarios(multiply_scenarios('.', types, op1s, txn1s))
- # scenarios = number_scenarios(multiply_scenarios('.', types, op1s, txn1s))[:3]
+ scenarios = make_scenarios(types, op1s, txn1s)
# Overrides WiredTigerTestCase
def setUpConnectionOpen(self, dir):
self.home = dir