]
Vittorio Rigamonti updated ISPN-6364:
-------------------------------------
Fix Version/s: 9.0.0.Alpha2
(was: 9.0.0.Alpha1)
Report test failures on the fly in modules using JUnit
------------------------------------------------------
Key: ISPN-6364
URL:
https://issues.jboss.org/browse/ISPN-6364
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core, Test Suite - Query, Test Suite - Server
Affects Versions: 8.2.0.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 9.0.0.Alpha2
Modules using TestNG for testing use {{UnitTestTestNGListener}} to report test
start/finish during the build, making it possible to scan visually for test failures (or
just progress).
Modules using JUnit should have this functionality as well. The
{{server/integration/testsuite}} module already has a {{RunListener}} that reports the
start of a test, it should report failures as well.