coderzc opened a new issue, #213:
URL: https://github.com/apache/incubator-hugegraph-computer/issues/213

   ### Bug Type (问题类型)
   
   exception / error (运行异常)
   
   ### Before submit
   
   - [X] 我已经确认现有的 
[Server-Issues](https://github.com/apache/hugegraph-computer/issues) 与 
[Computer-Issues](https://github.com/apache/hugegraph-computer/issues) 中没有相同 / 
重复问题
   
   ### Environment (环境信息)
   
   CI
   
   ### Expected & Actual behavior (期望与实际表现)
   
   
https://github.com/apache/incubator-hugegraph-computer/actions/runs/3564273981/jobs/5988038228#step:15:3076
   
   ```java
   Argument(s) are different! Wanted:
   jobObserver.onJobStateChanged(
       org.apache.hugegraph.computer.driver.DefaultJobState@3677041a
   );
   -> at 
org.apache.hugegraph.computer.k8s.MiniKubeTest.testJobCancelled(MiniKubeTest.java:257)
   Actual invocations have different arguments:
   jobObserver.onJobStateChanged(
       org.apache.hugegraph.computer.driver.DefaultJobState@3fcf5f74
   );
   -> at 
org.apache.hugegraph.computer.k8s.driver.KubernetesDriver.waitJobAsync(KubernetesDriver.java:300)
   jobObserver.onJobStateChanged(
       org.apache.hugegraph.computer.driver.DefaultJobState@3fcf5f74
   );
   -> at 
org.apache.hugegraph.computer.k8s.driver.KubernetesDriver$1.eventReceived(KubernetesDriver.java:346)
   jobObserver.onJobStateChanged(
       org.apache.hugegraph.computer.driver.DefaultJobState@3fcf5f74
   );
   -> at 
org.apache.hugegraph.computer.k8s.driver.KubernetesDriver$1.eventReceived(KubernetesDriver.java:346)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@hugegraph.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to