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 loads syncer wrong replication num property (backport #52220) #52458

Merged
merged 4 commits into from
Oct 31, 2024

Update LoadsHistorySyncer.java

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

[BugFix] Fix loads syncer wrong replication num property (backport #52220) #52458

Update LoadsHistorySyncer.java
163aedc
Select commit
Loading
Failed to load commit list.
GitHub Actions / FE UT Report failed Oct 30, 2024 in 0s

10006 tests run, 9954 passed, 51 skipped, 1 failed.

Annotations

Check failure on line 343 in fe/fe-core/src/test/java/com/starrocks/scheduler/PartitionBasedMvRefreshTest.java

See this annotation in the file changed.

@github-actions github-actions / FE UT Report

PartitionBasedMvRefreshTest.testJoinMV_SlotRef

expected:<[p1, p2, p3]> but was:<[p4, p5, p6]>
Raw output
java.lang.AssertionError: expected:<[p1, p2, p3]> but was:<[p4, p5, p6]>
	at com.starrocks.scheduler.PartitionBasedMvRefreshTest.testJoinMV_SlotRef(PartitionBasedMvRefreshTest.java:343)