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

commitlog_test.py::TestCommitLog::test_stop_failure_policy failed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Triage Needed
    • Normal
    • Resolution: Unresolved
    • 5.0.x, 5.x
    • Test/dtest/python
    • None
    • All
    • None

    Description

      https://app.circleci.com/pipelines/github/jacek-lewandowski/cassandra/1121/workflows/fce907b1-0526-4d4d-beb5-b6620737a5f3/jobs/50905/tests

      AssertionError: Cannot find the commitlog failure message in logs
      assert []
      self = <commitlog_test.TestCommitLog object at 0x7f1bf1cb3f50>
      
          def test_stop_failure_policy(self):
              """
              Test the stop commitlog failure policy (default one)
              """
              self.prepare()
          
              self._provoke_commitlog_failure()
              failure = self.node1.grep_log("Failed .+ commit log segments. Commit disk failure policy is stop; terminating thread")
              logger.debug(failure)
      >       assert failure, "Cannot find the commitlog failure message in logs"
      E       AssertionError: Cannot find the commitlog failure message in logs
      E       assert []
      
      commitlog_test.py:325: AssertionError
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            jlewandowski Jacek Lewandowski
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: