<div dir="ltr"><div>Team, </div><div><br></div><div>we&#39;re about to modify the default pattern that determines which tests are running in tycho builds [1]. It currently searches for these patterns:</div><div><br></div><div><div>&lt;includes&gt;</div><div><span class="" style="white-space:pre">        </span>&lt;include&gt;**/AllTests.class&lt;/include&gt;</div><div><span class="" style="white-space:pre">        </span>&lt;include&gt;**/*AllTests*.class&lt;/include&gt;</div><div><span class="" style="white-space:pre">        </span>&lt;include&gt;**/*AllBotTests*.class&lt;/include&gt;</div><div><span class="" style="white-space:pre">        </span>&lt;include&gt;**/*TestSuite*.class&lt;/include&gt;</div><div> &lt;/includes&gt;</div></div><div><br></div><div>Instead, we&#39;ll move back to using surefire&#39;s default patterns (**/Test*.java, **/*Test.java, **/*TestCase.java)</div><div><br></div><div>The main driver for this change is we currently have tests not referenced in test suites, that are not run during CLI builds [2], which is bad.</div><div><br></div><div>So, to all component leaders, please verify, once this changes is applied, whether:</div><div><br></div><div>- new tests are run and fail the build, in which case you need to fix them</div><div>- tests are gone missing from the CI build, in which case, their classes need to be renamed following surefire&#39;s syntax.</div><div><br></div><div>If you find regressions requiring significant changes in your component, you can apply the original pattern to the <span style="color:rgb(51,51,51);font-family:Consolas,&quot;Liberation Mono&quot;,Menlo,Courier,monospace;font-size:12px;white-space:pre;background-color:rgb(250,250,250)">tycho-surefire-plugin</span> configuration of your component pom.xml</div><div><br></div>[1] <a href="https://issues.jboss.org/browse/JBIDE-19081">https://issues.jboss.org/browse/JBIDE-19081</a><br><div>[2] <a href="https://issues.jboss.org/browse/JBIDE-22449">https://issues.jboss.org/browse/JBIDE-22449</a></div><div><br></div><div>Fred</div></div>