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

[jira] [Comment Edited] (IGNITE-8381) testNodeSingletonDeploy in Basic 2 has high fail rate

    [ https://issues.apache.org/jira/browse/IGNITE-8381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16478814#comment-16478814 ] 

Vyacheslav Daradur edited comment on IGNITE-8381 at 5/17/18 9:51 AM:
---------------------------------------------------------------------

[~dpavlov], I've prepared the workaround fix which is waiting for service's deployment before starting tests logic.

The solution covers {{testNodeSingletonDeploy, testClusterSingletonDeploy, testDeploy}} which are failing with the same error: "Service not found: testService" as I can see.

Here is ["Basic" build|https://ci.ignite.apache.org/viewLog.html?buildId=1301772].
Here are [reproducing builds|https://ci.ignite.apache.org/viewType.html?buildTypeId=IgniteTests24Java8_CacheFailover3&branch_IgniteTests24Java8=pull%2F3996%2Fhead&tab=buildTypeStatusDiv].

Please have a look if you have free time. If the fix is ok then I unmute test on TC.


was (Author: daradurvs):
[~dpavlov], I've prepared the workaround fix which is waiting for service's deployment before starting tests logic.

The solution covers {{testNodeSingletonDeploy, testClusterSingletonDeploy, testDeploy}} which are failing with the same error: "Service not found: testService" as I can see.

Here is ["Basic" build|https://ci.ignite.apache.org/viewLog.html?buildId=1301772].
Here are [reproducing builds|
https://ci.ignite.apache.org/viewType.html?buildTypeId=IgniteTests24Java8_CacheFailover3&branch_IgniteTests24Java8=pull%2F3996%2Fhead&tab=buildTypeStatusDiv].

Please have a look if you have free time. If the fix is ok then I unmute test on TC.

> testNodeSingletonDeploy in Basic 2 has high fail rate
> -----------------------------------------------------
>
>                 Key: IGNITE-8381
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8381
>             Project: Ignite
>          Issue Type: Test
>            Reporter: Dmitriy Pavlov
>            Assignee: Vyacheslav Daradur
>            Priority: Major
>              Labels: MakeTeamcityGreenAgain
>             Fix For: 2.6
>
>
> IgniteServiceConfigVariationsFullApiTestSuite: IgniteServiceConfigVariationsFullApiTest.testNodeSingletonDeploy
> is one from most failing test in TC Run All now
> On dev.list IEP-17 is discussed to redesign services and fix deployemnt. In the same time test itself can't await service to be deployed and confuses Igniters in RunAll PR results.
> It is suggested to find out fast fix to make test passing. It should be probably based on waiting instead of checking deployed state.
> Test history
> https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=1909279554207447487&branch=%3Cdefault%3E&tab=testDetails
> {noformat}
> class org.apache.ignite.IgniteException: Service not found: testService
>     at org.apache.ignite.internal.processors.closure.GridClosureProcessor$C2.execute(GridClosureProcessor.java:1858)
>     at org.apache.ignite.internal.processors.job.GridJobWorker$2.call(GridJobWorker.java:568)
>     at org.apache.ignite.internal.util.IgniteUtils.wrapThreadLoader(IgniteUtils.java:6695)
>     at org.apache.ignite.internal.processors.job.GridJobWorker.execute0(GridJobWorker.java:562)
>     at org.apache.ignite.internal.processors.job.GridJobWorker.body(GridJobWorker.java:491)
>     at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
>     at org.apache.ignite.internal.processors.job.GridJobProcessor.processJobExecuteRequest(GridJobProcessor.java:1189)
>     at org.apache.ignite.internal.processors.job.GridJobProcessor$JobExecutionListener.onMessage(GridJobProcessor.java:1921)
>     at org.apache.ignite.internal.managers.communication.GridIoManager.invokeListener(GridIoManager.java:1556)
>     at org.apache.ignite.internal.managers.communication.GridIoManager.processRegularMessage0(GridIoManager.java:1184)
>     at org.apache.ignite.internal.managers.communication.GridIoManager.access$4200(GridIoManager.java:125)
>     at org.apache.ignite.internal.managers.communication.GridIoManager$9.run(GridIoManager.java:1091)
>     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>     at java.lang.Thread.run(Thread.java:748)
> Caused by: class org.apache.ignite.internal.processors.service.GridServiceNotFoundException: Service not found: testService
>     at org.apache.ignite.internal.processors.service.GridServiceProxy$ServiceProxyCallable.call(GridServiceProxy.java:415)
>     at org.apache.ignite.internal.processors.closure.GridClosureProcessor$C2.execute(GridClosureProcessor.java:1855)
>     ... 14 more
> {noformat}



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