Name | Status | Type | Time(s) |
test_cleanup | Success | | 124.002 |
test_multi_in_compact_non_composite | Success | | 166.702 |
test_SIM_assertion_error | Success | | 64.331 |
test_batch_and_list | Success | | 63.773 |
test_map_item_conditional | Success | | 66.140 |
test_no_clustering | Success | | 66.632 |
test_tuple_notation | Success | | 65.566 |
test_range_query_2ndary | Success | | 71.905 |
test_large_count | Success | | 87.284 |
test_nameless_index | Success | | 123.179 |
test_select_distinct_with_deletions | Success | | 66.420 |
test_indexed_with_eq | Success | | 129.763 |
test_empty_blob | Success | | 69.451 |
test_static_cf | Success | | 70.341 |
test_compact_metadata | Success | | 70.613 |
test_select_map_key_single_row | Skipped | awaiting CASSANDRA-7396
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5231: awaiting CASSANDRA-7396 | 0.000 |
test_multi_list_set | Success | | 59.233 |
test_static_with_empty_clustering | Success | | 58.376 |
test_remove_range_slice | Success | | 59.774 |
test_cas_and_compact | Success | | 59.840 |
test_multi_collection | Success | | 61.271 |
test_static_columns | Success | | 61.773 |
test_token_range | Success | | 60.960 |
test_store_sets_with_if_not_exists | Success | | 61.231 |
test_order_by | Success | | 65.432 |
test_non_eq_conditional_update | Success | | 63.430 |
test_dense_cf | Success | | 65.389 |
test_end_of_component_as_end_key | Success | | 65.005 |
test_select_set_key_multi_row | Skipped | awaiting CASSANDRA-7396
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5347: awaiting CASSANDRA-7396 | 0.000 |
test_undefined_page_size_default | Success | | 66.258 |
test_static_columns_paging | Success | | 87.458 |
test_paging_using_secondary_indexes_with_static_cols | Success | | 71.017 |
test_query_isolation | Success | | 159.200 |
test_multiple_cell_deletions | Success | | 71.882 |
test_upgrade_with_range_and_collection_tombstones | Success | | 42.041 |
test_sstableloader_compression_deflate_to_snappy | Skipped | 5.1 > 4.99
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4.99 | 0.731 |
test_sparse_supercolumn_with_renames | Skipped | 5.1 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.1 > 3.99 | 0.437 |
test_parallel_upgrade | Success | | 2.666 |
test_parallel_upgrade | Failure | ccmlib.node.TimeoutError: 20 May 2024 17:55:58 [node1] after 90.17/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
Head: INFO [main] 2024-05-20 17:54:29,348 YamlConfigura
Tail: ...table: /home/cassandra/cassandra/build/run-python-dtest.pQb6e5/dtest-xt490fsv/test/node1/data0/system/local-7ad54392bcdd35a684174e047860b377/nb-9-big
self = <upgrade_tests.upgrade_through_versions_test.TestUpgrade_current_4_1_x_To_indev_trunk object at 0x7f4ccd85e670>
@pytest.mark.timeout(3000)
def test_parallel_upgrade(self):
"""
Test upgrading cluster all at once (requires cluster downtime).
"""
> self.upgrade_scenario()
upgrade_tests/upgrade_through_versions_test.py:388:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
upgrade_tests/upgrade_through_versions_test.py:493: in upgrade_scenario
self.upgrade_to_version(version_meta, internode_ssl=internode_ssl)
upgrade_tests/upgrade_through_versions_test.py:581: in upgrade_to_version
node.start(wait_other_notice=400, wait_for_binary_proto=True,
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:922: in start
self.wait_for_binary_interface(from_mark=self.mark)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:710: in wait_for_binary_interface
self.watch_log_for("Starting listening for CQL clients", **kwargs)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:609: in watch_log_for
TimeoutError.raise_if_passed(start=start, timeout=timeout, node=self.name,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
start = 1716227668.1643693, timeout = 90
msg = "Missing: ['Starting listening for CQL clients'] not found in system.log:\n Head: INFO [main] 2024-05-20 17:54:29,348...build/run-python-dtest.pQb6e5/dtest-xt490fsv/test/node1/data0/system/local-7ad54392bcdd35a684174e047860b377/nb-9-big\n"
node = 'node1'
@staticmethod
def raise_if_passed(start, timeout, msg, node=None):
if start + timeout < time.time():
> raise TimeoutError.create(start, timeout, msg, node)
E ccmlib.node.TimeoutError: 20 May 2024 17:55:58 [node1] after 90.17/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
E Head: INFO [main] 2024-05-20 17:54:29,348 YamlConfigura
E Tail: ...table: /home/cassandra/cassandra/build/run-python-dtest.pQb6e5/dtest-xt490fsv/test/node1/data0/system/local-7ad54392bcdd35a684174e047860b377/nb-9-big
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:56: TimeoutError | 272.500 |