0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-49287 Enable testing of corrupt WT history stores

This commit is contained in:
Brian DeLeonardis 2020-10-28 19:59:27 +00:00 committed by Evergreen Agent
parent 76bbdb64d6
commit ef0f2d453e

View File

@ -158,11 +158,6 @@ let runTest = function(mongodOptions) {
* Test 5. Corrupt the WiredTigerHS file in an unrecoverable way. Run repair and verify that
* MongoDB was rebuilt properly and starts up normally.
*/
// TODO SERVER-49287: Enable this test case
let skip = true;
if (skip) {
return;
}
let corruptedWiredTigerHSFile = dbpath + "WiredTigerHS.wt";
jsTestLog("corrupting WT History Store file: " + corruptedWiredTigerHSFile);