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

non parallel builds with failing test cases fail too early

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • maven-plugin
    • None
    • Platform: HP, OS: Windows XP

      With the non parallel native m2 builds if a build fails test cases the maven
      build terminates before building downstream projects.

      Although this is the default for maven on the command line this doesn't make
      much sensce for a CI environment as you want to see all failed test cases as
      some code may be failing further down the line in a different module.

      THe build should be allowed to continue and the build marked as unstable.

          [JENKINS-776] non parallel builds with failing test cases fail too early

          James Nord added a comment -

          added URL to point to nabble discussion
          http://www.nabble.com/RE%3A--Re%3A-issue-557.-p12411669.html

          James Nord added a comment - added URL to point to nabble discussion http://www.nabble.com/RE%3A--Re%3A-issue-557.-p12411669.html

          Fixed in 1.134.

          Kohsuke Kawaguchi added a comment - Fixed in 1.134.

          James Nord added a comment -

          verified

          James Nord added a comment - verified

          nedcollyer added a comment -

          Imho, this is exactly how the build should behave.. especially in a CI
          environment.

          If your base modules, or dependencies fail, then there is little point
          continuing running the build, since presumably modules further down the
          track will be running integration tests against unexpected module versions!

          You may end up getting a heap of false positives for test failures.

          nedcollyer added a comment - Imho, this is exactly how the build should behave.. especially in a CI environment. If your base modules, or dependencies fail, then there is little point continuing running the build, since presumably modules further down the track will be running integration tests against unexpected module versions! You may end up getting a heap of false positives for test failures.

            Unassigned Unassigned
            teilo James Nord
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: