Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-upgrade-novnode_jdk11_python3.8_cythonno_x86_64_59_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_59_644002124309.3452024-06-20T21:01:31.096608f524e2f1392a

Tests

NameStatusTypeTime(s)
test_token_rangeSkippedtest not applicable to env.

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

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

self = <abc.TestCQLNodes3RF3_Upgrade_current_4_0_x_To_indev_5_0_x object at 0x7fa5cced6910>

def test_sparse_cf(self):
""" Test composite 'sparse' CF syntax """
> cursor = self.prepare()

upgrade_tests/cql_tests.py:268:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
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 = 1472, buffer = <memory at 0x7fa5cc89d7c0>

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.002
test_large_clustering_inSuccess70.629
test_end_of_component_uses_oecBoundSuccess59.645
test_order_by_multikeyFailureFailed: Timeout >900.0s

self = <abc.TestCQLNodes3RF3_Upgrade_current_4_1_x_To_indev_5_0_x object at 0x7fa5cce71850>

@pytest.mark.no_vnodes
def test_order_by_multikey(self):
"""
Test for #4612 bug and more generally order by when multiple C* rows are queried
@jira_ticket CASSANDRA-4612
"""
> cursor = self.prepare(ordered=True)

upgrade_tests/cql_tests.py:1928:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
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=12, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6>
len = 3648, buffer = <memory at 0x7fa5cc8f1f40>

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.002
test_cas_and_ttlSuccess74.629
test_range_tombstonesSuccess87.023
test_select_distinctSuccess66.239
test_limit_sparseSuccess208.170
test_query_compact_tables_during_upgradeSuccess71.851
test_negative_timestampSuccess62.761
test_reversed_compactSuccess144.865
test_in_order_by_without_selectingSuccess67.293
test_setSkippedtest not applicable to env.

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

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:3480: test not applicable to env.
0.000
test_exclusive_sliceSuccess55.074
test_ticket_5230Success54.828
test_select_map_key_multi_rowSkippedawaiting CASSANDRA-7396

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5318: awaiting CASSANDRA-7396
0.000
test_booleanSuccess56.633
test_expanded_list_item_conditionalSuccess63.728
test_range_querySuccess60.014
test_user_typesSuccess58.478
test_order_by_validationSuccess55.397
test_NPE_during_select_with_tokenSuccess56.616
test_secondary_index_querySkippedhttps://issues.apache.org/jira/browse/CASSANDRA-14961

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5427: https://issues.apache.org/jira/browse/CASSANDRA-14961
0.001
test_composite_index_collectionsSuccess58.287
test_expanded_map_item_conditionalSuccess63.663
test_row_existenceSkippedtest not applicable to env.

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

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:3733: test not applicable to env.
0.000
test_with_more_results_than_page_sizeSuccess65.789
test_with_order_bySuccess66.077
test_paging_using_secondary_indexesSuccess70.908
test_data_change_impacting_earlier_pageSuccess64.738
test_single_row_deletionsSuccess73.397
test_single_cell_deletionsSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:1374: test not applicable to env.
0.000
test_sstableloader_compression_none_to_noneSkipped5.0 > 3.99

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.99
0.382
test_sstableloader_compression_snappy_to_snappySkipped5.0 > 4.99

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4.99
0.334
test_upgrade_super_columns_through_limited_versionsSkipped5.0 > 3.99

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.99
0.587
test_rolling_upgrade_with_internode_sslSuccess669.450
Properties »