summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2019-11-21 03:04:44 +0000
committerevergreen <evergreen@mongodb.com>2019-11-21 03:04:44 +0000
commit57f2fc733c2db98f3cab55250f4d31458234836d (patch)
tree270bf2cf71de1135cdc0705f2256ea7b5112b6a3
parentc9c3724c0358605804d0bb73991bc6b67ac6c97a (diff)
downloadmongo-57f2fc733c2db98f3cab55250f4d31458234836d.tar.gz
SERVER-44755 Change assertion number in wt_missing_file_errors.js
-rw-r--r--jstests/disk/wt_missing_file_errors.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/disk/wt_missing_file_errors.js b/jstests/disk/wt_missing_file_errors.js
index 6c975d0e3bb..96e5f936689 100644
--- a/jstests/disk/wt_missing_file_errors.js
+++ b/jstests/disk/wt_missing_file_errors.js
@@ -54,7 +54,7 @@ assertErrorOnStartupWhenFilesAreCorruptOrMissing(dbpath, baseName, collName, (mo
let WiredTigerWTFile = dbpath + "WiredTiger.wt";
jsTestLog("deleting WiredTiger.wt");
removeFile(WiredTigerWTFile);
-}, "Fatal Assertion 28595");
+}, "Fatal Assertion 50944");
/**
* Test 4. Delete an index file.