Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-8381

testNodeSingletonDeploy in Basic 2 has high fail rate

    XMLWordPrintableJSON

Details

    Description

      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

      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
      

      Attachments

        Activity

          People

            daradurvs Vyacheslav Daradur
            dpavlov Dmitry Pavlov
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: