Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-novnode_jdk11_python3.8_cythonno_x86_64_55_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_55_64180152554.7932024-12-17T04:12:08.385525cbaec0e719ad

Tests

NameStatusTypeTime(s)
test_list_rolesSuccess93.521
test_each_statement_in_batch_uses_proper_timestampSuccess66.223
test_bloomfilter_size[LeveledCompactionStrategy]Success520.393
test_readrepairSkippedported 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.749
test_assassinate_valid_nodeSuccess3.406
test_assassinate_valid_nodeFailureccmlib.node.TimeoutError: 17 Dec 2024 04:29:07 [node1] after 120.93/120 seconds Missing: ['Starting listening for CQL clients'] not found in system.log: Head: INFO [main] 2024-12-17 04:26:59,389 YamlConfigura Tail: ...alue format; For more information, please refer to NEWS.txt INFO [main] 2024-12-17 04:29:04,114 Gossiper.java:1939 - Waiting for gossip to settle...

self = <gossip_test.TestGossip object at 0x7fdc4c4009a0>

def test_assassinate_valid_node(self):
"""
@jira_ticket CASSANDRA-16588
Test that after taking two non-seed nodes down and assassinating
one of them, the other can come back up.
"""
cluster = self.cluster

> cluster.populate(5).start()

gossip_test.py:57:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../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 = 1734409626.6226242, timeout = 120
msg = "Missing: ['Starting listening for CQL clients'] not found in system.log:\n Head: INFO [main] 2024-12-17 04:26:59,389... please refer to NEWS.txt\nINFO [main] 2024-12-17 04:29:04,114 Gossiper.java:1939 - Waiting for gossip to settle...\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:29:07 [node1] after 120.93/120 seconds Missing: ['Starting listening for CQL clients'] not found in system.log:
E Head: INFO [main] 2024-12-17 04:26:59,389 YamlConfigura
E Tail: ...alue format; For more information, please refer to NEWS.txt
E INFO [main] 2024-12-17 04:29:04,114 Gossiper.java:1939 - Waiting for gossip to settle...

../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:56: TimeoutError
170.552
test_rename_columnSuccess249.124
test_with_limitSuccess132.166
test_putget_deflateSkippedported 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.641
test_consistent_wide_tableSuccess109.273
test_drop_column_compactionSuccess85.593
test_sstableloader_compression_deflate_to_deflateSkippedDon't need to run base class test, only derived classes

/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes
1.802
test_cf_removeSkipped5.1 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4
1.748
test_counter_get_slice_super_rangeSkipped5.1 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4
1.339
test_update_single_column_ttlSuccess74.796
test_unicode_syntax_errorSuccess78.178
test_colon_delimiterSuccess133.544
test_copy_from_with_large_cql_rowsSuccess135.245
test_trace_repairSuccess526.922
Properties »