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:
parent
76bbdb64d6
commit
ef0f2d453e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user