Unit Test Results.

Designed for use with JUnit and Ant.

All Tests

ClassNameStatusTypeTime(s)
8_cythonno_x86_64_10_32test_rolling_upgradeSuccess1032.957
8_cythonno_x86_64_10_32test_bootstrap_multidcSuccess488.349
8_cythonno_x86_64_11_32test_parallel_upgrade_with_internode_sslSuccess717.722
8_cythonno_x86_64_11_32test_parallel_upgradeSuccess316.247
8_cythonno_x86_64_12_32test_rolling_upgrade_with_internode_sslSuccess1053.153
8_cythonno_x86_64_12_32test_rolling_upgradeSuccess431.031
8_cythonno_x86_64_13_32test_parallel_upgradeSuccess692.384
8_cythonno_x86_64_13_32test_parallel_upgrade_with_internode_sslSuccess285.901
8_cythonno_x86_64_14_32test_rolling_upgradeSuccess1061.103
8_cythonno_x86_64_14_32test_rolling_upgrade_with_internode_sslSuccess438.991
8_cythonno_x86_64_15_32test_parallel_upgrade_with_internode_sslSuccess4.293
8_cythonno_x86_64_15_32test_parallel_upgrade_with_internode_sslSuccess746.831
8_cythonno_x86_64_15_32test_bootstrapSuccess661.628
8_cythonno_x86_64_16_32test_rolling_upgrade_with_internode_sslSuccess1020.777
8_cythonno_x86_64_16_32test_bootstrap_multidcSuccess541.352
8_cythonno_x86_64_17_32test_parallel_upgradeSuccess709.130
8_cythonno_x86_64_17_32test_parallel_upgradeSuccess385.928
8_cythonno_x86_64_18_32test_rolling_upgradeSuccess1681.446
8_cythonno_x86_64_18_32test_rolling_upgradeSuccess479.882
8_cythonno_x86_64_19_32test_parallel_upgrade_with_internode_sslSuccess1567.637
8_cythonno_x86_64_19_32test_parallel_upgrade_with_internode_sslSuccess384.812
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
3.238
8_cythonno_x86_64_1_32test_parallel_upgrade_with_internode_sslSuccess347.519
8_cythonno_x86_64_20_32test_rolling_upgrade_with_internode_sslSuccess1035.352
8_cythonno_x86_64_20_32test_rolling_upgrade_with_internode_sslSuccess500.288
8_cythonno_x86_64_21_32test_parallel_upgradeSuccess543.923
8_cythonno_x86_64_21_32test_bootstrapSuccess504.191
8_cythonno_x86_64_22_32test_rolling_upgradeSuccess723.989
8_cythonno_x86_64_22_32test_bootstrap_multidcSuccess589.540
8_cythonno_x86_64_23_32test_parallel_upgrade_with_internode_sslSuccess546.808
8_cythonno_x86_64_23_32test_parallel_upgradeSuccess390.122
8_cythonno_x86_64_24_32test_rolling_upgrade_with_internode_sslSuccess765.576
8_cythonno_x86_64_24_32test_rolling_upgradeSuccess558.289
8_cythonno_x86_64_25_32test_parallel_upgradeSuccess537.221
8_cythonno_x86_64_25_32test_parallel_upgrade_with_internode_sslSuccess453.863
8_cythonno_x86_64_26_32test_rolling_upgradeSuccess735.752
8_cythonno_x86_64_26_32test_rolling_upgrade_with_internode_sslSuccess535.146
8_cythonno_x86_64_27_32test_parallel_upgrade_with_internode_sslSuccess530.913
8_cythonno_x86_64_27_32test_bootstrapSuccess563.936
8_cythonno_x86_64_28_32test_rolling_upgrade_with_internode_sslSuccess793.732
8_cythonno_x86_64_28_32test_bootstrap_multidcSuccess663.370
8_cythonno_x86_64_29_32test_bootstrapSuccess478.026
8_cythonno_x86_64_29_32test_parallel_upgradeSuccess446.364
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
4.041
8_cythonno_x86_64_2_32test_rolling_upgrade_with_internode_sslSuccess809.293
8_cythonno_x86_64_30_32test_bootstrap_multidcFailureFailed: Timeout >900.0s

self = <upgrade_tests.upgrade_through_versions_test.TestUpgrade_current_4_0_x_To_indev_trunk object at 0x7f49238f4790>

def test_bootstrap_multidc(self):
# try and add a new node
# multi dc, 2 nodes in each dc
self.prepare()
cluster = self.cluster

if cluster.version() >= '5.0':
cluster.set_configuration_options({'user_defined_functions_threads_enabled': 'true',
'scripted_user_defined_functions_enabled': 'false'})
elif cluster.version() >= '3.0':
cluster.set_configuration_options({'enable_user_defined_functions': 'true',
'enable_scripted_user_defined_functions': 'true'})
elif cluster.version() >= '2.2':
cluster.set_configuration_options({'enable_user_defined_functions': 'true'})

cluster.populate([2, 2])
[node.start(use_jna=True, wait_for_binary_proto=True) for node in self.cluster.nodelist()]
self._multidc_schema_create()
> self.upgrade_scenario(populate=False, create_schema=False, after_upgrade_call=(self._bootstrap_new_node_multidc,))

upgrade_tests/upgrade_through_versions_test.py:865:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
upgrade_tests/upgrade_through_versions_test.py:491: in upgrade_scenario
self._increment_counters()
upgrade_tests/upgrade_through_versions_test.py:760: in _increment_counters
session.execute(query)
../cassandra/build/venv/src/cassandra-driver/cassandra/cluster.py:2618: in execute
return self.execute_async(query, parameters, trace, custom_payload, timeout, execution_profile, paging_state, host, execute_as).result()
../cassandra/build/venv/src/cassandra-driver/cassandra/cluster.py:4890: in result
self._event.wait()
/usr/lib/python3.8/threading.py:558: in wait
signaled = self._cond.wait(timeout)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <Condition(<unlocked _thread.lock object at 0x7f4921f62990>, 0)>
timeout = None

def wait(self, timeout=None):
"""Wait until notified or until a timeout occurs.

If the calling thread has not acquired the lock when this method is
called, a RuntimeError is raised.

This method releases the underlying lock, and then blocks until it is
awakened by a notify() or notify_all() call for the same condition
variable in another thread, or until the optional timeout occurs. Once
awakened or timed out, it re-acquires the lock and returns.

When the timeout argument is present and not None, it should be a
floating point number specifying a timeout for the operation in seconds
(or fractions thereof).

When the underlying lock is an RLock, it is not released using its
release() method, since this may not actually unlock the lock when it
was acquired multiple times recursively. Instead, an internal interface
of the RLock class is used, which really unlocks it even when it has
been recursively acquired several times. Another internal interface is
then used to restore the recursion level when the lock is reacquired.

"""
if not self._is_owned():
raise RuntimeError("cannot wait on un-acquired lock")
waiter = _allocate_lock()
waiter.acquire()
self._waiters.append(waiter)
saved_state = self._release_save()
gotit = False
try: # restore state no matter what (e.g., KeyboardInterrupt)
if timeout is None:
> waiter.acquire()
E Failed: Timeout >900.0s

/usr/lib/python3.8/threading.py:302: Failed
908.602
8_cythonno_x86_64_30_32test_rolling_upgradeSuccess551.993
8_cythonno_x86_64_31_32test_parallel_upgradeSuccess327.188
8_cythonno_x86_64_31_32test_parallel_upgrade_with_internode_sslSuccess403.582
8_cythonno_x86_64_32_32test_rolling_upgradeSuccess430.289
8_cythonno_x86_64_32_32test_rolling_upgrade_with_internode_sslSuccess518.077
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
1.949
8_cythonno_x86_64_3_32test_bootstrapSuccess431.790
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
2.629
8_cythonno_x86_64_4_32test_bootstrap_multidcSuccess515.878
8_cythonno_x86_64_5_32test_parallel_upgradeSuccess841.211
8_cythonno_x86_64_5_32test_parallel_upgradeSuccess338.451
8_cythonno_x86_64_6_32test_rolling_upgradeSuccess1053.720
8_cythonno_x86_64_6_32test_rolling_upgradeSuccess430.066
8_cythonno_x86_64_7_32test_parallel_upgrade_with_internode_sslSuccess764.386
8_cythonno_x86_64_7_32test_parallel_upgrade_with_internode_sslSuccess349.347
8_cythonno_x86_64_8_32test_rolling_upgrade_with_internode_sslSuccess1122.240
8_cythonno_x86_64_8_32test_rolling_upgrade_with_internode_sslSuccess454.775
8_cythonno_x86_64_9_32test_parallel_upgradeSuccess654.017
8_cythonno_x86_64_9_32test_bootstrapSuccess405.518