SERVER-126296: Fix slowms in check_metadata_consistency_snapshot.js (#53494)

GitOrigin-RevId: c56ed567544c591cf1f0c36c44e40269cc7b3ce3
This commit is contained in:
Daniel Gómez Ferro 2026-05-08 16:12:03 +02:00 committed by MongoDB Bot
parent 3c36f0a96f
commit 608e794daf

View File

@ -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");