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

[dtest] read_repair_test.TestReadRepair

    XMLWordPrintableJSON

Details

    • Normal

    Description

      tests test_alter_rf_and_run_read_repair and test_read_repair_chance consistently fail on 3.0; the latter also fails on 2.2. I suspect it's the same cause, as the output from pytest shows the same error in the same shared function (check_data_on_each_replica):

                  res = rows_to_list(session.execute(stmt))
                  logger.debug("Actual result: " + str(res))
                  expected = [[1, 1, 1]] if expect_fully_repaired or n == initial_replica else [[1, 1, None]]
                  if res != expected:
      >               raise NotRepairedException()
      E               read_repair_test.NotRepairedException
      
      read_repair_test.py:204: NotRepairedException
      

      Attachments

        Activity

          People

            samt Sam Tunnicliffe
            jasobrown Jason Brown
            Sam Tunnicliffe
            Jason Brown
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: