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] fix connector mem scan limit adjustment when no chunk source #53112

Merged
merged 4 commits into from
Nov 25, 2024

fix for comment

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

[Enhancement] fix connector mem scan limit adjustment when no chunk source #53112

fix for comment
6392b33
Select commit
Loading
Failed to load commit list.
GitHub Actions / FE UT Report failed Nov 22, 2024 in 0s

10448 tests run, 10392 passed, 54 skipped, 2 failed.

Annotations

Check failure on line 1251 in fe/fe-core/src/test/java/com/starrocks/analysis/RefreshMaterializedViewTest.java

See this annotation in the file changed.

@github-actions github-actions / FE UT Report

RefreshMaterializedViewTest.testTruncateTableInDiffDb

expected:<1> but was:<0>
Raw output
java.lang.AssertionError: expected:<1> but was:<0>
	at com.starrocks.analysis.RefreshMaterializedViewTest.testTruncateTableInDiffDb(RefreshMaterializedViewTest.java:1251)

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