Skip to content

Commit 1f366b9

Browse files
ldennisEvergreen Agent
authored andcommitted
SERVER-80989: featureFlagBulkWriteCommand should use shouldBeFCVGated: false
1 parent 8ecb0d8 commit 1f366b9

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

buildscripts/resmokeconfig/suites/concurrency_sharded_replication_bulk_write.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,6 @@ selector:
9393
# infrastructure. See SERVER-77039 for full details.
9494
- jstests/concurrency/fsm_workloads/map_reduce_drop.js
9595

96-
# TODO SERVER-80989: Remove this.
97-
# This test can downgrade the FCV from latest to lastContinuousFCV and lastLTSFCV, but until
98-
# SERVER-80989 is done, the testing infrastructure will only enable the bulkWrite feature flag
99-
# as of the latest FCV, and so when the FCV is downgraded via this test the bulkWrite command
100-
# starts to error. However, once this feature flag is marked as not being FCV gated that will
101-
# not be a problem.
102-
- jstests/concurrency/fsm_workloads/random_internal_transactions_setFCV_operations.js
103-
10496
exclude_with_any_tags:
10597
- requires_replication
10698
- assumes_balancer_on

src/mongo/db/server_feature_flags.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ feature_flags:
5757
description: "Support for bulkWrite command and one-shot transactions"
5858
cpp_varname: gFeatureFlagBulkWriteCommand
5959
default: false
60-
shouldBeFCVGated: true
60+
shouldBeFCVGated: false
6161
featureFlagAuditConfigClusterParameter:
6262
description: "Enable use of new auditConfig cluster server parameter"
6363
cpp_varname: feature_flags::gFeatureFlagAuditConfigClusterParameter

0 commit comments

Comments
 (0)