summaryrefslogtreecommitdiff
path: root/test/suite/test_stat03.py
diff options
context:
space:
mode:
authorAlex Gorrod <alexander.gorrod@mongodb.com>2016-08-04 16:07:16 +1000
committerAlex Gorrod <alexander.gorrod@mongodb.com>2016-08-04 16:07:16 +1000
commita9e96961abc9dd20d464bdeb120d792166ee4cf9 (patch)
treeaa569dc7ba001747a4c10902dcad759ae0999ae0 /test/suite/test_stat03.py
parentd8fb874fc40989cb9675e56ca80b3b64e6fa2ee3 (diff)
parent034ecbf55bb22d05c137aa8ef62a070964bf2748 (diff)
downloadmongo-a9e96961abc9dd20d464bdeb120d792166ee4cf9.tar.gz
Merge branch 'develop' into mongodb-3.4
Diffstat (limited to 'test/suite/test_stat03.py')
-rw-r--r--test/suite/test_stat03.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/suite/test_stat03.py b/test/suite/test_stat03.py
index 039ad1f7f8d..b17fe6eb91c 100644
--- a/test/suite/test_stat03.py
+++ b/test/suite/test_stat03.py
@@ -34,7 +34,7 @@ from helper import complex_populate, complex_populate_lsm, simple_populate
from helper import key_populate, complex_value_populate, value_populate
from helper import complex_populate_colgroup_count, complex_populate_index_count
from helper import complex_populate_colgroup_name, complex_populate_index_name
-from wtscenario import multiply_scenarios, number_scenarios
+from wtscenario import make_scenarios
# test_stat03.py
# Statistics reset test.
@@ -51,7 +51,7 @@ class test_stat_cursor_reset(wttest.WiredTigerTestCase):
dict(uri='table:' + pfx, pop=complex_populate_lsm)),
]
- scenarios = number_scenarios(multiply_scenarios('.', uri))
+ scenarios = make_scenarios(uri)
conn_config = 'statistics=(all)'
def stat_cursor(self, uri):