-
Type: Technical Debt
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Command Line Utilities
-
None
-
Storage Engines
-
2
-
StorEng - Defined Pipeline
It seems that we are not using the verify command correctly in test_verify.py:
self.runWt(['-p', 'verify', '-u', '-d', 'dump_pages', self.uri, '-d'], outfilename='dump_corrupt.out', errfilename="dump_corrupt.err", failure=True)
The extra -d at the end does not seem to serve any purpose given the documentation here.