inlong
inlong copied to clipboard
[Improve][Sort] Errors in UT test logs for sort-end-to-end-tests, but UT results show as successful
Description
-
Case 1 https://github.com/apache/inlong/actions/runs/7081425279/job/19270686450
-
Case https://github.com/apache/inlong/actions/runs/7081189588/job/19270165431?pr=9395
Errors in UT test logs for sort-end-to-end-tests, but UT results show as successful.
InLong Component
InLong Sort
Are you willing to submit PR?
- [ ] Yes, I am willing to submit a PR!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
This issue is stale because it has been open for 60 days with no activity.
Case1 causes a warning due to a problem with the Java version, In #9940 , change the flink java version to 1.8.
Case2 causes a error due to a other module influent network adapter, In #9924 and #9869 , modify the ci_ut.yaml and add ci_ut_flink13.yaml to solve it.