Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-latest_jdk11_python3.8_cythonno_x86_64_13_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_13_64170141486.6182024-10-01T23:51:18.890863e8b2de18a456

Tests

NameStatusTypeTime(s)
test_password_authenticator_create_user_requires_passwordSkipped5.0.1 > 2.1.x

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 2.1.x
0.836
test_drop_keyspace_cleans_up_function_level_permissionsSuccess23.401
test_shutdown_wiped_node_cannot_joinSuccess210.234
test_disable_compression_cqlSuccess17.506
test_invalid_string_literalsSuccess14.032
test_complex_data_typesSuccess30.943
test_mutations_dontblockSuccess22.129
test_paging_on_compact_table_with_tombstone_on_first_columnSkipped5.0.1 > 3.X

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 3.X
0.517
test_insert_data_during_replace_different_addressSuccess6.845
test_insert_data_during_replace_different_addressFailureccmlib.node.NodeError: C* process with 9453 is terminated

self = <replace_address_test.TestReplaceAddress object at 0x7fc77703b820>

@pytest.mark.skip_version('3.9')
@since('2.2')
def test_insert_data_during_replace_different_address(self):
"""
Test that replacement node with different address DOES receive writes during replacement
@jira_ticket CASSANDRA-8523
"""
> self._test_insert_data_during_replace(same_address=False)

replace_address_test.py:506:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
replace_address_test.py:252: in _test_insert_data_during_replace
self._do_replace(same_address=same_address, extra_jvm_args=["-Dcassandra.write_survey=true"])
replace_address_test.py:122: in _do_replace
self.replacement_node.start(jvm_args=extra_jvm_args,
../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:608: in watch_log_for
self.raise_node_error_if_cassandra_process_is_terminated()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

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

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 9453 is terminated

../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:692: NodeError
101.501
test_rf_expand_property_file_snitchSuccess117.562
test_startup_after_ring_delaySuccess39.870
test_missing_superSkipped5.0.1 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 4
0.519
test_create_then_drop_ksSkipped5.0.1 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 4
0.254
test_collection_list_ttlSuccess24.673
test_describeSuccess45.508
test_undefined_as_null_indicator_no_prepared_statementsSuccess16.687
test_reading_text_pk_no_prepared_statementsSuccess14.660
Properties »