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

[Enhancement] check tuple id is in Descriptor table #53412

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

delete

e632b80
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

[Enhancement] check tuple id is in Descriptor table #53412

delete
e632b80
Select commit
Loading
Failed to load commit list.
GitHub Actions / FE UT Report failed Dec 2, 2024 in 0s

10466 tests run, 10411 passed, 54 skipped, 1 failed.

Annotations

Check failure on line 151 in fe/fe-core/src/test/java/com/starrocks/load/batchwrite/CoordinatorBackendAssignerTest.java

See this annotation in the file changed.

@github-actions github-actions / FE UT Report

CoordinatorBackendAssignerTest.testDetectUnavailableNodesWhenGetBackends

Condition with lambda expression in com.starrocks.load.batchwrite.CoordinatorBackendAssignerTest was not fulfilled within 5 seconds.
Raw output
org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in com.starrocks.load.batchwrite.CoordinatorBackendAssignerTest was not fulfilled within 5 seconds.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:985)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:954)
	at com.starrocks.load.batchwrite.CoordinatorBackendAssignerTest.testDetectUnavailableNodesWhenGetBackends(CoordinatorBackendAssignerTest.java:151)