Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-novnode_jdk17_python3.8_cythonno_x86_64_18_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_18_6418014680.7102024-07-19T23:52:45.848732af0750efd259

Tests

NameStatusTypeTime(s)
test_only_superusers_can_drop_usersSkipped5.0.1 > 2.1.x

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 2.1.x
0.795
test_udf_permissions_in_deleteSuccess21.904
test_killed_wiped_node_cannot_joinSuccess136.922
test_compression_cql_optionsSuccess17.542
test_range_sliceSuccess34.896
test_complex_data_typesSuccess27.491
test_mutations_dontblockSuccess24.364
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.290
test_disallow_rebuild_from_nonreplicaSuccess45.908
test_consistent_wide_tableSuccess27.927
test_read_old_sstables_after_upgradeSkipped5.0.1 > 2.1.x

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 2.1.x
0.552
test_local_system_keyspacesSuccess12.203
test_describe_partitionerSkipped5.0.1 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 4
0.315
test_move_forwards_and_cleanupFailureccmlib.node.TimeoutError: 20 Jul 2024 00:02:25 [node4] after 180.15/180 seconds Missing: ['Starting listening for CQL clients'] not found in system.log: Head: INFO [main] 2024-07-19 23:59:13,554 YamlConfigura Tail: ...0-462a-11ef-b268-a79a4732f05e.log INFO [main] 2024-07-19 23:59:34,526 StorageService.java:1986 - JOINING: sleeping 30000 ms for pending range setup

self = <transient_replication_ring_test.TestTransientReplicationRing object at 0x7f2701479520>

@flaky(max_runs=1)
@pytest.mark.no_vnodes
def test_move_forwards_and_cleanup(self):
"""Test moving a node forwards without going past a neighbor token"""
move_token = '00015'
expected_after_move = [gen_expected(range(0, 16), range(31, 40)),
gen_expected(range(0, 21, 2)),
gen_expected(range(1, 16, 2), range(16, 31)),
gen_expected(range(17, 20, 2), range(21, 40))]
expected_after_repair = [gen_expected(range(0, 16), range(31, 40)),
gen_expected(range(0, 21)),
gen_expected(range(16, 31)),
gen_expected(range(21, 40))]
> self.move_test(move_token, expected_after_move, expected_after_repair)

transient_replication_ring_test.py:311:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
transient_replication_ring_test.py:241: in move_test
node4.start(wait_for_binary_proto=NODE_WAIT_TIMEOUT_IN_SECS * 2)
transient_replication_ring_test.py:55: in new_start
return old_start(*args, **kwargs)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:926: in start
self.wait_for_binary_interface(from_mark=self.mark, timeout=wait_for_binary_proto)
../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:610: in watch_log_for
TimeoutError.raise_if_passed(start=start, timeout=timeout, node=self.name,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

start = 1721433565.8006577, timeout = 180
msg = "Missing: ['Starting listening for CQL clients'] not found in system.log:\n Head: INFO [main] 2024-07-19 23:59:13,554...\nINFO [main] 2024-07-19 23:59:34,526 StorageService.java:1986 - JOINING: sleeping 30000 ms for pending range setup\n"
node = 'node4'

@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: 20 Jul 2024 00:02:25 [node4] after 180.15/180 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
E Head: INFO [main] 2024-07-19 23:59:13,554 YamlConfigura
E Tail: ...0-462a-11ef-b268-a79a4732f05e.log
E INFO [main] 2024-07-19 23:59:34,526 StorageService.java:1986 - JOINING: sleeping 30000 ms for pending range setup

../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:56: TimeoutError
236.931
test_aggregate_with_udt_keyspace_isolationSuccess15.633
test_batchSuccess14.814
test_quoted_column_names_reading_specify_namesSuccess16.498
test_hostsSuccess44.908
Properties »