]
Dan Berindei updated ISPN-10085:
--------------------------------
Git Pull Request:
Hibernate51 and Hibernate53 should not report the same test name
----------------------------------------------------------------
Key: ISPN-10085
URL:
https://issues.redhat.com/browse/ISPN-10085
Project: Infinispan
Issue Type: Bug
Components: Test Suite
Affects Versions: 9.4.11.Final, 10.0.0.Final, 10.1.0.Final
Reporter: Diego Lovison
Assignee: Diego Lovison
Priority: Critical
infinispan-hibernate-cache-v51 and infinispan-hibernate-cache-v53 are using the same
tests. Let's say that v51 run first and the test has one error. when running with v53,
the test result will be overwritten in the "Test Result" Jenkins plugin because
they have the same name, arguments and class name.
the example is here
https://ci.infinispan.org/job/Infinispan/job/PR-6731/13/testReport/org.in...
is it a test for v51 or v53?