summaryrefslogtreecommitdiff
path: root/test/suite/test_config04.py
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@wiredtiger.com>2012-01-06 14:43:46 +0000
committerKeith Bostic <keith.bostic@wiredtiger.com>2012-01-06 14:43:46 +0000
commit9a4a244d63d634d23bb469cf82caef1f474b4c24 (patch)
treeb494906ab1532c656d5121e2643b39e652280dd6 /test/suite/test_config04.py
parent44fcc8f9b7f39192e31f52575ec257f29c3f7895 (diff)
downloadmongo-9a4a244d63d634d23bb469cf82caef1f474b4c24.tar.gz
The engine now fails correctly if eviction_target is greater than
eviction_trigger in the wiredtiger_open config string.
Diffstat (limited to 'test/suite/test_config04.py')
-rw-r--r--test/suite/test_config04.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/suite/test_config04.py b/test/suite/test_config04.py
index b6069b737d3..d60fb18e149 100644
--- a/test/suite/test_config04.py
+++ b/test/suite/test_config04.py
@@ -99,8 +99,6 @@ class test_config04(wttest.WiredTigerTestCase):
# TODO: how do we verify that it was set?
def test_eviction_bad(self):
- self.KNOWN_FAILURE('bad eviction config will cause Resource busy ' +
- 'on subsequent tests')
self.assertRaises(WiredTigerError, lambda:
wiredtiger.wiredtiger_open('.', 'create,eviction_target=91,' +
'eviction_trigger=81'))