Re: [PR] MINOR: Add retry for CI [kafka]

2023-12-18 Thread via GitHub
ex172000 closed pull request #14828: MINOR: Add retry for CI URL: https://github.com/apache/kafka/pull/14828 -- 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,

Re: [PR] MINOR: Add retry for CI [kafka]

2023-12-08 Thread via GitHub
mimaison commented on PR #14828: URL: https://github.com/apache/kafka/pull/14828#issuecomment-1847179565 So should we close this PR and work on getting https://github.com/apache/kafka/pull/14862 merged instead? -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] MINOR: Add retry for CI [kafka]

2023-11-26 Thread via GitHub
ex172000 commented on PR #14828: URL: https://github.com/apache/kafka/pull/14828#issuecomment-1827030588 > Thanks for the PR. The Jenkins file already sets those settings to retry failed tests in cradle. See here: > >

Re: [PR] MINOR: Add retry for CI [kafka]

2023-11-25 Thread via GitHub
dajac commented on PR #14828: URL: https://github.com/apache/kafka/pull/14828#issuecomment-1826316639 Thanks for the PR. The Jenkins file already sets those settings to retry failed tests in cradle. See here:

Re: [PR] MINOR: Add retry for CI [kafka]

2023-11-24 Thread via GitHub
ex172000 commented on PR #14828: URL: https://github.com/apache/kafka/pull/14828#issuecomment-1826221078 > Thanks for the PR. Note that The CI configuration already sets retries, we don't need a CI server configuration. Is the CI retry a global setting? It might make more sense if we

Re: [PR] MINOR: Add retry for CI [kafka]

2023-11-24 Thread via GitHub
ijuma commented on PR #14828: URL: https://github.com/apache/kafka/pull/14828#issuecomment-1825825013 Thanks for the PR. Note that The CI configuration already sets retries, we don't need a CI server configuration. -- This is an automated message from the Apache Git Service. To respond

[PR] MINOR: Add retry for CI [kafka]

2023-11-23 Thread via GitHub
ex172000 opened a new pull request, #14828: URL: https://github.com/apache/kafka/pull/14828 There are many flaky tests(see PR14814), adding retry can improve the test robustness. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [