[
https://issues.apache.org/jira/browse/CASSANDRA-18880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17769389#comment-17769389
]
Ekaterina Dimitrova commented on CASSANDRA-18880:
-------------------------------------------------
I can reproduce the failure by repeating twice below row in
[setup_cluster|https://github.com/apache/cassandra-dtest/blob/trunk/transient_replication_test.py#L204-L205]:
{code:java}
self.tokens = self.tokens()
self.tokens = self.tokens(){code}
The fixture where we make this call is called before every test, so sometimes,
there could be a clash between the list and method with the same name.
[~brandonwilliams], does this make sense?
> Test failure:
> dtest-novnode.transient_replication_test.TestTransientReplicationRepairStreamEntireSSTable.test_optimized_primary_range_repair_with_lcs
> -----------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: CASSANDRA-18880
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18880
> Project: Cassandra
> Issue Type: Bug
> Components: Test/dtest/python
> Reporter: Ekaterina Dimitrova
> Assignee: Ekaterina Dimitrova
> Priority: Normal
> Fix For: 5.x
>
>
> https://ci-cassandra.apache.org/job/Cassandra-trunk/1718/testReport/dtest-novnode.transient_replication_test/TestTransientReplicationRepairStreamEntireSSTable/test_optimized_primary_range_repair_with_lcs/
> {code:java}
> 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
> {code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]