Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-upgrade_jdk11_python3.8_cythonno_x86_64_39_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_39_643803134470.0002024-06-20T13:10:43.93765668490a3aa53b

Tests

NameStatusTypeTime(s)
test_indexed_with_eqSkippedtest not applicable to env.

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

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

self = <abc.TestCQLNodes3RF3_Upgrade_current_4_0_x_To_indev_5_0_x object at 0x7fb42b77aaf0>

def test_static_cf(self):
""" Test static CF syntax """
> cursor = self.prepare()

upgrade_tests/cql_tests.py:46:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
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 = 4480, buffer = <memory at 0x7fb42b128dc0>

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_compact_metadataSuccess69.484
test_select_map_key_single_rowSkippedawaiting CASSANDRA-7396

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5231: awaiting CASSANDRA-7396
0.000
test_multi_list_setSuccess73.530
test_static_with_empty_clusteringSuccess63.639
test_remove_range_sliceFailureFailed: Timeout >900.0s

self = <abc.TestCQLNodes3RF3_Upgrade_current_5_0_x_To_indev_5_0_x object at 0x7fb42b69d2b0>

def test_remove_range_slice(self):
> cursor = self.prepare()

upgrade_tests/cql_tests.py:1959:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
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=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6>
len = 5376, buffer = <memory at 0x7fb42b194700>

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.006
test_cas_and_compactFailureFailed: Timeout >900.0s

self = <abc.TestCQLNodes3RF3_Upgrade_current_5_0_x_To_indev_5_0_x object at 0x7fb42b6516d0>

def test_cas_and_compact(self):
"""
Test for CAS with compact storage table, and #6813 in particular
@jira_ticket CASSANDRA-6813
"""
> cursor = self.prepare()

upgrade_tests/cql_tests.py:4341:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
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=16, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6>
len = 7936, buffer = <memory at 0x7fb42b1287c0>

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_multi_collectionSuccess154.227
test_static_columnsSuccess60.894
test_token_rangeSuccess130.735
test_store_sets_with_if_not_existsSuccess63.768
test_order_bySkippedtest not applicable to env.

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

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:3136: test not applicable to env.
0.000
test_dense_cfSuccess53.335
test_end_of_component_as_end_keySuccess55.048
test_select_set_key_multi_rowSkippedawaiting CASSANDRA-7396

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5347: awaiting CASSANDRA-7396
0.000
test_multi_inSuccess54.777
test_clustering_order_inSuccess54.303
test_reversed_compact_multikeySuccess66.564
test_whole_set_conditionalSuccess60.862
test_cql3_non_compound_range_tombstonesSkipped5.0 > 3.99

/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99
0.319
test_select_count_pagingSuccess55.004
test_range_tombstones_compactionSuccess73.089
test_more_user_typesSuccess56.259
test_reversed_comparatorSkippedtest not applicable to env.

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

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

/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:1486: test not applicable to env.
0.000
test_with_allow_filteringSuccess57.284
test_static_columns_pagingSuccess71.433
test_paging_using_secondary_indexes_with_static_colsSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:876: test not applicable to env.
0.000
test_single_cell_deletionsSuccess66.227
test_multiple_cell_deletionsSuccess60.010
test_upgrade_with_range_and_collection_tombstonesSuccess109.819
test_sstableloader_compression_none_to_snappySkipped5.0 > 4.99

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4.99
0.293
test_dense_supercolumnSkipped5.0 > 3.99

/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99
0.542
test_parallel_upgrade_with_internode_sslSuccess256.723
Properties »