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

Evergreen - Create a function to execute the verify_wt_datafiles script

    • Type: Icon: Improvement Improvement
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None

      A few tasks make a call to the script verify_wt_datafiles.sh. We could create the following function:

        "verify wt datafiles":
          - command: shell.exec
            params:
              working_dir: "wiredtiger"
              script: |
                set -o errexit
                set -o verbose
                ./test/evergreen/verify_wt_datafiles.sh 2>&1 

      And simply call the function where necessary.

            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:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: