]
Diego Lovison updated ISPN-10108:
---------------------------------
Status: Open (was: New)
In the query project we cannot mix Junit with TestNG
----------------------------------------------------
Key: ISPN-10108
URL:
https://issues.jboss.org/browse/ISPN-10108
Project: Infinispan
Issue Type: Bug
Affects Versions: 10.0.0.Final, 9.4.11.Final
Reporter: Diego Lovison
Priority: Major
Running the command {{mvn verify -pl 'query' -Dtest=MassIndexerAsyncBackendTest}}
from the root folder will produce two XMLs
TEST-infinispan-query.xml
TEST-org.infinispan.query.distributed.MassIndexerAsyncBackendTest.xml
One will be the Junit report and the other one will be the Polarion Report.
The query project uses TestNG instead of JUNIT
I would like to fix the following
{code:xml}
<testcase name="query.distributed.MassIndexerAsyncBackendTest"
classname="org.infinispan.query.distributed.MassIndexerAsyncBackendTest"
time="3.469"/>
{code}