Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-novnode_jdk17_python3.8_cythonno_x86_64_9_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_9_64191013161.2462024-12-16T18:31:42.218571dcbc1362e5ed

Errors

NameStatusTypeTime(s)
test_quorum_requirementErrorfailed on teardown with "AttributeError: 'TestSpeculativeReadRepair' object has no attribute 'fixture_dtest_setup'"

self = <read_repair_test.TestSpeculativeReadRepair object at 0x7fb3c5cef2e0>
name = 'fixture_dtest_setup'

def __getattribute__(self, name):
try:
> return object.__getattribute__(self, name)
E AttributeError: 'TestSpeculativeReadRepair' object has no attribute 'fixture_dtest_setup'

dtest.py:241: AttributeError

During handling of the above exception, another exception occurred:

> lambda: ihook(item=item, **kwds), when=when, reraise=reraise
)

../cassandra/build/venv/lib/python3.8/site-packages/flaky/flaky_pytest_plugin.py:146:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
dtest.py:256: in cleanup_connections
self.fixture_dtest_setup.cleanup_connections()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <read_repair_test.TestSpeculativeReadRepair object at 0x7fb3c5cef2e0>
name = 'fixture_dtest_setup'

def __getattribute__(self, name):
try:
return object.__getattribute__(self, name)
except AttributeError:
> fixture_dtest_setup = object.__getattribute__(self, 'fixture_dtest_setup')
E AttributeError: 'TestSpeculativeReadRepair' object has no attribute 'fixture_dtest_setup'

dtest.py:243: AttributeError
6.361
Properties »