Class | Name | Status | Type | Time(s) |
8_cythonno_x86_64_10_32 | test_rolling_upgrade | Success | | 1089.129 |
8_cythonno_x86_64_10_32 | test_bootstrap_multidc | Success | | 481.213 |
8_cythonno_x86_64_11_32 | test_parallel_upgrade_with_internode_ssl | Success | | 698.355 |
8_cythonno_x86_64_11_32 | test_parallel_upgrade | Success | | 319.086 |
8_cythonno_x86_64_12_32 | test_rolling_upgrade_with_internode_ssl | Success | | 1009.884 |
8_cythonno_x86_64_12_32 | test_rolling_upgrade | Success | | 426.883 |
8_cythonno_x86_64_13_32 | test_parallel_upgrade | Success | | 677.636 |
8_cythonno_x86_64_13_32 | test_parallel_upgrade_with_internode_ssl | Success | | 319.525 |
8_cythonno_x86_64_14_32 | test_rolling_upgrade | Success | | 1087.009 |
8_cythonno_x86_64_14_32 | test_rolling_upgrade_with_internode_ssl | Success | | 459.969 |
8_cythonno_x86_64_15_32 | test_parallel_upgrade_with_internode_ssl | Success | | 711.837 |
8_cythonno_x86_64_15_32 | test_bootstrap | Success | | 527.778 |
8_cythonno_x86_64_16_32 | test_rolling_upgrade_with_internode_ssl | Success | | 1144.443 |
8_cythonno_x86_64_16_32 | test_bootstrap_multidc | Success | | 581.581 |
8_cythonno_x86_64_17_32 | test_parallel_upgrade | Success | | 672.878 |
8_cythonno_x86_64_17_32 | test_parallel_upgrade | Success | | 376.323 |
8_cythonno_x86_64_18_32 | test_rolling_upgrade | Success | | 1112.658 |
8_cythonno_x86_64_18_32 | test_rolling_upgrade | Success | | 476.674 |
8_cythonno_x86_64_19_32 | test_parallel_upgrade_with_internode_ssl | Success | | 657.909 |
8_cythonno_x86_64_19_32 | test_parallel_upgrade_with_internode_ssl | Success | | 362.739 |
8_cythonno_x86_64_1_32 | test_parallel_upgrade | Skipped | Skip base class, only generated classes run the tests
/home/cassandra/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py:359: Skip base class, only generated classes run the tests | 2.691 |
8_cythonno_x86_64_1_32 | test_parallel_upgrade_with_internode_ssl | Success | | 343.170 |
8_cythonno_x86_64_20_32 | test_rolling_upgrade_with_internode_ssl | Success | | 1083.700 |
8_cythonno_x86_64_20_32 | test_rolling_upgrade_with_internode_ssl | Success | | 502.934 |
8_cythonno_x86_64_21_32 | test_parallel_upgrade | Success | | 451.075 |
8_cythonno_x86_64_21_32 | test_bootstrap | Success | | 461.362 |
8_cythonno_x86_64_22_32 | test_rolling_upgrade | Success | | 762.647 |
8_cythonno_x86_64_22_32 | test_bootstrap_multidc | Success | | 636.622 |
8_cythonno_x86_64_23_32 | test_parallel_upgrade_with_internode_ssl | Success | | 566.499 |
8_cythonno_x86_64_23_32 | test_parallel_upgrade | Success | | 445.624 |
8_cythonno_x86_64_24_32 | test_rolling_upgrade_with_internode_ssl | Failure | RuntimeError: A subprocess has terminated early. Subprocess statuses: data_writer (is_alive: True, exitCode: None), data_checker (is_alive: False, exitCode: 1), attempting to terminate remaining subprocesses now.
self = <upgrade_tests.upgrade_through_versions_test.TestProtoV5Upgrade_AllVersions_EndsAt_Trunk_HEAD object at 0x7fb1150bbf40>
@pytest.mark.timeout(3000)
def test_rolling_upgrade_with_internode_ssl(self):
"""
Rolling upgrade test using internode ssl.
"""
> self.upgrade_scenario(rolling=True, internode_ssl=True)
upgrade_tests/upgrade_through_versions_test.py:409:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
upgrade_tests/upgrade_through_versions_test.py:471: in upgrade_scenario
self._check_on_subprocs(self.fixture_dtest_setup.subprocs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <upgrade_tests.upgrade_through_versions_test.TestProtoV5Upgrade_AllVersions_EndsAt_Trunk_HEAD object at 0x7fb1150bbf40>
subprocs = [<Process name='data_writer' pid=1648 parent=478 stopped exitcode=-SIGKILL daemon>, <Process name='data_checker' pid=1692 parent=478 stopped exitcode=1 daemon>]
def _check_on_subprocs(self, subprocs):
"""
Check on given subprocesses.
If any are not alive, we'll go ahead and terminate any remaining alive subprocesses since this test is going to fail.
"""
subproc_statuses = [s.is_alive() for s in subprocs]
if not all(subproc_statuses):
message = "A subprocess has terminated early. Subprocess statuses: "
for s in subprocs:
message += "{name} (is_alive: {aliveness}, exitCode: {exitCode}), ".format(name=s.name, aliveness=s.is_alive(), exitCode=s.exitcode)
message += "attempting to terminate remaining subprocesses now."
self._terminate_subprocs()
> raise RuntimeError(message)
E RuntimeError: A subprocess has terminated early. Subprocess statuses: data_writer (is_alive: True, exitCode: None), data_checker (is_alive: False, exitCode: 1), attempting to terminate remaining subprocesses now.
upgrade_tests/upgrade_through_versions_test.py:532: RuntimeError | 247.796 |
8_cythonno_x86_64_24_32 | test_rolling_upgrade | Success | | 511.090 |
8_cythonno_x86_64_25_32 | test_parallel_upgrade | Success | | 489.720 |
8_cythonno_x86_64_25_32 | test_parallel_upgrade_with_internode_ssl | Success | | 388.937 |
8_cythonno_x86_64_26_32 | test_rolling_upgrade | Success | | 746.953 |
8_cythonno_x86_64_26_32 | test_rolling_upgrade_with_internode_ssl | Success | | 493.749 |
8_cythonno_x86_64_27_32 | test_parallel_upgrade_with_internode_ssl | Success | | 499.233 |
8_cythonno_x86_64_27_32 | test_bootstrap | Success | | 480.662 |
8_cythonno_x86_64_28_32 | test_rolling_upgrade_with_internode_ssl | Success | | 733.079 |
8_cythonno_x86_64_28_32 | test_bootstrap_multidc | Success | | 553.920 |
8_cythonno_x86_64_29_32 | test_bootstrap | Success | | 372.024 |
8_cythonno_x86_64_29_32 | test_parallel_upgrade | Success | | 371.346 |
8_cythonno_x86_64_2_32 | test_rolling_upgrade | Skipped | Skip base class, only generated classes run the tests
/home/cassandra/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py:359: Skip base class, only generated classes run the tests | 2.886 |
8_cythonno_x86_64_2_32 | test_rolling_upgrade_with_internode_ssl | Success | | 458.146 |
8_cythonno_x86_64_30_32 | test_bootstrap_multidc | Success | | 470.805 |
8_cythonno_x86_64_30_32 | test_rolling_upgrade | Success | | 559.690 |
8_cythonno_x86_64_31_32 | test_parallel_upgrade | Success | | 313.312 |
8_cythonno_x86_64_31_32 | test_parallel_upgrade_with_internode_ssl | Success | | 443.080 |
8_cythonno_x86_64_32_32 | test_rolling_upgrade | Success | | 403.289 |
8_cythonno_x86_64_32_32 | test_rolling_upgrade_with_internode_ssl | Success | | 501.761 |
8_cythonno_x86_64_3_32 | test_parallel_upgrade_with_internode_ssl | Skipped | Skip base class, only generated classes run the tests
/home/cassandra/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py:359: Skip base class, only generated classes run the tests | 1.456 |
8_cythonno_x86_64_3_32 | test_bootstrap | Success | | 452.679 |
8_cythonno_x86_64_4_32 | test_rolling_upgrade_with_internode_ssl | Skipped | Skip base class, only generated classes run the tests
/home/cassandra/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py:359: Skip base class, only generated classes run the tests | 3.606 |
8_cythonno_x86_64_4_32 | test_bootstrap_multidc | Success | | 480.090 |
8_cythonno_x86_64_5_32 | test_parallel_upgrade | Success | | 705.148 |
8_cythonno_x86_64_5_32 | test_parallel_upgrade | Success | | 330.730 |
8_cythonno_x86_64_6_32 | test_rolling_upgrade | Success | | 1073.005 |
8_cythonno_x86_64_6_32 | test_rolling_upgrade | Success | | 415.848 |
8_cythonno_x86_64_7_32 | test_parallel_upgrade_with_internode_ssl | Success | | 707.499 |
8_cythonno_x86_64_7_32 | test_parallel_upgrade_with_internode_ssl | Success | | 329.042 |
8_cythonno_x86_64_8_32 | test_rolling_upgrade_with_internode_ssl | Success | | 1102.729 |
8_cythonno_x86_64_8_32 | test_rolling_upgrade_with_internode_ssl | Success | | 441.983 |
8_cythonno_x86_64_9_32 | test_parallel_upgrade | Success | | 851.054 |
8_cythonno_x86_64_9_32 | test_bootstrap | Success | | 526.160 |