<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <blockquote cite="mid:51B8F4AF.2040900@exadel.com" type="cite">
      <blockquote cite="mid:51B8F3BF.7070003@exadel.com" type="cite">
        Back to be running again, but seems to have test errors <br>
        <br>
        <meta http-equiv="content-type" content="text/html;
          charset=ISO-8859-1">
        <pre style="white-space: pre-wrap; word-wrap: break-word; margin: 0px; color: rgb(0, 0, 0); font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);"><span class="error-inline" style="color: rgb(204, 0, 0); font-weight: bold;">[ERROR] There are test failures.</span></pre>
      </blockquote>
      <br>
      The same problem with reactor summary as in server. There are test
      failures but reactor summary says everything was build
      successfully.<br>
      Does it smell like tycho 0.18.0 issue?<br>
    </blockquote>
    It's not an issue, it's how we configure job on CI.<br>
    In order to have jobs continuing to run tests after a failure and
    get maximal feedback and distinguish RED and YELLOW, we use the
    -Dmaven.test.failure.ignore=true and -Dmaven.test.error.ignore=true
    (don't try it at home or at school!). So the job continue after a
    test failure, runs following test suites and so on, and in the end
    says "BUILD SUCCESSFUL" independently of test results.<br>
    Then the Jenkins JUnit plugin looks at test reports to check how
    tests behaved. This Jenkins JUnit plugin then decides to make job
    BLUE or YELLOW according to test results.<br>
    <br>
    HTH<br>
    <div class="moz-signature">-- <br>
      Mickael Istria<br>
      Eclipse developer at <a href="http://www.jboss.org/tools">JBoss,
        by Red Hat</a><br>
      <a href="http://mickaelistria.wordpress.com">My blog</a> - <a
        href="http://twitter.com/mickaelistria">My Tweets</a></div>
  </body>
</html>