Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-upgrade_jdk11_python3.8_cythonno_x86_64_17_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_17_643801102373.3502024-09-12T16:40:19.419080f7d3d295e94f

Tests

NameStatusTypeTime(s)
test_local_quorum_bootstrapFailureccmlib.node.NodeError: C* process with 939 is terminated

self = <upgrade_tests.bootstrap_upgrade_test.TestBootstrapUpgrade object at 0x7fcd04a1d3a0>

def test_local_quorum_bootstrap(self):
"""
Test that CL local_quorum works while a node is bootstrapping.
@jira_ticket CASSANDRA-8058
"""
cluster = self.cluster
cluster.set_environment_variable('CASSANDRA_TOKEN_PREGENERATION_DISABLED', 'True')
cluster.populate([1, 1])
> cluster.start()

bootstrap_test.py:560:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/cluster.py:550: in start
node.watch_log_for(start_message, timeout=timeout, process=p, verbose=verbose, from_mark=mark,
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:608: in watch_log_for
self.raise_node_error_if_cassandra_process_is_terminated()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <ccmlib.node.Node object at 0x7fcd042908e0>

def raise_node_error_if_cassandra_process_is_terminated(self):
if not self._is_pid_running():
msg = "C* process with {pid} is terminated".format(pid=self.pid)
common.debug(msg)
> raise NodeError(msg)
E ccmlib.node.NodeError: C* process with 939 is terminated

../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:692: NodeError
92.410
test_multiorderingSkippedtest not applicable to env.

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

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:4919: test not applicable to env.
0.000
test_range_sliceSuccess62.963
test_in_with_desc_orderSuccess61.884
test_mapSuccess64.763
test_map_keys_indexingSuccess68.049
test_countSuccess82.706
test_cas_simpleSuccess65.220
test_exclusive_sliceSuccess135.973
test_clustering_order_and_functionsSuccess65.008
test_noncomposite_static_cfSuccess141.018
test_clustering_indexingSuccess72.999
test_select_list_key_single_rowSkippedawaiting CASSANDRA-7396

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5290: awaiting CASSANDRA-7396
0.000
test_collection_functionSkippedtest not applicable to env.

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

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5034: test not applicable to env.
0.000
test_refuse_in_with_indexesSuccess59.198
test_list_item_conditionalSuccess62.378
test_composite_row_keySuccess58.152
test_static_columns_with_2iSuccess58.859
test_no_range_ghostSuccess61.364
test_column_name_validationSuccess57.913
test_order_by_validationSuccess57.928
test_select_with_aliasSuccess58.854
test_limit_multigetSuccess63.447
test_conversion_functionsSuccess62.198
test_deleted_row_selectSuccess67.600
test_multi_in_compact_non_compositeSkippedtest not applicable to env.

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

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5149: test not applicable to env.
0.000
test_with_less_results_than_page_sizeSuccess61.910
test_with_order_by_reversedSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:248: test not applicable to env.
0.000
test_static_columns_pagingSuccess72.748
test_data_change_impacting_later_pageSuccess80.512
test_single_cell_deletionsSuccess70.171
test_upgrade_with_unclustered_CQL_tableSuccess37.635
test_sstableloader_with_mvSkipped5.0.1 > 3.99

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 3.99
1.133
test_sparse_supercolumn_with_renamesSkipped5.0 > 3.99

/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99
0.682
test_bootstrapSuccess465.989
Properties »