Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-latest_jdk11_python3.8_cythonno_x86_64_42_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_42_64170152111.0352024-11-21T19:50:31.5467173e6a692fb98e

Tests

NameStatusTypeTime(s)
test_restart_node_doesnt_lose_auth_dataSuccess121.243
test_logged_batch_accepts_regular_mutationsSuccess38.111
test_stop_commit_failure_policySuccess101.871
test_13911_rows_srpSkippedported to in-JVM from 4.0 >= 5.0.3

/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0.3
1.046
test_disk_balance_after_joining_ring_stcsFailureFailed: Timeout >900.0s

self = <disk_balance_test.TestDiskBalance object at 0x7f3d4ca80910>

@since('3.10')
def test_disk_balance_after_joining_ring_stcs(self):
"""
@jira_ticket CASSANDRA-13948
"""
> self._disk_balance_after_joining_ring_test(lcs=False)

disk_balance_test.py:271:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
disk_balance_test.py:331: in _disk_balance_after_joining_ring_test
self._assert_balanced_after_boundary_change(node1, total_keys, lcs)
disk_balance_test.py:353: in _assert_balanced_after_boundary_change
node.stress(['read', 'n={}'.format(total_keys), "no-warmup", "cl=ALL", "-pop", "seq=1...{}".format(total_keys), "-rate", "threads=1"])
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:1529: in stress
return handle_external_tool_process(p, ['stress'] + stress_options)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:2325: in handle_external_tool_process
out, err = process.communicate()
/usr/lib/python3.8/subprocess.py:1028: in communicate
stdout, stderr = self._communicate(input, endtime, timeout)
/usr/lib/python3.8/subprocess.py:1868: in _communicate
ready = selector.select(timeout)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <selectors.PollSelector object at 0x7f3d48ae4b80>, timeout = None

def select(self, timeout=None):
# This is shared between poll() and epoll().
# epoll() has a different signature and handling of timeout parameter.
if timeout is None:
timeout = None
elif timeout <= 0:
timeout = 0
else:
# poll() has a resolution of 1 millisecond, round away from
# zero to wait *at least* timeout seconds.
timeout = math.ceil(timeout * 1e3)
ready = []
try:
> fd_event_list = self._selector.poll(timeout)
E Failed: Timeout >900.0s

/usr/lib/python3.8/selectors.py:415: Failed
907.966
test_insert_during_range_movement_rf2Success298.517
test_with_no_resultsSuccess141.436
test_schema_changesSuccess95.392
test_consistent_wide_tableSuccess91.944
test_drop_column_queriesSuccess55.521
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.556
test_cf_removeSkipped5.0.3 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.3 > 4
1.238
test_counter_get_slice_super_rangeSkipped5.0.3 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.3 > 4
1.477
test_type_keyspace_permission_isolationSuccess124.331
test_selectSuccess60.418
test_all_datatypes_round_tripSuccess62.747
test_no_anticompaction_after_hostspecific_repairSkipped5.0.3 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.3 > 4
1.275
Properties »