summaryrefslogtreecommitdiff
path: root/test/suite/test_config04.py
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-01-31 00:50:04 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-01-31 00:50:04 +1100
commit774be1696dac6985b1309125bef45c486f9e3e3d (patch)
treec1498c592a0c5309e4af7b5ee0a8dc356fdbfeb8 /test/suite/test_config04.py
parent836b523f5d97d7b980ba85e116aa576ea8e3b3be (diff)
downloadmongo-774be1696dac6985b1309125bef45c486f9e3e3d.tar.gz
Connections are always exclusive, we don't need to config key.
Diffstat (limited to 'test/suite/test_config04.py')
-rw-r--r--test/suite/test_config04.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/suite/test_config04.py b/test/suite/test_config04.py
index 9c3b39b88f0..b8518ba0ee5 100644
--- a/test/suite/test_config04.py
+++ b/test/suite/test_config04.py
@@ -128,11 +128,6 @@ class test_config04(wttest.WiredTigerTestCase):
wiredtiger.wiredtiger_open('.', 'create,eviction_target=86,' +
'eviction_trigger=86'))
- def test_exclusive(self):
- # This is a simple test to set the flag,
- # there is a separate functionality test for the exclusive flag.
- self.common_test('exclusive')
-
def test_hazard_max(self):
# Note: There isn't any direct way to know that this was set.
self.common_test('hazard_max=50')