Evergreen - Create a function to execute the verify_wt_datafiles script

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Duplicate
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • 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:
            [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: