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

test/format indicates a failure when all jobs have neither completed or failed

    • 3
    • BermudaTriangle- 2023-09-05

      test/format fails when all jobs have neither failed nor succeeded and the timer has elapsed. This is because of the following check at the end o the script:

      [[ $failure -ne 0 ]] && exit 1
      [[ $success -eq 0 ]] && exit 1
      

      When a timer is given to test/format with the -t option, the run stops after the timer has elapsed. The -t does not indicate a maximum time the execution of test/format can last for.

      It is possible to have no failures and no successes. We should change test/format not to treat this as a failure.

            Assignee:
            y.ershov@mongodb.com Yury Ershov
            Reporter:
            etienne.petrel@mongodb.com Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: