]
Jakub Markos updated ISPN-4317:
-------------------------------
Git Pull Request:
Optimize server test suite
--------------------------
Key: ISPN-4317
URL:
https://issues.jboss.org/browse/ISPN-4317
Project: Infinispan
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Test Suite - Server
Affects Versions: 7.0.0.Alpha4
Reporter: Martin Gencur
Assignee: Jakub Markos
The goal is to make the test execution of server test suite shorter and minimize the
number of maven profiles so that most of the tests run in a default profile.
The first thing to do is to minimize the number of server restarts when running the test
suite. This will require adding many different cache configurations to the same Infinispan
subsystem.
Also, look for other ways to minimize test execution time.