You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2022/08/08 11:44:00 UTC

[jira] [Created] (IGNITE-17491) testIgniteExceptionInJobPropagatesToClientWithMessageAndCodeAndTraceId is flaky

Pavel Tupitsyn created IGNITE-17491:
---------------------------------------

             Summary: testIgniteExceptionInJobPropagatesToClientWithMessageAndCodeAndTraceId is flaky
                 Key: IGNITE-17491
                 URL: https://issues.apache.org/jira/browse/IGNITE-17491
             Project: Ignite
          Issue Type: Bug
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn


See test history: https://ci.ignite.apache.org/test/-2440652670473537790?currentProjectId=ignite3_Test_IntegrationTests&branch=


{code:java}
expected: <null> but was: <org.apache.ignite.lang.IgniteException: IGN-TBL-3 TraceId:a6e1bb3f-0cba-44ba-90bb-3afae806ed34 org.apache.ignite.internal.runner.app.client.ItThinClientComputeTest$CustomException: IGN-TBL-3 TraceId:a6e1bb3f-0cba-44ba-90bb-3afae806ed34 Custom job error
  at org.apache.ignite.internal.runner.app.client.ItThinClientComputeTest$IgniteExceptionJob.execute(ItThinClientComputeTest.java:256)
  at org.apache.ignite.internal.runner.app.client.ItThinClientComputeTest$IgniteExceptionJob.execute(ItThinClientComputeTest.java:253)
  at org.apache.ignite.internal.compute.ComputeComponentImpl.executeJob(ComputeComponentImpl.java:128)
  at org.apache.ignite.internal.compute.ComputeComponentImpl.lambda$startLocalExecution$1(ComputeComponentImpl.java:118)
  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  at java.base/java.lang.Thread.run(Thread.java:834)
>
  at org.apache.ignite.internal.runner.app.client.ItThinClientComputeTest.testIgniteExceptionInJobPropagatesToClientWithMessageAndCodeAndTraceId(ItThinClientComputeTest.java:149)
{code}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)