Skip to content

[BugFix] Fix tablet scheduler exception (#52925) #256

[BugFix] Fix tablet scheduler exception (#52925)

[BugFix] Fix tablet scheduler exception (#52925) #256

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

10526 tests run, 10471 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@6c917d64
Raw output
Missing 1 invocation to:
com.starrocks.system.ComputeNode#isAlive()
   on mock instance: com.starrocks.system.Backend@6c917d64
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)