summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_durability01.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_durability01.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_durability01.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_durability01.py b/src/third_party/wiredtiger/test/suite/test_durability01.py
index c2210576eae..c9226001040 100644
--- a/src/third_party/wiredtiger/test/suite/test_durability01.py
+++ b/src/third_party/wiredtiger/test/suite/test_durability01.py
@@ -70,7 +70,7 @@ class test_durability01(wttest.WiredTigerTestCase, suite_subprocess):
if i % 5 == 0:
self.session.checkpoint()
else:
- self.verifyUntilSuccess(self.session, self.uri)
+ self.session.verify(self.uri)
self.check_crash_restart(".", "RESTART")
if __name__ == '__main__':