SERVER-126296: Fix slowms in check_metadata_consistency_snapshot.js (#53494)
GitOrigin-RevId: c56ed567544c591cf1f0c36c44e40269cc7b3ce3
This commit is contained in:
parent
3c36f0a96f
commit
608e794daf
@ -22,7 +22,7 @@ jsTest.log.info("Run checkMetadataConsistency");
|
||||
assert.commandWorked(db.adminCommand({checkMetadataConsistency: 1}));
|
||||
|
||||
for (const node of st.configRS.nodes) {
|
||||
assert.commandWorked(node.getDB("config").setProfilingLevel(0, {slowms: 0}));
|
||||
assert.commandWorked(node.getDB("config").setProfilingLevel(0, {slowms: 100}));
|
||||
}
|
||||
|
||||
jsTest.log.info("Checking logs for snapshot read concern");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user