summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-06-15 10:38:42 -0400
committerKeith Bostic <keith@wiredtiger.com>2014-06-15 10:38:42 -0400
commit84f0af9b696e878f062bb85709e0578da7a9457e (patch)
tree10ea9899b87e6804f1ecb4df8f3567ed0dae7ed0
parent441828af96013095341d6fcd4980957bc9d144bf (diff)
downloadmongo-84f0af9b696e878f062bb85709e0578da7a9457e.tar.gz
Add a comment.
-rw-r--r--test/suite/test_bug008.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/suite/test_bug008.py b/test/suite/test_bug008.py
index d4f89da1a74..5e06d035519 100644
--- a/test/suite/test_bug008.py
+++ b/test/suite/test_bug008.py
@@ -95,7 +95,11 @@ class test_bug008(wttest.WiredTigerTestCase):
# Verify cursor search and search-near operations on a file with a set of
# on-page visible records, a set of insert-list visible records, and a set
- # of insert-list invisible records.
+ # of insert-list invisible records. (The reason I'm adding this slightly
+ # different test is because I want to confirm that if search positions the
+ # the cursor in the insert list with a set of invisible updates, the right
+ # fallback happens, whether the correct position is in the page slots or
+ # the insert list.)
def test_search_invisible_two(self):
uri = 'file:test_bug008' # This is a btree layer test.