Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit e0e16fe

Browse files
committed
SERVER-40965 ensure noop index build request receives index already exists response in noop_writes_wait_for_write_concern.js
1 parent 6539887 commit e0e16fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jstests/replsets/noop_writes_wait_for_write_concern.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
confirmFunc: function(res) {
118118
assert.commandWorkedIgnoringWriteConcernErrors(res);
119119
assert.eq(res.numIndexesBefore, res.numIndexesAfter);
120+
assert.eq(res.note, 'all indexes already exist');
120121
}
121122
});
122123

0 commit comments

Comments
 (0)