Uploaded image for project: 'Maven Surefire'
  1. Maven Surefire
  2. SUREFIRE-1451

Surefire Booter compatibility with NetBSD ps(1) output

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.20.1
    • 2.21.0
    • process forking
    • None
    • NetBSD

    Description

      On NetBSD The /bin/ps command reports time as 0:01 rather than 00:01 for intervals shorter than 10 minutes.

      The pattern as used here in SureFire Booter to parse ps(1) output does not take this into account.

      printf(3) logic for ps(1) can be found in the ps source.

      The following patterns are possible and need to be accounted for:

      • m:ss
      • mm:ss
      • h:mm:ss
      • hh:mm:ss
      • d-hh:mm:ss
      • dd-hh:mm:ss

      Attachments

        Activity

          People

            tibordigana Tibor Digana
            tnn Tobias Nygren
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: