In incremental build mode - if a breaking commit is done to a module while another module is broken, the build eventually succeeds

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Major
    • Component/s: maven-plugin
    • None
    • Environment:
      Hudson version 1.353

      Two unrelated modules A and B. According to the parent pom, B is built after A (but does not depend on it).

      1. John makes a commit to module A that breaks it.
      2. Hudson forks a build that compiles module A and fails.
      3. Paul makes a commit to module B that breaks it also.
      4. Hudson forks a build that intends to compile module B, but first compiles module A (it is still failed) and fails.
      5. John fixes module A.
      6. Hudson forks a build that compiles A only (B is not among its dependencies).

      ==> Build is marked successful while there is a "hidden time-bomb" in module B.

            Assignee:
            Unassigned
            Reporter:
            victor_bronstein
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: