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

Test failure: test_compression_cql_options

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Normal
    • Resolution: Unresolved
    • 4.0, 4.0.x, 4.1.x
    • CI
    • None
    • Correctness - Test Failure
    • Low
    • Normal
    • User Report
    • All
    • None

    Description

      While working on another ticket, I saw test_compression_cql_options failing (which is not the case in Jenkins) but the Circle CI multiplexer showed it as being flaky:

      https://app.circleci.com/pipelines/github/ekaterinadimitrova2/cassandra/1082/workflows/8dacef5d-46f4-4b59-a8f7-08824bf1180f/jobs/6407/tests#failed-test-0

              sstables = self.get_sstables(table='compression_opts_table', indexes=list())
              sstable_paths = self.get_table_paths('compression_opts_table')
              found = False
              for sstable_path in sstable_paths:
                  sstable = os.path.join(sstable_path, sstables['compression_opts_table'][1])
                  if os.path.exists(sstable):
                      assert 'DEFLATE' == self._get_compression_type(sstable)
                      found = True
      >       assert found
      E       assert False
      
      compression_test.py:118: AssertionError
      

       

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              e.dimitrova Ekaterina Dimitrova
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: