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

[Tool] support build maven project in batch mode #54940

Merged
merged 1 commit into from
Jan 13, 2025

[Tool] support build maven project in batch mode

21627ab
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

[Tool] support build maven project in batch mode #54940

[Tool] support build maven project in batch mode
21627ab
Select commit
Loading
Failed to load commit list.
GitHub Actions / FE UT Report failed Jan 10, 2025 in 0s

10754 tests run, 10695 passed, 58 skipped, 1 failed.

Annotations

Check failure on line 1 in fe/fe-core/src/test/java/com/starrocks/backup/RestoreJobTest.java

See this annotation in the file changed.

@github-actions github-actions / FE UT Report

RestoreJobTest.testRunBackupListTable

Missing 1 invocation to:
com.starrocks.system.ComputeNode#isAlive()
   on mock instance: com.starrocks.system.Backend@25807d64
Raw output
Missing 1 invocation to:
com.starrocks.system.ComputeNode#isAlive()
   on mock instance: com.starrocks.system.Backend@25807d64
Caused by: Missing invocations
	at com.starrocks.system.ComputeNode.isAlive(ComputeNode.java)
	at com.starrocks.task.AgentBatchTask.run(AgentBatchTask.java:181)
	at java.base/java.lang.Thread.run(Thread.java:833)