Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-novnode_jdk11_python3.8_cythonno_x86_64_18_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_18_64180131680.2782024-11-13T22:22:42.1261488ce10e500d37

Tests

NameStatusTypeTime(s)
test_only_superusers_can_drop_usersSkipped5.1 > 2.1.x

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.1.x
3.924
test_udf_permissions_in_deleteSuccess32.658
test_killed_wiped_node_cannot_joinSuccess104.626
test_compression_cql_optionsSuccess22.398
test_prepared_statement_invalidationSuccess21.393
test_basic_data_typesSuccess26.757
test_multi_partition_consistent_reads_after_writeSuccess247.341
test_paging_with_filtering_on_partition_key_on_static_columnsSuccess37.810
test_disallow_rebuild_nonlocal_rangeSuccess66.691
test_consistent_skinny_tableSuccess29.315
test_map_indexesSuccess72.148
test_functionalSkipped5.1 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4
0.480
test_describe_token_mapSkipped5.1 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4
0.503
test_move_forwards_between_and_cleanupFailureFailed: Timeout >900.0s

self = <transient_replication_ring_test.TestTransientReplicationRing object at 0x7f7bbc658f70>

@flaky(max_runs=1)
@pytest.mark.no_vnodes
def test_move_forwards_between_and_cleanup(self):
"""Test moving a node forwards past a neighbor token"""
move_token = '00025'
expected_after_move = [gen_expected(range(0, 26), range(31, 40, 2)),
gen_expected(range(0, 21, 2), range(31, 40)),
gen_expected(range(1, 11, 2), range(11, 21, 2), range(21, 31)),
gen_expected(range(21, 26, 2), range(26, 40))]
expected_after_repair = [gen_expected(range(0, 26)),
gen_expected(range(0, 21), range(31, 40)),
gen_expected(range(21, 31),),
gen_expected(range(26, 40))]
> self.move_test(move_token, expected_after_move, expected_after_repair)

transient_replication_ring_test.py:296:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
transient_replication_ring_test.py:270: in move_test
nodes[0].move(move_token)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:1579: in move
self.nodetool("move " + str(new_token))
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:1032: in nodetool
return handle_external_tool_process(p, ['nodetool', '-h', 'localhost', '-p', str(self.jmx_port)] + shlex.split(cmd))
../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 0x7f7b88340a60>, 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
909.511
test_udf_with_udt_keyspace_isolationSuccess19.712
test_clsSuccess18.967
test_explicit_column_order_readingSuccess21.709
test_force_with_none_downSuccess43.554
Properties »