Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[flaky-test] MiniKubeTest.testJobCancelled #213

Closed
1 task done
coderzc opened this issue Nov 28, 2022 · 2 comments
Closed
1 task done

[flaky-test] MiniKubeTest.testJobCancelled #213

coderzc opened this issue Nov 28, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@coderzc
Copy link
Member

coderzc commented Nov 28, 2022

Bug Type (问题类型)

exception / error (运行异常)

Before submit

Environment (环境信息)

CI

Expected & Actual behavior (期望与实际表现)

https://github.com/apache/incubator-hugegraph-computer/actions/runs/3564273981/jobs/5988038228#step:15:3076

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)
@coderzc coderzc added the bug Something isn't working label Nov 28, 2022
@coderzc
Copy link
Member Author

coderzc commented May 24, 2023

+1 https://github.com/apache/incubator-hugegraph-computer/actions/runs/5067965584/jobs/9099658901?pr=245

@coderzc
Copy link
Member Author

coderzc commented Dec 5, 2023

Fixed by #290

@coderzc coderzc closed this as completed Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant