Unit Test Results.

Designed for use with JUnit and Ant.

All Tests

ClassNameStatusTypeTime(s)
8_cythonno_x86_64_10_32test_rolling_upgradeSuccess1330.401
8_cythonno_x86_64_10_32test_bootstrap_multidcSuccess572.584
8_cythonno_x86_64_11_32test_parallel_upgrade_with_internode_sslSuccess873.532
8_cythonno_x86_64_11_32test_parallel_upgradeSuccess345.121
8_cythonno_x86_64_12_32test_rolling_upgrade_with_internode_sslSuccess1193.712
8_cythonno_x86_64_12_32test_rolling_upgradeSuccess509.970
8_cythonno_x86_64_13_32test_parallel_upgradeSuccess1027.381
8_cythonno_x86_64_13_32test_parallel_upgrade_with_internode_sslSuccess451.246
8_cythonno_x86_64_14_32test_rolling_upgradeSuccess1334.658
8_cythonno_x86_64_14_32test_rolling_upgrade_with_internode_sslSuccess490.210
8_cythonno_x86_64_15_32test_parallel_upgrade_with_internode_sslSuccess842.698
8_cythonno_x86_64_15_32test_bootstrapSuccess542.751
8_cythonno_x86_64_16_32test_rolling_upgrade_with_internode_sslSuccess1317.337
8_cythonno_x86_64_16_32test_bootstrap_multidcSuccess555.180
8_cythonno_x86_64_17_32test_parallel_upgradeSuccess837.455
8_cythonno_x86_64_17_32test_parallel_upgradeSuccess353.632
8_cythonno_x86_64_18_32test_rolling_upgradeSuccess1272.309
8_cythonno_x86_64_18_32test_rolling_upgradeSuccess495.192
8_cythonno_x86_64_19_32test_parallel_upgrade_with_internode_sslSuccess771.404
8_cythonno_x86_64_19_32test_parallel_upgrade_with_internode_sslSuccess324.605
8_cythonno_x86_64_1_32test_parallel_upgradeSkippedSkip base class, only generated classes run the tests

/home/cassandra/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py:359: Skip base class, only generated classes run the tests
0.914
8_cythonno_x86_64_1_32test_parallel_upgrade_with_internode_sslFailureFailed: Timeout >3000.0s

self = <upgrade_tests.upgrade_through_versions_test.TestUpgrade_current_4_0_x_To_indev_5_0_x object at 0x7fd81ba8ad00>

@pytest.mark.timeout(3000)
def test_parallel_upgrade_with_internode_ssl(self):
"""
Test upgrading cluster all at once (requires cluster downtime), with internode ssl.
"""
> self.upgrade_scenario(internode_ssl=True)

upgrade_tests/upgrade_through_versions_test.py:402:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
upgrade_tests/upgrade_through_versions_test.py:414: in upgrade_scenario
self.prepare()
upgrade_tests/upgrade_through_versions_test.py:367: in prepare
cluster.set_install_dir(version=self.test_version_metas[0].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 = 3776, buffer = <memory at 0x7fd81bb33700>

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 >3000.0s

/usr/lib/python3.8/ssl.py:1128: Failed
3000.011
8_cythonno_x86_64_20_32test_rolling_upgrade_with_internode_sslSuccess1203.662
8_cythonno_x86_64_20_32test_rolling_upgrade_with_internode_sslSuccess491.387
8_cythonno_x86_64_21_32test_parallel_upgradeSuccess697.420
8_cythonno_x86_64_21_32test_bootstrapSuccess511.254
8_cythonno_x86_64_22_32test_rolling_upgradeSuccess904.464
8_cythonno_x86_64_22_32test_bootstrap_multidcSuccess755.948
8_cythonno_x86_64_23_32test_parallel_upgrade_with_internode_sslSuccess631.482
8_cythonno_x86_64_23_32test_parallel_upgradeSuccess386.861
8_cythonno_x86_64_24_32test_rolling_upgrade_with_internode_sslSuccess977.003
8_cythonno_x86_64_24_32test_rolling_upgradeSuccess486.136
8_cythonno_x86_64_25_32test_parallel_upgradeSuccess649.527
8_cythonno_x86_64_25_32test_parallel_upgrade_with_internode_sslSuccess402.141
8_cythonno_x86_64_26_32test_rolling_upgradeSuccess977.651
8_cythonno_x86_64_26_32test_rolling_upgrade_with_internode_sslSuccess521.152
8_cythonno_x86_64_27_32test_parallel_upgrade_with_internode_sslSuccess577.887
8_cythonno_x86_64_28_32test_rolling_upgrade_with_internode_sslSuccess921.146
8_cythonno_x86_64_29_32test_bootstrapSuccess405.008
8_cythonno_x86_64_2_32test_rolling_upgradeSkippedSkip base class, only generated classes run the tests

/home/cassandra/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py:359: Skip base class, only generated classes run the tests
0.709
8_cythonno_x86_64_2_32test_rolling_upgrade_with_internode_sslSuccess828.689
8_cythonno_x86_64_30_32test_bootstrap_multidcSuccess525.352
8_cythonno_x86_64_31_32test_parallel_upgradeSuccess311.212
8_cythonno_x86_64_32_32test_rolling_upgradeSuccess427.736
8_cythonno_x86_64_3_32test_parallel_upgrade_with_internode_sslSkippedSkip base class, only generated classes run the tests

/home/cassandra/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py:359: Skip base class, only generated classes run the tests
3.372
8_cythonno_x86_64_3_32test_bootstrapSuccess474.503
8_cythonno_x86_64_4_32test_rolling_upgrade_with_internode_sslSkippedSkip base class, only generated classes run the tests

/home/cassandra/cassandra-dtest/upgrade_tests/upgrade_through_versions_test.py:359: Skip base class, only generated classes run the tests
0.975
8_cythonno_x86_64_4_32test_bootstrap_multidcSuccess536.467
8_cythonno_x86_64_5_32test_parallel_upgradeFailureFailed: Timeout >3000.0s

self = <upgrade_tests.upgrade_through_versions_test.TestProtoV3Upgrade_AllVersions_EndsAt_Trunk_HEAD object at 0x7f0ee423d6d0>

@pytest.mark.timeout(3000)
def test_parallel_upgrade(self):
"""
Test upgrading cluster all at once (requires cluster downtime).
"""
> self.upgrade_scenario()

upgrade_tests/upgrade_through_versions_test.py:388:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
upgrade_tests/upgrade_through_versions_test.py:493: in upgrade_scenario
self.upgrade_to_version(version_meta, internode_ssl=internode_ssl)
upgrade_tests/upgrade_through_versions_test.py:562: in upgrade_to_version
node.set_install_dir(version=version_meta.version)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:334: in set_install_dir
self.__install_dir = self.node_setup(version, verbose=verbose)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:322: in node_setup
dir, v = setup(version, verbose=verbose)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/repository.py:70: in setup
clone_development(GITHUB_REPO, version, verbose=verbose)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/repository.py:169: in clone_development
out, _, _ = log_info(process, logger)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/repository.py:585: in log_info
stdoutdata, stderrdata = 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 0x7f0ee28fe1f0>, 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 >3000.0s

/usr/lib/python3.8/selectors.py:415: Failed
3001.125
8_cythonno_x86_64_5_32test_parallel_upgradeSuccess273.374
8_cythonno_x86_64_6_32test_rolling_upgradeSuccess2723.231
8_cythonno_x86_64_6_32test_rolling_upgradeSuccess410.564
8_cythonno_x86_64_7_32test_parallel_upgrade_with_internode_sslSuccess830.175
8_cythonno_x86_64_7_32test_parallel_upgrade_with_internode_sslSuccess268.129
8_cythonno_x86_64_8_32test_rolling_upgrade_with_internode_sslSuccess1220.572
8_cythonno_x86_64_8_32test_rolling_upgrade_with_internode_sslSuccess421.671
8_cythonno_x86_64_9_32test_parallel_upgradeSuccess857.944
8_cythonno_x86_64_9_32test_bootstrapSuccess498.208