-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
While digging into a test failure in WT-2330 I noticed that running WT_SESSION::verify calls truncate, which can alter the file. Since verify is supposed to report whether a file is corrupted or not I'm not comfortable with verify altering the content of a table.
I think we should be able to assert that a file is identical before and after running verify.