Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
Sharding NYC 2023-07-24
-
69
Description
Currently commands_lib.js will transition to a config shard and then run other separate test cases and then transition to a dedicated config server in a different test case. This can cause the test cases in the middle of the two transitions to behave incorrectly (failpoints not being set on the correct nodes/config server)
Since the transitionFromDedicatedConfigServer can have side effects on other test, we should immediately transition back to a dedicated config server after running this test case.