Name | Status | Type | Time(s) |
test_local_quorum_bootstrap | Failure | ccmlib.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_multiordering | Skipped | test 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_index | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:4919: test not applicable to env. | 0.000 |
test_range_slice | Success | | 62.963 |
test_in_with_desc_order | Success | | 61.884 |
test_map | Success | | 64.763 |
test_map_keys_indexing | Success | | 68.049 |
test_count | Success | | 82.706 |
test_cas_simple | Success | | 65.220 |
test_exclusive_slice | Success | | 135.973 |
test_clustering_order_and_functions | Success | | 65.008 |
test_noncomposite_static_cf | Success | | 141.018 |
test_clustering_indexing | Success | | 72.999 |
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 | test 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_clustering | Skipped | test 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_indexes | Success | | 59.198 |
test_list_item_conditional | Success | | 62.378 |
test_composite_row_key | Success | | 58.152 |
test_static_columns_with_2i | Success | | 58.859 |
test_no_range_ghost | Success | | 61.364 |
test_column_name_validation | Success | | 57.913 |
test_order_by_validation | Success | | 57.928 |
test_select_with_alias | Success | | 58.854 |
test_limit_multiget | Success | | 63.447 |
test_conversion_functions | Success | | 62.198 |
test_deleted_row_select | Success | | 67.600 |
test_multi_in_compact_non_composite | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2566: test not applicable to env. | 0.000 |
test_SIM_assertion_error | Skipped | test 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_size | Success | | 61.910 |
test_with_order_by_reversed | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:248: test not applicable to env. | 0.000 |
test_static_columns_paging | Success | | 72.748 |
test_data_change_impacting_later_page | Success | | 80.512 |
test_single_cell_deletions | Success | | 70.171 |
test_upgrade_with_unclustered_CQL_table | Success | | 37.635 |
test_sstableloader_with_mv | Skipped | 5.0.1 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 3.99 | 1.133 |
test_sparse_supercolumn_with_renames | Skipped | 5.0 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99 | 0.682 |
test_bootstrap | Success | | 465.989 |