Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-latest_jdk17_python3.8_cythonno_x86_64_10_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_10_64170161916.1072024-11-24T16:48:15.34725896b7a46e8707

Tests

NameStatusTypeTime(s)
test_system_auth_ks_is_alterableSuccess264.185
test_drop_role_cleans_up_udf_permissionsSuccess66.065
test_bootstrap_with_reset_bootstrap_stateSuccess562.899
test_disable_autocompaction_alter_and_nodetool[DateTieredCompactionStrategy]SkippedDateTieredCompactionStrategy is not supported in Cassandra 5.0 and later

/home/cassandra/cassandra-dtest/compaction_test.py:595: DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later
1.169
test_large_collection_errorsSkipped5.1 > 3.0

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.0
1.169
test_countersSuccess60.403
test_base_view_consistency_on_failure_before_mv_applySuccess268.200
test_paging_with_filtering_on_partition_key_on_clustering_columns_compactSkipped5.1 > 3.X

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X
1.076
test_fail_when_seedSuccess7.311
test_fail_when_seedFailureccmlib.node.TimeoutError: 24 Nov 2024 17:13:51 [node3] after 20.05/20 seconds Missing: ['Replacing a node without bootstrapping risks invalidating consistency guarantees'] not found in system.log: Head: INFO [main] 2024-11-24 17:13:34,390 YamlConfigura Tail: ...3 ColumnFamilyStore.java:1060 - Enqueuing flush of system.local_metadata_log, Reason: INTERNALLY_FORCED, Usage: 364B (0%) on-heap, 311B (0%) off-heap

self = <replace_address_test.TestReplaceAddress object at 0x7f09ff6d97f0>

@since('3.0')
def test_fail_when_seed(self):
"""
When a node is a seed replace should fail
@jira_ticket CASSANDRA-14463
"""
self.fixture_dtest_setup.ignore_log_patterns = list(self.fixture_dtest_setup.ignore_log_patterns) + [
r'Couldn\'t find table with id 5bc52802-de25-35ed-aeab-188eecebb090', # system_auth
r'Exception encountered during startup',
r'Unknown endpoint'
]

# see CASSANDRA-17611
if self.cluster.version() < '4.0':
self.fixture_dtest_setup.ignore_log_patterns = list(self.fixture_dtest_setup.ignore_log_patterns) + [
r'RejectedExecutionException']

self._setup(n=3)
node1, node2, node3 = self.cluster.nodelist()
self.cluster.seeds.append(node3.address())

node3.stop(gently=False)
mark = node3.mark_log()

for d in chain([os.path.join(node3.get_path(), "commitlogs")],
[os.path.join(node3.get_path(), "saved_caches")],
node3.data_directories()):
if os.path.exists(d):
rmtree(d)

node3.start(jvm_args=["-Dcassandra.replace_address=" + node3.address()], wait_other_notice=False)
> node3.watch_log_for('Replacing a node without bootstrapping risks invalidating consistency guarantees', from_mark=mark, timeout=20)

replace_address_test.py:432:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:610: in watch_log_for
TimeoutError.raise_if_passed(start=start, timeout=timeout, node=self.name,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

start = 1732468411.8734467, timeout = 20
msg = "Missing: ['Replacing a node without bootstrapping risks invalidating consistency guarantees'] not found in system.log...nqueuing flush of system.local_metadata_log, Reason: INTERNALLY_FORCED, Usage: 364B (0%) on-heap, 311B (0%) off-heap\n"
node = 'node3'

@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: 24 Nov 2024 17:13:51 [node3] after 20.05/20 seconds Missing: ['Replacing a node without bootstrapping risks invalidating consistency guarantees'] not found in system.log:
E Head: INFO [main] 2024-11-24 17:13:34,390 YamlConfigura
E Tail: ...3 ColumnFamilyStore.java:1060 - Enqueuing flush of system.local_metadata_log, Reason: INTERNALLY_FORCED, Usage: 364B (0%) on-heap, 311B (0%) off-heap

../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:56: TimeoutError
152.322
test_rf_collapse_gossiping_property_file_snitchSkipped5.1 > 5.0.x

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 5.0.x
1.272
test_write_surveySuccess123.640
test_insertSkipped5.1 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4
1.217
test_invalid_cf_namesSkipped5.1 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4
1.262
test_remove_column_ttlSuccess58.659
test_tracing_from_system_tracesSuccess60.235
test_default_null_indicatorSuccess70.235
test_reading_pk_timestamps_with_countersSuccess55.827
Properties »