Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-upgrade-novnode_jdk11_python3.8_cythonno_x86_64_43_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_43_643401123057.0012024-08-07T23:09:12.225879425d1a60d210

Tests

NameStatusTypeTime(s)
test_limit_sparseSkippedtest 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_upgradeSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2725: test not applicable to env.
0.000
test_negative_timestampSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5218: test not applicable to env.
0.000
test_reversed_compactSuccess76.455
test_in_order_by_without_selectingSuccess66.099
test_setSuccess71.147
test_internal_application_error_on_selectSuccess71.827
test_exclusive_sliceSuccess176.180
test_ticket_5230Success69.953
test_select_map_key_multi_rowSkippedawaiting CASSANDRA-7396

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5318: awaiting CASSANDRA-7396
0.001
test_booleanSuccess187.660
test_expanded_list_item_conditionalSuccess85.338
test_range_querySkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:1448: test not applicable to env.
0.001
test_user_typesSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:3562: test not applicable to env.
0.000
test_order_by_validationSuccess59.348
test_NPE_during_select_with_tokenSuccess62.610
test_secondary_index_querySkippedhttps://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_collectionsSuccess67.343
test_expanded_map_item_conditionalSuccess71.420
test_row_existenceSuccess64.642
test_collection_indexingSuccess76.327
test_nameless_indexSuccess65.771
test_conditional_updateSuccess63.815
test_large_collection_errorsSkippedtest 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_validationSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2458: test not applicable to env.
0.000
test_limit_compact_tableSkippedtest 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_sizeSuccess62.304
test_paging_across_multi_wide_rowsSuccess96.163
test_data_change_impacting_earlier_pageSuccess81.695
test_multiple_cell_deletionsSuccess85.941
test_10822Success72.695
test_sstableloader_with_mvSkipped5.0.1 > 3.99

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 3.99
1.303
test_dense_supercolumnSkipped5.0 > 3.99

/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99
1.260
test_parallel_upgrade_with_internode_sslSuccess3.597
test_parallel_upgrade_with_internode_sslFailureccmlib.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
Properties »