Skip to content

Jenkins unhappy with high-precision elapsed time. #71

Description

@sprinkmeier

Jenkins parser appears to break when
test_case_attributes["time"] = "%f" % case.elapsed_sec
ends up with ludicrous number of decimal places.
Suggest using a format limit:
test_case_attributes["time"] = "%.3f" % case.elapsed_sec
(assuming milliseconds is considered enough precision)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions