Name | Status | Type | Time(s) |
test_limit_sparse | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:389: test not applicable to env. | 0.001 |
test_query_compact_tables_during_upgrade | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2725: test not applicable to env. | 0.000 |
test_negative_timestamp | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5218: test not applicable to env. | 0.000 |
test_reversed_compact | Success | | 76.455 |
test_in_order_by_without_selecting | Success | | 66.099 |
test_set | Success | | 71.147 |
test_internal_application_error_on_select | Success | | 71.827 |
test_exclusive_slice | Success | | 176.180 |
test_ticket_5230 | Success | | 69.953 |
test_select_map_key_multi_row | Skipped | awaiting CASSANDRA-7396
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5318: awaiting CASSANDRA-7396 | 0.001 |
test_boolean | Success | | 187.660 |
test_expanded_list_item_conditional | Success | | 85.338 |
test_range_query | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:1448: test not applicable to env. | 0.001 |
test_user_types | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:3562: test not applicable to env. | 0.000 |
test_order_by_validation | Success | | 59.348 |
test_NPE_during_select_with_token | Success | | 62.610 |
test_secondary_index_query | Skipped | https://issues.apache.org/jira/browse/CASSANDRA-14961
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5427: https://issues.apache.org/jira/browse/CASSANDRA-14961 | 0.001 |
test_composite_index_collections | Success | | 67.343 |
test_expanded_map_item_conditional | Success | | 71.420 |
test_row_existence | Success | | 64.642 |
test_collection_indexing | Success | | 76.327 |
test_nameless_index | Success | | 65.771 |
test_conditional_update | Success | | 63.815 |
test_large_collection_errors | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:86: test not applicable to env. | 0.000 |
test_composite_partition_key_validation | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2458: test not applicable to env. | 0.000 |
test_limit_compact_table | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5001: test not applicable to env. | 0.000 |
test_with_less_results_than_page_size | Success | | 62.304 |
test_paging_across_multi_wide_rows | Success | | 96.163 |
test_data_change_impacting_earlier_page | Success | | 81.695 |
test_multiple_cell_deletions | Success | | 85.941 |
test_10822 | Success | | 72.695 |
test_sstableloader_with_mv | Skipped | 5.0.1 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 3.99 | 1.303 |
test_dense_supercolumn | Skipped | 5.0 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99 | 1.260 |
test_parallel_upgrade_with_internode_ssl | Success | | 3.597 |
test_parallel_upgrade_with_internode_ssl | Failure | ccmlib.node.TimeoutError: 08 Aug 2024 00:00:06 [node1] after 90.12/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
Head: INFO [main] 2024-08-07 23:58:37,157 YamlConfigura
Tail: ...able: /home/cassandra/cassandra/build/run-python-dtest.xtJ1Y9/dtest-yrf0a98e/test/node1/data0/system/local-7ad54392bcdd35a684174e047860b377/oa-21-big
self = <upgrade_tests.upgrade_through_versions_test.TestProtoV5Upgrade_AllVersions_RandomPartitioner_EndsAt_Trunk_HEAD object at 0x7f2f422f4430>
@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:928: in start
self.wait_for_binary_interface(from_mark=self.mark)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:711: 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:610: in watch_log_for
TimeoutError.raise_if_passed(start=start, timeout=timeout, node=self.name,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
start = 1723075116.1031208, timeout = 90
msg = "Missing: ['Starting listening for CQL clients'] not found in system.log:\n Head: INFO [main] 2024-08-07 23:58:37,157...uild/run-python-dtest.xtJ1Y9/dtest-yrf0a98e/test/node1/data0/system/local-7ad54392bcdd35a684174e047860b377/oa-21-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: 08 Aug 2024 00:00:06 [node1] after 90.12/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
E Head: INFO [main] 2024-08-07 23:58:37,157 YamlConfigura
E Tail: ...able: /home/cassandra/cassandra/build/run-python-dtest.xtJ1Y9/dtest-yrf0a98e/test/node1/data0/system/local-7ad54392bcdd35a684174e047860b377/oa-21-big
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:56: TimeoutError | 551.857 |