You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Andrey Kuznetsov (JIRA)" <ji...@apache.org> on 2018/09/20 18:03:00 UTC

[jira] [Created] (IGNITE-9660) Switch default test FailureHandler to StopNodeFailureHandler

Andrey Kuznetsov created IGNITE-9660:
----------------------------------------

             Summary: Switch default test FailureHandler to StopNodeFailureHandler
                 Key: IGNITE-9660
                 URL: https://issues.apache.org/jira/browse/IGNITE-9660
             Project: Ignite
          Issue Type: Test
    Affects Versions: 2.6
            Reporter: Andrey Kuznetsov
             Fix For: 2.8


{{GridAbstractTest.getFailureHandler()}} returns {{NoOpFailureHandler}} instance. This often leads to hiding bugs occurring in tests. {{getFailureFailureHandler()}} should return {{StopNodeFailureHandler}} instead.

The change assumes re-checking failed tests and set handler to {{NoOpFailureHandler}} in subclasses where it's really a must.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)