[
https://issues.apache.org/jira/browse/IGNITE-8266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16477731#comment-16477731
]
Maxim Muzafarov commented on IGNITE-8266:
-----------------------------------------
[~NIzhikov], [~dpavlov]
I agree with you that {{Run::All()}} is very improtant for this PR, but I can't
get build without exectution timeouts (they are not due to my changes). Note,
I've got 3 runs and each of it have different failed suites:
[#1637 (15 May 18
09:14)|https://ci.ignite.apache.org/viewLog.html?buildId=1292078&tab=buildResultsDiv&buildTypeId=IgniteTests24Java8_RunAll]
[#1657 (15 May 18
22:22)|https://ci.ignite.apache.org/viewLog.html?buildId=1295665&tab=buildResultsDiv&buildTypeId=IgniteTests24Java8_RunAll]
[#1664 (16 May 18
03:32)|https://ci.ignite.apache.org/viewLog.html?buildId=1296343&tab=buildResultsDiv&buildTypeId=IgniteTests24Java8_RunAll]
I've merged changes from master got Run::All() and tests fails with OOM errors
(not due to my changes):
[#1674 (16 May 18
16:32)|https://ci.ignite.apache.org/viewLog.html?buildId=1299144&tab=buildResultsDiv&buildTypeId=IgniteTests24Java8_RunAll]
Can we merge this chagnes based on all this TC runs? I think at the current
point of time we have no chance to get ideal Run::All build.
> Remove afterTestsStopped method due to stopAllGrids by default
> --------------------------------------------------------------
>
> Key: IGNITE-8266
> URL: https://issues.apache.org/jira/browse/IGNITE-8266
> Project: Ignite
> Issue Type: Sub-task
> Affects Versions: 2.5
> Reporter: Maxim Muzafarov
> Assignee: Maxim Muzafarov
> Priority: Minor
> Labels: test
> Fix For: 2.6
>
>
> Remove this types of method from test in whole ignite-core module.
> {code:java}
> @Override protected void afterTestsStopped() throws Exception {
> super.afterTestsStopped();
> stopAllGrids();
> }{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)