-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Overview
Remove the nonClusteredConfigTransactions flag from multiversion test suite configurations. This flag is set on jsTestOptions and the ReplSetTest code that processes this flag was removed in SERVER-84073 (ticket still open as of May 2026).
Background
The nonClusteredConfigTransactions flag was used in multiversion test suites to force config server transactions to use non-clustered collections during mixed-version testing. Now that the flag is no longer relevant, it should be cleaned up from the test configurations.
Scope of Work
* buildscripts/resmokeconfig/matrix_suites/generated_suites/sharding_kill_primaries_jscore_passthrough_last_continuous_new_old_old_new.yml — remove nonClusteredConfigTransactions: true
* buildscripts/resmokeconfig/matrix_suites/generated_suites/sharding_kill_primaries_jscore_passthrough_last_lts_new_old_old_new.yml — remove nonClusteredConfigTransactions: true
* buildscripts/resmokeconfig/matrix_suites/overrides/multiversion.yml — remove nonClusteredConfigTransactions: true (two locations)
- is related to
-
SERVER-84073 Enable the ClusteredConfigTransactions feature flag for testing
-
- Backlog
-