Uploaded image for project: 'Daffodil'
  1. Daffodil
  2. DFDL-1208

Errors during performance returns potentially incorrect value

XMLWordPrintableJSON

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 1.0.0
    • None
    • CLI
    • None

      When running performance tests, if there are failures, daffodil currently returns the number of failures as the exit code. However, on POSIX systems, the exit code can only be between 0-255. This means that it is possible for there to be failures, but the return code be be equivalent to zero, based on how the value is truncated.

      We should just return EXIT_FAILURE or something if there are any errors.

              jchab Jessie Chab
              slawrence Steve Lawrence
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: