summaryrefslogtreecommitdiff
path: root/jstests/disk
diff options
context:
space:
mode:
authorMonica Ng <monica.ng@mongodb.com>2021-06-16 05:24:20 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-29 00:52:14 +0000
commit5f5ac8d637439bda2dd42a93b0f2d6cf755b5a27 (patch)
tree0769b2198566d82c08af647c8898674be4f86236 /jstests/disk
parente5621e0961cf65f99a19615023f3226284229257 (diff)
downloadmongo-5f5ac8d637439bda2dd42a93b0f2d6cf755b5a27.tar.gz
SERVER-57147 Remove outdated TODO comment referring to WT-4459
Diffstat (limited to 'jstests/disk')
-rw-r--r--jstests/disk/wt_repair_corrupt_metadata.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/disk/wt_repair_corrupt_metadata.js b/jstests/disk/wt_repair_corrupt_metadata.js
index 46dd2539114..999765684fd 100644
--- a/jstests/disk/wt_repair_corrupt_metadata.js
+++ b/jstests/disk/wt_repair_corrupt_metadata.js
@@ -79,7 +79,6 @@ let runTest = function(mongodOptions) {
// Corrupt the .turtle file in a very specific way such that the log sequence numbers are
// invalid.
if (mongodOptions.hasOwnProperty('journal')) {
- // TODO: This return can be removed once WT-4459 is completed.
if (_isAddressSanitizerActive()) {
jsTestLog("Skipping log file corruption because the address sanitizer is active.");
return;