summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/libs/missing_index_ident.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/libs/missing_index_ident.js')
-rw-r--r--jstests/noPassthrough/libs/missing_index_ident.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/noPassthrough/libs/missing_index_ident.js b/jstests/noPassthrough/libs/missing_index_ident.js
index 74cb057ed38..3be61a404c2 100644
--- a/jstests/noPassthrough/libs/missing_index_ident.js
+++ b/jstests/noPassthrough/libs/missing_index_ident.js
@@ -76,8 +76,8 @@ const MissingIndexIdent = class {
});
// Since the index build was not yet completed at the recovery timestamp, its ident will
- // be dropped.
- checkLog.containsJson(conn, 6361201, {
+ // be reset.
+ checkLog.containsJson(conn, 6987700, {
index: 'a_1',
namespace: coll.getFullName(),
ident: ident,