Skip to content

[Enhancement] Add pendingTime/netTime/netComputeTime to queryDetail (… #510

[Enhancement] Add pendingTime/netTime/netComputeTime to queryDetail (…

[Enhancement] Add pendingTime/netTime/netComputeTime to queryDetail (… #510

GitHub Actions / FE UT Report failed Nov 29, 2024 in 0s

10531 tests run, 10476 passed, 54 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.testSignature

Missing 1 invocation to:
com.starrocks.system.ComputeNode#isAlive()
   on mock instance: com.starrocks.system.Backend@4e11e129
Raw output
Missing 1 invocation to:
com.starrocks.system.ComputeNode#isAlive()
   on mock instance: com.starrocks.system.Backend@4e11e129
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:829)