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

[jira] [Updated] (IGNITE-9640) [TC Bot] Determine repetitive failure types by analyzing build log

     [ https://issues.apache.org/jira/browse/IGNITE-9640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Kuznetsov updated IGNITE-9640:
-------------------------------------
    Description: 
When someone is analyzing flaky test failure, it's important to distinguish between newly created failure and pre-existing one. In the latter case, the bot should not attract contributor's attention to the test.

In more detail, TC build log fragments start with identical substrings for identical failures very often, e.g.

{noformat}
junit.framework.AssertionFailedError
    at org.apache.ignite.internal.GridVersionSelfTest.testVersions(GridVersionSelfTest.java:54)
{noformat}


  was:
When someone is analyzing flaky test failure, it's important to distinguish between newly created failure and pre-existing one. In the latter case, the bot should not attract contributor's attention to the test.

In more detail, TC build log fragments starts with identical substrings for identical failures very often, e.g.

{noformat}
junit.framework.AssertionFailedError
    at org.apache.ignite.internal.GridVersionSelfTest.testVersions(GridVersionSelfTest.java:54)
{noformat}



> [TC Bot] Determine repetitive failure types by analyzing build log
> ------------------------------------------------------------------
>
>                 Key: IGNITE-9640
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9640
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Andrey Kuznetsov
>            Priority: Minor
>
> When someone is analyzing flaky test failure, it's important to distinguish between newly created failure and pre-existing one. In the latter case, the bot should not attract contributor's attention to the test.
> In more detail, TC build log fragments start with identical substrings for identical failures very often, e.g.
> {noformat}
> junit.framework.AssertionFailedError
>     at org.apache.ignite.internal.GridVersionSelfTest.testVersions(GridVersionSelfTest.java:54)
> {noformat}



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