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

fix gather failed unittests yml configuration

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Build
    • ALL

      The failed_unittests_gather.sh is a setup task which should only run on certain unittests tasks. Right it was added to our broad spectrum compile task group as a setup task. This means its executed on every compile tasks in all our compile task groups. Within the script itself it will check the task name and noop out on non unittests tasks.

       

      This is confusing and obscure. The setup task should be moved to the tasks themselves so that its clear when the scripts executes and so that it only executes when needed (eliminating the noop cycles).

            Assignee:
            daniel.moody@mongodb.com Daniel Moody
            Reporter:
            daniel.moody@mongodb.com Daniel Moody
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: