You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Amelchev Nikita (Jira)" <ji...@apache.org> on 2022/05/28 20:03:00 UTC

[jira] [Created] (IGNITE-17047) Cleanup GridTestSafeThreadFactory threads after each test

Amelchev Nikita created IGNITE-17047:
----------------------------------------

             Summary: Cleanup GridTestSafeThreadFactory threads after each test
                 Key: IGNITE-17047
                 URL: https://issues.apache.org/jira/browse/IGNITE-17047
             Project: Ignite
          Issue Type: Improvement
            Reporter: Amelchev Nikita
            Assignee: Amelchev Nikita


The test framework cleans GridTestSafeThreadFactory threads after all tests in class. This leads to hanging the whole test class and a suite timeout.

Example of suite timeout: https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Cache2/6456823?showRootCauses=false&expandBuildChangesSection=true&expandBuildProblemsSection=true
The root cause - nodes can't be stopped after tests due to the test thread blocking node start.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)