Nikolai Kulagin created IGNITE-12737:
----------------------------------------
Summary: Incorrect annotation on TxDeadlockCauseTest
Key: IGNITE-12737
URL:
https://issues.apache.org/jira/browse/IGNITE-12737 Project: Ignite
Issue Type: Bug
Reporter: Nikolai Kulagin
Method TxDeadlockCauseTest#testCauseObject() have annotation {color:#ffab00}@Test{color}, but it is not a test case. As a result, JUnit can run no one test in this class and printed error.
{code:java}
java.lang.Exception: Method testCauseObject should have no parameters.{code}
Most likely TxDeadlockCauseTest.class was commented on in the suite TxDeadlockDetectionTestSuite because of this.
I suggest:
1. Delete the annotation {color:#ffab00}@Test{color};
2. Fix the tests in TxDeadlockCauseTest (3 tests look good, 1 test fails);
3. Uncomment the TxDeadlockCauseTest in the suite.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)