SERVER-124148 Remove replicated fast count failpoint from db_stats.js (#54259)
GitOrigin-RevId: 7859cbf26a5f1245ee11f650a5b609d841fa26a6
This commit is contained in:
parent
b0d52c74d7
commit
89da0f966a
@ -9,17 +9,6 @@
|
||||
// does_not_support_causal_consistency,
|
||||
// ]
|
||||
import {ClusteredCollectionUtil} from "jstests/libs/clustered_collections/clustered_collection_util.js";
|
||||
import {FixtureHelpers} from "jstests/libs/fixture_helpers.js";
|
||||
|
||||
// TODO (SERVER-124148): Remove the failpoint.
|
||||
const isMultiversion =
|
||||
Boolean(jsTest.options().useRandomBinVersionsWithinReplicaSet) || Boolean(TestData.multiversionBinVersion);
|
||||
if (!isMultiversion) {
|
||||
FixtureHelpers.runCommandOnEachPrimary({
|
||||
db: db.getSiblingDB("admin"),
|
||||
cmdObj: {configureFailPoint: "useInMemoryReplicatedSizeCount", mode: "alwaysOn"},
|
||||
});
|
||||
}
|
||||
|
||||
function serverIsMongos() {
|
||||
const res = db.runCommand("hello");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user