Junit test reports are dropped if they have a timestamp within the same second as another test report

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      The problem is in this line of code:

      https://github.com/jenkinsci/junit-plugin/blob/master/src/main/java/hudson/tasks/junit/TestResult.java#L297

      If two test reports have the same timestamp field, one of them is ignored.  However, those timestamp fields are only accurate to the second.  We parallelize our test runs and so occasionally two different files will have the same timestamp for a given job. 

      Our workaround is to add a unique number to the timestamp field.

            Assignee:
            Kevin Neal
            Reporter:
            Sanae Rosen
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: