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: HealthCheckCoordinatorGrpcTest#healthCheckTest #433

Closed
2 of 3 tasks
zuston opened this issue Dec 16, 2022 · 1 comment
Closed
2 of 3 tasks

Flaky Test: HealthCheckCoordinatorGrpcTest#healthCheckTest #433

zuston opened this issue Dec 16, 2022 · 1 comment
Labels
flaky test a flaky test help wanted Extra attention is needed

Comments

@zuston
Copy link
Member

zuston commented Dec 16, 2022

Code of Conduct

Search before asking

  • I have searched in the issues and found no similar issues.

Describe the flaky test

Error:  Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 17.304 s <<< FAILURE! - in org.apache.uniffle.test.HealthCheckCoordinatorGrpcTest
Error:  healthCheckTest  Time elapsed: 16.133 s  <<< FAILURE!
org.opentest4j.AssertionFailedError: expected: <false> but was: <true>
	at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
	at org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:40)
	at org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:35)
	at org.junit.jupiter.api.Assertions.assertFalse(Assertions.java:227)
	at org.apache.uniffle.test.HealthCheckCoordinatorGrpcTest.healthCheckTest(HealthCheckCoordinatorGrpcTest.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$

Actions URL

https://github.com/apache/incubator-uniffle/actions/runs/3711009399/jobs/6291022787

Parent issue

#1733

Are you willing to submit PR?

  • Yes I am willing to submit a PR!
@zuston zuston added the help wanted Extra attention is needed label Dec 16, 2022
@advancedxy advancedxy added the flaky test a flaky test label Dec 22, 2022
@jerqi
Copy link
Contributor

jerqi commented Mar 10, 2023

closed by #707

@jerqi jerqi closed this as completed Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky test a flaky test help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants