diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2012-01-31 00:50:04 +1100 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2012-01-31 00:50:04 +1100 |
commit | 774be1696dac6985b1309125bef45c486f9e3e3d (patch) | |
tree | c1498c592a0c5309e4af7b5ee0a8dc356fdbfeb8 /test/suite/test_config04.py | |
parent | 836b523f5d97d7b980ba85e116aa576ea8e3b3be (diff) | |
download | mongo-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.py | 5 |
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') |