-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Sharding EMEA
-
Fully Compatible
-
Sharding EMEA 2023-07-10
-
5
-
1
We have seen some failures on BalancerChunkSelectionTest unit tests due to balancerChunksSelectionTimeoutMs timeout expirations on specific slow build variants.
Currently balancerChunksSelectionTimeoutMs defaults to 5 seconds, so we should increase the timeout for these unit tests.
To do that I suggest using a RAIIServerParameterControllerForTest in a similar way that is being used here to set the timeout to zero.