Name | Status | Type | Time(s) |
test_map | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:1339: test not applicable to env. | 0.001 |
test_map_keys_indexing | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:3785: test not applicable to env. | 0.000 |
test_count | Success | | 58.481 |
test_cas_simple | Success | | 58.408 |
test_exclusive_slice | Success | | 60.093 |
test_clustering_order_and_functions | Success | | 60.687 |
test_noncomposite_static_cf | Success | | 279.666 |
test_clustering_indexing | Success | | 74.362 |
test_select_list_key_single_row | Skipped | awaiting CASSANDRA-7396
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5290: awaiting CASSANDRA-7396 | 0.000 |
test_collection_function | Skipped | 5.0 > 4.1
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 4.1 | 0.879 |
test_key_index_with_reverse_clustering | Success | | 138.433 |
test_refuse_in_with_indexes | Success | | 144.083 |
test_list_item_conditional | Success | | 67.926 |
test_composite_row_key | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:1469: test not applicable to env. | 0.001 |
test_static_columns_with_2i | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:4046: test not applicable to env. | 0.000 |
test_no_range_ghost | Success | | 56.628 |
test_column_name_validation | Success | | 61.808 |
test_order_by_validation | Success | | 60.031 |
test_select_with_alias | Success | | 58.944 |
test_limit_multiget | Success | | 59.700 |
test_conversion_functions | Success | | 60.356 |
test_deleted_row_select | Success | | 72.956 |
test_multi_in_compact_non_composite | Success | | 59.586 |
test_SIM_assertion_error | Success | | 60.930 |
test_batch_and_list | Success | | 62.806 |
test_map_item_conditional | Success | | 64.571 |
test_no_clustering | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:1715: test not applicable to env. | 0.000 |
test_tuple_notation | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:4217: test not applicable to env. | 0.000 |
test_with_less_results_than_page_size | Success | | 71.407 |
test_with_order_by_reversed | Success | | 56.524 |
test_paging_using_secondary_indexes_with_static_cols | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:876: test not applicable to env. | 0.001 |
test_data_change_impacting_later_page | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:959: test not applicable to env. | 0.000 |
test_multiple_cell_deletions | Success | | 70.790 |
test_schema_agreement | Skipped | 5.0 > 3.0.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.0.99 | 0.728 |
test_sstableloader_with_mv | Skipped | 5.0.1 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 3.99 | 0.759 |
test_keys_index_3_0_created | Skipped | 5.0.1 > 4.99
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 4.99 | 0.895 |
test_parallel_upgrade | Success | | 3.725 |
test_parallel_upgrade | Failure | ccmlib.node.TimeoutError: 11 Sep 2024 07:16:17 [node1] after 90.1/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
Head: INFO [main] 2024-09-11 07:14:49,445 YamlConfigura
Tail: ...able: /home/cassandra/cassandra/build/run-python-dtest.oa3Xw0/dtest-s55ec1xm/test/node1/data0/system/local-7ad54392bcdd35a684174e047860b377/oa-22-big
self = <upgrade_tests.upgrade_through_versions_test.TestProtoV3Upgrade_AllVersions_RandomPartitioner_EndsAt_Trunk_HEAD object at 0x7fc971ddef10>
@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: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 = 1726038887.5779436, timeout = 90
msg = "Missing: ['Starting listening for CQL clients'] not found in system.log:\n Head: INFO [main] 2024-09-11 07:14:49,445...uild/run-python-dtest.oa3Xw0/dtest-s55ec1xm/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: 11 Sep 2024 07:16:17 [node1] after 90.1/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
E Head: INFO [main] 2024-09-11 07:14:49,445 YamlConfigura
E Tail: ...able: /home/cassandra/cassandra/build/run-python-dtest.oa3Xw0/dtest-s55ec1xm/test/node1/data0/system/local-7ad54392bcdd35a684174e047860b377/oa-22-big
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:56: TimeoutError | 758.752 |
test_udtfix_in_sstable | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/upgrade_udtfix_test.py:34: test not applicable to env. | 0.004 |