Vladsz83 opened a new pull request #7331: IGNITE-12597 : Parametrization of test IgniteTxStoreExceptionAbstractSelfTest URL: https://github.com/apache/ignite/pull/7331 Another test parametrization. Had to fight with test lifecycle of JUnit4. The events are insufficient. Test instance is created every time before each @Test. Before-tests is called once, not before each new parametrized run. Before-tests is also called before the params are assigned.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
