Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-upgrade_jdk11_python3.8_cythonno_x86_64_17_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_17_643801103211.1832024-06-20T05:47:15.1907524634ff7295ca

Tests

NameStatusTypeTime(s)
test_local_quorum_bootstrapSuccess174.635
test_multiorderingSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2268: test not applicable to env.
0.001
test_cas_and_list_indexSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:4919: test not applicable to env.
0.000
test_range_sliceFailureFailed: Timeout >900.0s

self = <abc.TestCQLNodes3RF3_Upgrade_current_4_0_x_To_indev_5_0_x object at 0x7f3bd3d4a3a0>

def test_range_slice(self):
"""
Test a regression from #1337
@jira_ticket CASSANDRA-1337
"""
> cursor = self.prepare()

upgrade_tests/cql_tests.py:1751:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
upgrade_tests/upgrade_base.py:88: in prepare
cluster.set_install_dir(version=self.UPGRADE_PATH.starting_version)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/cluster.py:111: in set_install_dir
dir, v = repository.setup(version, verbose)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/repository.py:99: in setup
download_version(version, verbose=verbose, binary=binary)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/repository.py:349: in download_version
__download(archive_url, target, show_progress=verbose)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/repository.py:546: in __download
buffer = u.read(block_sz)
/usr/lib/python3.8/http/client.py:459: in read
n = self.readinto(b)
/usr/lib/python3.8/http/client.py:503: in readinto
n = self.fp.readinto(b)
/usr/lib/python3.8/socket.py:669: in readinto
return self._sock.recv_into(b)
/usr/lib/python3.8/ssl.py:1270: in recv_into
return self.read(nbytes, buffer)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <ssl.SSLSocket [closed] fd=6, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6>
len = 7040, buffer = <memory at 0x7f3bd3e7f100>

def read(self, len=1024, buffer=None):
"""Read up to LEN bytes and return them.
Return zero-length string on EOF."""

self._checkClosed()
if self._sslobj is None:
raise ValueError("Read on closed or unwrapped SSL socket.")
try:
if buffer is not None:
> return self._sslobj.read(len, buffer)
E Failed: Timeout >900.0s

/usr/lib/python3.8/ssl.py:1128: Failed
900.004
test_in_with_desc_orderSuccess83.186
test_mapSuccess75.200
test_map_keys_indexingSuccess64.662
test_countSuccess82.703
test_cas_simpleSuccess65.919
test_exclusive_sliceSuccess161.307
test_clustering_order_and_functionsSuccess62.644
test_noncomposite_static_cfSuccess135.550
test_clustering_indexingSuccess68.312
test_select_list_key_single_rowSkippedawaiting CASSANDRA-7396

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5290: awaiting CASSANDRA-7396
0.001
test_collection_functionSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2442: test not applicable to env.
0.000
test_key_index_with_reverse_clusteringSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5034: test not applicable to env.
0.000
test_refuse_in_with_indexesSuccess56.591
test_list_item_conditionalSuccess54.859
test_composite_row_keySuccess57.384
test_static_columns_with_2iSuccess57.838
test_no_range_ghostSuccess58.119
test_column_name_validationSuccess56.589
test_order_by_validationSuccess55.810
test_select_with_aliasSuccess55.569
test_limit_multigetSuccess58.875
test_conversion_functionsSuccess58.045
test_deleted_row_selectSuccess63.570
test_multi_in_compact_non_compositeSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2566: test not applicable to env.
0.000
test_SIM_assertion_errorSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5149: test not applicable to env.
0.000
test_with_less_results_than_page_sizeSuccess56.916
test_with_order_by_reversedSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:248: test not applicable to env.
0.000
test_static_columns_pagingSuccess66.098
test_data_change_impacting_later_pageSuccess59.325
test_single_cell_deletionsSuccess62.592
test_upgrade_with_unclustered_CQL_tableSuccess34.614
test_sstableloader_with_mvSkipped5.0 > 3.99

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.99
0.341
test_sparse_supercolumn_with_renamesSkipped5.0 > 3.99

/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99
0.562
test_bootstrapSuccess421.791
Properties »