Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-32296

Check for resmoke_exit_code in evergreen.yml fails in dash

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.7.1
    • Affects Version/s: None
    • Component/s: Testing Infrastructure
    • Labels:
      None
    • Fully Compatible
    • ALL
    • TIG 2018-1-15

      The work for SERVER-32121 uses the following check:

      if [[ $resmoke_exit_code = 74 ]]; then
      ...
      

      The [[ condition is not supported in dash, which is the default shell on Ubuntu. Suggested changes are:

      • Change test to use [
      • Set the shell to bash for "run tests"

            Assignee:
            kevin.albertson@mongodb.com Kevin Albertson
            Reporter:
            jonathan.abrahams Jonathan Abrahams
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: