Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-novnode_jdk11_python3.8_cythonno_x86_64_58_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_58_64180152301.3472024-12-17T04:13:55.262867adb2e278ba72

Tests

NameStatusTypeTime(s)
test_list_permissionsSuccess97.976
test_batchlog_replay_compatibility_1Skippedported to in-JVM from 4.0 >= 5.1

/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1
1.433
test_sstable_deletion[LeveledCompactionStrategy]Success105.879
test_consistent_reads_after_bootstrapSuccess358.178
test_nodetoolSkippedported to in-JVM from 4.0 >= 5.1

/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1
1.498
test_interrupt_build_processSuccess3.260
test_interrupt_build_processFailureccmlib.node.TimeoutError: 17 Dec 2024 04:28:22 [node1] after 120.56/120 seconds Missing: ['Starting listening for CQL clients'] not found in system.log: Head: INFO [main] 2024-12-17 04:26:27,996 YamlConfigura Tail: ...e /127.0.0.3:7000 is now part of the cluster INFO [GossipStage:1] 2024-12-17 04:28:21,959 Gossiper.java:1139 - InetAddress /127.0.0.3:7000 is now UP

self = <materialized_views_test.TestMaterializedViews object at 0x7ffb6d844f10>

def test_interrupt_build_process(self):
"""Test that an interrupted MV build process is resumed as it should"""

options = {'hinted_handoff_enabled': False}
if self.cluster.version() >= '4':
options['concurrent_materialized_view_builders'] = 4

> session = self.prepare(options=options, install_byteman=True)

materialized_views_test.py:1096:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
materialized_views_test.py:60: in prepare
cluster.start(jvm_args=['-Dcassandra.reset_bootstrap_progress=false'])
../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:610: in watch_log_for
TimeoutError.raise_if_passed(start=start, timeout=timeout, node=self.name,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

start = 1734409582.4347672, timeout = 120
msg = "Missing: ['Starting listening for CQL clients'] not found in system.log:\n Head: INFO [main] 2024-12-17 04:26:27,996...he cluster\nINFO [GossipStage:1] 2024-12-17 04:28:21,959 Gossiper.java:1139 - InetAddress /127.0.0.3:7000 is now UP\n"
node = 'node1'

@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: 17 Dec 2024 04:28:22 [node1] after 120.56/120 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
E Head: INFO [main] 2024-12-17 04:26:27,996 YamlConfigura
E Tail: ...e /127.0.0.3:7000 is now part of the cluster
E INFO [GossipStage:1] 2024-12-17 04:28:21,959 Gossiper.java:1139 - InetAddress /127.0.0.3:7000 is now UP

../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:56: TimeoutError
147.713
test_paging_across_multi_wide_rowsSuccess207.744
test_wide_rowSkippedported to in-JVM from 4.0 >= 5.1

/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.1
1.706
test_update_on_wide_tableSuccess191.666
test_drop_static_column_and_restartSuccess132.983
test_remove_index_fileSuccess149.091
test_super_cf_remove_supercolumnSkipped5.1 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4
1.489
test_index_scan_expiringSkipped5.1 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4
1.383
test_remove_column_ttlSuccess50.187
test_tracing_from_system_tracesSuccess94.294
test_default_null_indicatorSuccess83.876
test_reading_pk_timestamps_with_countersSuccess60.411
test_wide_row_repairSuccess454.660
Properties »