Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-upgrade_jdk11_python3.8_cythonno_x86_64_25_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_25_64380143063.2752024-05-20T17:04:57.609160c7a03bb9cae8

Tests

NameStatusTypeTime(s)
test_cleanupSuccess124.002
test_multi_in_compact_non_compositeSuccess166.702
test_SIM_assertion_errorSuccess64.331
test_batch_and_listSuccess63.773
test_map_item_conditionalSuccess66.140
test_no_clusteringSuccess66.632
test_tuple_notationSuccess65.566
test_range_query_2ndarySuccess71.905
test_large_countSuccess87.284
test_nameless_indexSuccess123.179
test_select_distinct_with_deletionsSuccess66.420
test_indexed_with_eqSuccess129.763
test_empty_blobSuccess69.451
test_static_cfSuccess70.341
test_compact_metadataSuccess70.613
test_select_map_key_single_rowSkippedawaiting CASSANDRA-7396

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5231: awaiting CASSANDRA-7396
0.000
test_multi_list_setSuccess59.233
test_static_with_empty_clusteringSuccess58.376
test_remove_range_sliceSuccess59.774
test_cas_and_compactSuccess59.840
test_multi_collectionSuccess61.271
test_static_columnsSuccess61.773
test_token_rangeSuccess60.960
test_store_sets_with_if_not_existsSuccess61.231
test_order_bySuccess65.432
test_non_eq_conditional_updateSuccess63.430
test_dense_cfSuccess65.389
test_end_of_component_as_end_keySuccess65.005
test_select_set_key_multi_rowSkippedawaiting CASSANDRA-7396

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5347: awaiting CASSANDRA-7396
0.000
test_undefined_page_size_defaultSuccess66.258
test_static_columns_pagingSuccess87.458
test_paging_using_secondary_indexes_with_static_colsSuccess71.017
test_query_isolationSuccess159.200
test_multiple_cell_deletionsSuccess71.882
test_upgrade_with_range_and_collection_tombstonesSuccess42.041
test_sstableloader_compression_deflate_to_snappySkipped5.1 > 4.99

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4.99
0.731
test_sparse_supercolumn_with_renamesSkipped5.1 > 3.99

/home/cassandra/cassandra-dtest/conftest.py:449: 5.1 > 3.99
0.437
test_parallel_upgradeSuccess2.666
test_parallel_upgradeFailureccmlib.node.TimeoutError: 20 May 2024 17:55:58 [node1] after 90.17/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log: Head: INFO [main] 2024-05-20 17:54:29,348 YamlConfigura Tail: ...table: /home/cassandra/cassandra/build/run-python-dtest.pQb6e5/dtest-xt490fsv/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 0x7f4ccd85e670>

@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: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 = 1716227668.1643693, timeout = 90
msg = "Missing: ['Starting listening for CQL clients'] not found in system.log:\n Head: INFO [main] 2024-05-20 17:54:29,348...build/run-python-dtest.pQb6e5/dtest-xt490fsv/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 17:55:58 [node1] after 90.17/90 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
E Head: INFO [main] 2024-05-20 17:54:29,348 YamlConfigura
E Tail: ...table: /home/cassandra/cassandra/build/run-python-dtest.pQb6e5/dtest-xt490fsv/test/node1/data0/system/local-7ad54392bcdd35a684174e047860b377/nb-9-big

../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:56: TimeoutError
272.500
Properties »