Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-9782

Re-enable abort-recovery-stress test in Evergreen

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Critical - P2 Critical - P2
    • WT11.1.0, 6.2.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None

      Running the new version of test format that supports mirrored tables will fail if restarted on an existing database with a CONFIG that specifies table.runs.mirror=0 for all tables. I.e., a configuration that has mirroring disabled.

      What happens is that config_mirrors() will assign a mirroring relationship. But since the tables already exist and weren'tĀ mirrored to begin with this leads to (many) mismatch errors when format tries to verify the mirrors.

      We encounter this problem when running format abort testing. Running format.sh -a causes format to abort (via the format.abort=1 setting). The script then restarts format to make sure WiredTiger can recover and continue. If this happens in a CONFIG without mirroring we hit this issue.

      We haven't been seeing this regularly because abort testing with format was disabled inĀ Evergreen due to WT-9767. Note that the failure on that ticket looks like a different issue since its CONFIG has a mirroring relationship.

            Assignee:
            keith.smith@mongodb.com Keith Smith
            Reporter:
            keith.smith@mongodb.com Keith Smith
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: