Name | Status | Type | Time(s) |
test_static_cf | Success | | 195.447 |
test_collection_function | Skipped | 5.1 > 4.1
/home/cassandra/cassandra-dtest/conftest.py:449: 5.1 > 4.1 | 0.540 |
test_static_with_empty_clustering | Success | | 65.224 |
test_date | Success | | 65.704 |
test_static_columns | Success | | 63.121 |
test_batch | Success | | 77.695 |
test_range_key_ordered | Success | | 67.724 |
test_dense_cf | Success | | 73.299 |
test_multi_in_compact_non_composite | Success | | 69.727 |
test_clustering_order_in | Success | | 77.635 |
test_npe_composite_table_slice | Success | | 136.778 |
test_select_count_paging | Success | | 73.083 |
test_undefined_column_handling | Success | | 148.302 |
test_collection_flush | Success | | 97.479 |
test_simple_tuple_query | Success | | 72.339 |
test_compact_metadata | Success | | 72.107 |
test_invalid_string_literals | Skipped | https://issues.apache.org/jira/browse/CASSANDRA-14960
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5198: https://issues.apache.org/jira/browse/CASSANDRA-14960 | 0.000 |
test_refuse_in_with_indexes | Success | | 62.840 |
test_in_with_desc_order | Success | | 60.615 |
test_range_query_2ndary | Success | | 63.452 |
test_cas_simple | Success | | 63.344 |
test_select_key_in | Success | | 65.764 |
test_end_of_component_as_end_key | Success | | 65.621 |
test_select_list_key_single_row | Skipped | awaiting CASSANDRA-7396
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5290: awaiting CASSANDRA-7396 | 0.001 |
test_batch_and_list | Success | | 63.596 |
test_list_item_conditional | Success | | 63.989 |
test_multi_collection | Success | | 64.294 |
test_column_name_validation | Success | | 64.910 |
test_more_order_by | Success | | 65.872 |
test_function_and_reverse_type | Success | | 65.163 |
test_deleted_row_select | Success | | 72.881 |
test_with_less_results_than_page_size | Success | | 64.205 |
test_basic_paging | Success | | 71.923 |
test_basic_compound_paging | Success | | 67.585 |
test_query_isolation | Success | | 147.326 |
test_failure_threshold_deletions | Success | | 74.462 |
test_upgrade_with_range_tombstone_ae | Success | | 42.481 |
test_sstableloader_with_mv | Skipped | 5.1 > 4.99
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4.99 | 0.463 |
test_dense_supercolumn | Skipped | 5.1 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.1 > 3.99 | 0.677 |
test_parallel_upgrade_with_internode_ssl | Success | | 2.718 |
test_parallel_upgrade_with_internode_ssl | Failure | ccmlib.node.TimeoutError: 20 May 2024 20:57:23 [node1] after 90.12/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
Head: INFO [main] 2024-05-20 20:55:55,136 YamlConfigura
Tail: ...table: /home/cassandra/cassandra/build/run-python-dtest.TBQOUp/dtest-9znld35z/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 0x7f9564f48910>
@pytest.mark.timeout(3000)
def test_parallel_upgrade_with_internode_ssl(self):
"""
Test upgrading cluster all at once (requires cluster downtime), with internode ssl.
"""
> self.upgrade_scenario(internode_ssl=True)
upgrade_tests/upgrade_through_versions_test.py:402:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
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 = 1716238553.3378303, timeout = 90
msg = "Missing: ['Starting listening for CQL clients'] not found in system.log:\n Head: INFO [main] 2024-05-20 20:55:55,136...build/run-python-dtest.TBQOUp/dtest-9znld35z/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 20:57:23 [node1] after 90.12/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
E Head: INFO [main] 2024-05-20 20:55:55,136 YamlConfigura
E Tail: ...table: /home/cassandra/cassandra/build/run-python-dtest.TBQOUp/dtest-9znld35z/test/node1/data0/system/local-7ad54392bcdd35a684174e047860b377/nb-9-big
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:56: TimeoutError | 287.005 |