]
Alan Field updated ISPN-9279:
-----------------------------
Component/s: Test Suite - Core
Test Suite - Query
Test Suite - Server
Methods annotated with BeforeClass and AfterClass must be static
----------------------------------------------------------------
Key: ISPN-9279
URL:
https://issues.jboss.org/browse/ISPN-9279
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core, Test Suite - Query, Test Suite - Server
Reporter: Diego Lovison
Priority: Critical
If a method like
https://github.com/infinispan/infinispan/blob/41fcb0d689547870d37736f960e...
is not static, the tests results tends to report wrong values.
The repository here
https://github.com/diegolovison/testng-reporter demonstrate this
issue.
We should update the testng version to be latest one as well. In this time, it is 6.14.3.
If we do not update from 6.9.9 the tests will continue passing.
Also, we are using arquilian so this
https://github.com/arquillian/arquillian-core/issues/170 issue should be fixed as well.