Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Degradation - Slow Use Case
-
Critical
-
Challenging
-
DTest
-
All
-
None
-
Description
The upgrade_tests/upgrade_through_versions_test.py::TestProtoV3Upgrade_AllVersions_RandomPartitioner_EndsAt_Trunk_HEAD::test_parallel_upgrade test is taking longer than usual.
CI in 5.0 is timing out the dtest-upgrade-large 59/64 split always now.
Our 5.0-rc testing results are tainted because these time outs always abort the 5.0 pipeline runs.
It looks like that split is taking 16x times as long now…
This appears to be caused from either/both
- https://github.com/apache/cassandra/commit/08e1fecf36507397cf3122d77f84aa23150da588
- https://github.com/apache/cassandra-dtest/commit/2b17c1293056068bb3e94c332d6fb99df6a0b0fa
Example of good run.
test_rolling_upgrade.257.good.log (ci-cassandra.a.o)
Examples of bad runs.
test_rolling_upgrade.122.log, test_rolling_upgrade.123-2.log, test_rolling_upgrade.123-1.log, test_rolling_upgrade.134.log (internal ci)
test_rolling_upgrade.261-1.log , test_rolling_upgrade.261-2.log (ci-cassandra.a.o)