Name | Status | Type | Time(s) |
test_killed_wiped_node_cannot_join | Success | | 144.656 |
test_reversed_compact | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2042: test not applicable to env. | 0.000 |
test_in_order_by_without_selecting | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:4294: test not applicable to env. | 0.000 |
test_set | Success | | 60.793 |
test_internal_application_error_on_select | Success | | 61.052 |
test_exclusive_slice | Success | | 62.923 |
test_ticket_5230 | Success | | 62.167 |
test_select_map_key_multi_row | Skipped | awaiting CASSANDRA-7396
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5318: awaiting CASSANDRA-7396 | 0.000 |
test_boolean | Success | | 136.287 |
test_expanded_list_item_conditional | Success | | 109.041 |
test_range_query | Success | | 153.713 |
test_user_types | Success | | 71.570 |
test_order_by_validation | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:723: test not applicable to env. | 0.000 |
test_NPE_during_select_with_token | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2980: test not applicable to env. | 0.000 |
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.000 |
test_composite_index_collections | Success | | 57.801 |
test_expanded_map_item_conditional | Success | | 61.770 |
test_row_existence | Success | | 60.217 |
test_collection_indexing | Success | | 69.708 |
test_nameless_index | Success | | 66.534 |
test_conditional_update | Success | | 61.886 |
test_large_collection_errors | Skipped | 5.0 > 2.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 2.99 | 0.978 |
test_composite_partition_key_validation | Success | | 62.453 |
test_limit_compact_table | Success | | 68.130 |
test_range_slice | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:1746: test not applicable to env. | 0.000 |
test_static_columns_cas | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:3909: test not applicable to env. | 0.000 |
test_with_less_results_than_page_size | Success | | 78.340 |
test_with_limit | Success | | 65.086 |
test_static_columns_paging | Success | | 74.801 |
test_query_isolation | Success | | 139.520 |
test_failure_threshold_deletions | Success | | 78.132 |
test_sstableloader_with_mv | Skipped | 5.0.1 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 3.99 | 0.998 |
test_sstableloader_compression_snappy_to_none | Skipped | 5.0.1 > 4.99
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 4.99 | 0.909 |
test_parallel_upgrade_with_internode_ssl | Success | | 3.629 |
test_parallel_upgrade_with_internode_ssl | Failure | ccmlib.node.TimeoutError: 31 Aug 2024 17:20:10 [node1] after 90.08/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
Head: INFO [main] 2024-08-31 17:18:42,195 YamlConfigura
Tail: ...able: /home/cassandra/cassandra/build/run-python-dtest.oDrN60/dtest-vofdj022/test/node1/data0/system/local-7ad54392bcdd35a684174e047860b377/oa-22-big
self = <upgrade_tests.upgrade_through_versions_test.TestProtoV3Upgrade_AllVersions_EndsAt_Trunk_HEAD object at 0x7fbadeecf9a0>
@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 = 1725124720.491261, timeout = 90
msg = "Missing: ['Starting listening for CQL clients'] not found in system.log:\n Head: INFO [main] 2024-08-31 17:18:42,195...uild/run-python-dtest.oDrN60/dtest-vofdj022/test/node1/data0/system/local-7ad54392bcdd35a684174e047860b377/oa-22-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: 31 Aug 2024 17:20:10 [node1] after 90.08/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
E Head: INFO [main] 2024-08-31 17:18:42,195 YamlConfigura
E Tail: ...able: /home/cassandra/cassandra/build/run-python-dtest.oDrN60/dtest-vofdj022/test/node1/data0/system/local-7ad54392bcdd35a684174e047860b377/oa-22-big
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:56: TimeoutError | 787.172 |