apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.4k stars 4.49k forks source link

[CI][UT] Fix flaky unit test #16151

Closed SbloodyS closed 2 weeks ago

SbloodyS commented 2 weeks ago

Purpose of the pull request

Fix https://github.com/apache/dolphinscheduler/actions/runs/9496972484/job/26172560688?pr=16149

codecov-commenter commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 40.70%. Comparing base (8e53f2f) to head (a7b2a40).

:exclamation: Current head a7b2a40 differs from pull request most recent head ed6a835

Please upload reports for the commit ed6a835 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #16151 +/- ## ============================================ - Coverage 40.71% 40.70% -0.01% + Complexity 5247 5245 -2 ============================================ Files 1385 1385 Lines 46109 46109 Branches 4923 4923 ============================================ - Hits 18772 18768 -4 - Misses 25412 25414 +2 - Partials 1925 1927 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

ruanwenjun commented 2 weeks ago

I find the default timeout is 30s, is this small?

SbloodyS commented 2 weeks ago

I find the default timeout is 30s, is this small?

Yes. So I increase it.