summaryrefslogtreecommitdiff
path: root/test/suite/test_bug010.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/test_bug010.py')
-rw-r--r--test/suite/test_bug010.py13
1 files changed, 4 insertions, 9 deletions
diff --git a/test/suite/test_bug010.py b/test/suite/test_bug010.py
index 0266cb82446..89f21e1da04 100644
--- a/test/suite/test_bug010.py
+++ b/test/suite/test_bug010.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Public Domain 2014-2015 MongoDB, Inc.
+# Public Domain 2014-2016 MongoDB, Inc.
# Public Domain 2008-2014 WiredTiger, Inc.
#
# This is free and unencumbered software released into the public domain.
@@ -39,14 +39,9 @@ class test_bug010(wttest.WiredTigerTestCase):
uri = 'table:' + name
num_tables = 1000
- # Overrides WiredTigerTestCase
- def setUpConnectionOpen(self, dir):
- self.home = dir
- # Disable checkpoint sync, to make checkpoints faster and
- # increase the likelyhood of triggering the symptom
- conn_params = ',create,checkpoint_sync=false'
- conn = wiredtiger.wiredtiger_open(dir, conn_params)
- return conn
+ # Disable checkpoint sync, to make checkpoints faster and
+ # increase the likelyhood of triggering the symptom
+ conn_config = 'checkpoint_sync=false'
def test_checkpoint_dirty(self):
# Create a lot of tables