Details
-
Task
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
3.0.26, 3.11.12, 4.0.2, 4.1-alpha1, 4.1
-
None
-
Quality Assurance
-
Low Hanging Fruit
-
All
-
None
-
Description
The CircleCI jobs for regular dtests jobs have more resources in MIDRES, which is necessary for some dtests to reliably success. However, the dtest multiplexer uses the same resources for LOWRES and MIDRES.
I think that the dtest multiplexer should always use the same resources as the regular dtests. Using too small resources in the multiplexer can lead to failures that don't reproduce in the regular dtest jobs, like the one we found in CASSANDRA-16334 when trying to repeatedly run a resource-hungry dtest, or like this other one while running test_network_topology.
This happens because I forgot to update the diff patch when adding the multiplexer. This doesn't affect HIGHRES because in that case the patch changes the configuration of the test executor, while in MIDRES a new executor is defined.
Attachments
Issue Links
- Discovered while testing
-
CASSANDRA-16334 Replica failure causes timeout on multi-DC write
- Resolved