-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[improve][ci] Split Pulsar IO unit test job to multiple jobs #20384
Conversation
- the tests in Pulsar IO are extremely slow and could cause the current 75 minute limit to exceed. - elastic-search tests are the slowest Pulsar IO tests
I am intentionally splitting Pulsar IO ES and Kafka to separate jobs. Reasons are in comments.
Kafka Connect tests took 17 minutes 28 seconds here: https://github.com/apache/pulsar/actions/runs/5077621849/jobs/9121399847 That is a lot of time spent in those tests. |
breakdown https://github.com/apache/pulsar/actions/runs/5077621849/jobs/9121399847#step:10:2131
https://github.com/apache/pulsar/actions/runs/5077621849/jobs/9121399712#step:10:778
|
(cherry picked from commit fd36fc1)
Motivation
Modifications
Documentation
doc
doc-required
doc-not-needed
doc-complete