Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-18539

Fix flaky dtest: transient_replication_test.TestTransientReplicationRepairStreamEntireSSTable

    XMLWordPrintableJSON

Details

    • Correctness - Test Failure
    • Normal
    • Normal
    • User Report
    • All
    • None

    Description

      As seen on https://app.circleci.com/pipelines/github/driftx/cassandra/1019/workflows/2c4502d8-52d2-4dc8-a871-ecad2a61645a/jobs/26149/tests :

      failed on setup with "TypeError: 'list' object is not callable"
      self = <transient_replication_test.TestTransientReplicationRepairStreamEntireSSTable object at 0x7fecd5e4bda0>
      fixture_dtest_setup = <dtest_setup.DTestSetup object at 0x7fecd60f8dd8>
      
          @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
      

      Looking at the code, I'm not sure how this has been passing.

      Attachments

        Activity

          People

            Unassigned Unassigned
            brandon.williams Brandon Williams
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: