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

[BugFix] fix no matching function error in array_contains/array_position (backport #51835) #51879

Open
wants to merge 1 commit into
base: branch-3.3
Choose a base branch
from

[BugFix] fix no matching function error in array_contains/array_posit…

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

[BugFix] fix no matching function error in array_contains/array_position (backport #51835) #51879

[BugFix] fix no matching function error in array_contains/array_posit…
574b8b9
Select commit
Loading
Failed to load commit list.
GitHub Actions / FE UT Report failed Oct 14, 2024 in 0s

9984 tests run, 9932 passed, 51 skipped, 1 failed.

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / FE UT Report

ColocateTableBalancerTest.testRepairPrecedeBalance

Missing 1 invocation to:
com.starrocks.system.SystemInfoService#getBackendIds(true)
   on mock instance: com.starrocks.system.SystemInfoService@2e6db19e
Raw output
Missing 1 invocation to:
com.starrocks.system.SystemInfoService#getBackendIds(true)
   on mock instance: com.starrocks.system.SystemInfoService@2e6db19e
Caused by: Missing invocations
	at com.starrocks.system.SystemInfoService.getBackendIds(SystemInfoService.java)
	at com.starrocks.load.routineload.RoutineLoadMgr.updateBeTaskSlot(RoutineLoadMgr.java:259)
	at com.starrocks.load.routineload.RoutineLoadTaskScheduler.updateBackendSlotIfNecessary(RoutineLoadTaskScheduler.java:311)
	at com.starrocks.load.routineload.RoutineLoadTaskScheduler.process(RoutineLoadTaskScheduler.java:112)
	at com.starrocks.load.routineload.RoutineLoadTaskScheduler.runAfterCatalogReady(RoutineLoadTaskScheduler.java:105)
	at com.starrocks.common.util.FrontendDaemon.runOneCycle(FrontendDaemon.java:72)
	at com.starrocks.common.util.Daemon.run(Daemon.java:107)