Name | Status | Type | Time(s) |
test_only_superuser_can_create_users | Skipped | 5.1 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.1.x | 0.838 |
test_udf_with_overloads_permissions | Success | | 31.258 |
test_local_quorum_bootstrap | Failure | ccmlib.node.NodeError: C* process with 1250 is terminated
self = <bootstrap_test.TestBootstrap object at 0x7fead1d53e80>
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 0x7feac3ee23a0>
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 1250 is terminated
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:692: NodeError | 8.695 |
test_fanout_size[LeveledCompactionStrategy] | Skipped | Not implemented unless LeveledCompactionStrategy is used
/home/cassandra/cassandra-dtest/compaction_test.py:547: Not implemented unless LeveledCompactionStrategy is used | 0.560 |
test_rename | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.309 |
test_basic_data_types | Success | | 26.250 |
test_multi_partition_consistent_reads_after_write | Success | | 179.144 |
test_paging_with_filtering_on_partition_key_on_static_columns | Success | | 38.256 |
test_insert_data_during_replace_same_address | Success | | 205.062 |
test_rf_collapse_property_file_snitch | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 0.452 |
test_startup_non_seed_with_peers | Skipped | 5.1 > 5.0.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x | 0.644 |
test_cas | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.651 |
test_system_keyspace_operations | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.391 |
test_remove_column_ttl_with_default_ttl | Skipped | 5.1 > 3.5
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.5 | 0.658 |
test_list_queries | Success | | 35.113 |
test_undefined_as_null_indicator | Success | | 27.617 |
test_reading_text_pk_counters | Success | | 25.138 |