Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

junit: Add timestamp for suite start time #201

Merged
merged 2 commits into from Jun 16, 2021

Commits on Jun 15, 2021

  1. junit: Add timestamp for suite start time

    The junit schema defines this attribute on the testsuite.
    In my case I need to import test results totally separate from the
    testing pipeline since these are in two different systems. This
    timestamp ensures the result processor puts the results into the right
    time frame instead of assuming it just ran.
    
    Signed-off-by: Brian Goff <cpuguy83@gmail.com>
    cpuguy83 committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    31cc95b View commit details
    Browse the repository at this point in the history
  2. Use zero timestamp for tests and update golden

    Signed-off-by: Brian Goff <cpuguy83@gmail.com>
    cpuguy83 committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    f2b0a2e View commit details
    Browse the repository at this point in the history