summaryrefslogtreecommitdiff
path: root/test/suite/test_bug008.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/test_bug008.py')
-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.