inlong icon indicating copy to clipboard operation
inlong copied to clipboard

[Improve][Sort] Errors in UT test logs for sort-end-to-end-tests, but UT results show as successful

Open hnrainll opened this issue 2 years ago • 1 comments

Description

  • Case 1 https://github.com/apache/inlong/actions/runs/7081425279/job/19270686450 image

  • Case https://github.com/apache/inlong/actions/runs/7081189588/job/19270165431?pr=9395 image

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

hnrainll avatar Dec 04 '23 07:12 hnrainll

This issue is stale because it has been open for 60 days with no activity.

github-actions[bot] avatar Feb 03 '24 01:02 github-actions[bot]

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.

XiaoYou201 avatar Apr 08 '24 09:04 XiaoYou201