Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
4.0.12, 4.1.4, 5.0-alpha2, 5.0, 5.1
-
None
-
Correctness - Test Failure
-
Normal
-
Normal
-
User Report
-
All
-
None
-
Description
Error Message failed on setup with "TypeError: 'list' object is not callable" Stacktrace self = <transient_replication_test.TestTransientReplicationRepairStreamEntireSSTable object at 0x7f4b3a4e4ac0> fixture_dtest_setup = <dtest_setup.DTestSetup object at 0x7f4b3a583250> @pytest.fixture(scope='function', autouse=True) def setup_cluster(self, fixture_dtest_setup): > self.tokens = self.tokens() E TypeError: 'list' object is not callable transient_replication_test.py:206: TypeError
Attachments
Issue Links
- is related to
-
CASSANDRA-17685 Test failure: transient_replication_test.py::TestTransientReplicationRepairStreamEntireSSTable::test_optimized_primary_range_repair
- Open