Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-11260

Matrix relaoded does not use test result from original build

      I use matrix-job to execute JUnit Tests.

      Sometime I need to relaunch some sub-jobs.
      So I use matrix-reloaded plugin (https://wiki.jenkins-ci.org/display/JENKINS/Matrix+Reloaded+Plugin)
      (Can't find the associated component in this form)

      The problem is that previous tests results are not copied to the rerun result.
      So I have a build with only a few tests results instead of the sum of both original and re-run.

      Whereas the plugin documentation seems to indicate that it should not be the case:
      ("When the user chooses to reuse a Matrix run, everything from the run is copied to a new run, which then has the same outcome and artifacts.")

          [JENKINS-11260] Matrix relaoded does not use test result from original build

          Juri Timošin added a comment - - edited

          11260fix.diff should fix this bug. Just adding previous test results of MatrixConfigurations that were not run.

          Juri Timošin added a comment - - edited 11260fix.diff should fix this bug. Just adding previous test results of MatrixConfigurations that were not run.

          Oleg Nenashev added a comment -

          Fixed the component.
          AFAIK the issue stills actual

          Oleg Nenashev added a comment - Fixed the component. AFAIK the issue stills actual

            praqma Praqma Support
            ebann ebann
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: