kfaraz opened a new pull request, #16347:
URL: https://github.com/apache/druid/pull/16347
### Description
Build of recent PRs is getting stuck due to rate limiting of the codecov.io
API.
```
{'detail': ErrorDetail(string='Rate limit reached. Please upload with the
Codecov repository upload token to resolve issue. Expected available in 153
seconds.', code='throttled')}{'detail': ErrorDetail(string='Rate limit reached.
Please upload with the Codecov repository upload token to resolve issue.
Expected available in 0 seconds.', code='throttled')}{'detail':
ErrorDetail(string='Rate limit reached. Please upload with the Codecov
repository upload token to resolve issue. Expected available in 3598 seconds.',
code='throttled')}{'detail': ErrorDetail(string='Rate limit reached. Please
upload with the Codecov repository upload token to resolve issue. Expected
available in 3598 seconds.', code='throttled')}{'detail':
ErrorDetail(string='Rate limit reached. Please upload with the Codecov
repository upload token to resolve issue. Expected available in 0 seconds.',
code='throttled')}{'detail': ErrorDetail(string='Rate limit reached. Please
upload with the Codecov repository upload to
ken to resolve issue.
```
### Fix
In `unit_tests_script.sh` , disable upload of coverage report to codecov.io.
### Impact
No one in the Druid community seems to be using the codecov visualization to
analyse code coverage.
Most contributors look at the reports generated by jacoco itself and use
that to ensure full coverage.
In the future, if we feel the need to re-enable it we may uncomment the code.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]