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

Directories have different files to compare in format-predictable-test (7.0,develop)

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • StorEng - Refinement Pipeline

      The error occurred in thisĀ patch build.

      In wt_cmp_dir, one can read:

      # If the home directories have different files, give up.
      # In the future we might consider relaxing this, reporting missing files,
      # and doing the compare for common files, in the spirit of diff -r.
      
      if [ "$files1" != "$files2" ]; then
          echo "Directories have different files to compare, stopping."
          echo "  $dir1: $(echo $files1)"
          echo "  $dir2: $(echo $files2)"
          exit 1
      fi
      

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            etienne.petrel@mongodb.com Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: