javeme commented on PR #216:
URL: 
https://github.com/apache/incubator-hugegraph-computer/pull/216#issuecomment-1337289604

   ```java
   Error:  Failures: 
   Error:    MiniKubeTest.testJobCancelled:258 
   Argument(s) are different! Wanted:
   jobObserver.onJobStateChanged(
       org.apache.hugegraph.computer.driver.DefaultJobState@525c5af0
   );
   -> at 
org.apache.hugegraph.computer.k8s.MiniKubeTest.testJobCancelled(MiniKubeTest.java:258)
   Actual invocations have different arguments:
   jobObserver.onJobStateChanged(
       org.apache.hugegraph.computer.driver.DefaultJobState@27687ac0
   );
   -> at 
org.apache.hugegraph.computer.k8s.driver.KubernetesDriver.waitJobAsync(KubernetesDriver.java:299)
   jobObserver.onJobStateChanged(
       org.apache.hugegraph.computer.driver.DefaultJobState@27687ac0
   );
   -> at 
org.apache.hugegraph.computer.k8s.driver.KubernetesDriver$1.eventReceived(KubernetesDriver.java:345)
   jobObserver.onJobStateChanged(
       org.apache.hugegraph.computer.driver.DefaultJobState@27687ac0
   );
   -> at 
org.apache.hugegraph.computer.k8s.driver.KubernetesDriver$1.eventReceived(KubernetesDriver.java:345)
   
   ```


-- 
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

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

Reply via email to