summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2016-03-17 16:13:00 +1100
committerMichael Cahill <michael.cahill@mongodb.com>2016-03-17 16:13:00 +1100
commitb15c7d5d682305e3b4088e19b4171c45556598d6 (patch)
treecdb56d754bae2f2c45698365008ceeecf2e2ff5c /test
parent01f26d900ae55247495eb40b9a1fbab6ccfb1462 (diff)
downloadmongo-b15c7d5d682305e3b4088e19b4171c45556598d6.tar.gz
WT-2457 Review changes.
Rename LSM field "excl_session" to match WT_DATA_HANDLE, make new test URI match test name.
Diffstat (limited to 'test')
-rw-r--r--test/suite/test_lsm03.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/suite/test_lsm03.py b/test/suite/test_lsm03.py
index 37d1f761744..448d864c646 100644
--- a/test/suite/test_lsm03.py
+++ b/test/suite/test_lsm03.py
@@ -33,14 +33,14 @@ from helper import simple_populate
# Check to make sure that LSM schema operations don't get EBUSY when
# there are no user operations active.
class test_lsm03(wttest.WiredTigerTestCase):
- name = 'test_rebalance'
+ name = 'test_lsm03'
# Use small pages so we generate some internal layout
# Setup LSM so multiple chunks are present
config = 'key_format=S,allocation_size=512,internal_page_max=512' + \
',leaf_page_max=1k,lsm=(chunk_size=512k,merge_min=10)'
- # Populate an object, then rebalance it.
+ # Populate an object then drop it.
def test_lsm_drop_active(self):
uri = 'lsm:' + self.name
simple_populate(self, uri, self.config, 10000)