-
|
I found a similar issue in the 7 different test methods below. I have fixed the problems in my fork already. Since each of these tests are inside completely different areas of the code base, would you prefer for me to submit a single PR with all of the tests fixed inside of it (Option A) or separate PR's for each fix (Option B)? Files modified (along with some pom.xmls):
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
@LucasEby For fixing similar issues across multiple tests, a single PR makes sense. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for contributing to Apache Pulsar. If you're interested in contributing by fixing flaky tests, the list of flaky tests can be found at https://github.com/apache/pulsar/issues?q=is%3Aissue%20state%3Aopen%20flaky. We have a lot of them. |
Beta Was this translation helpful? Give feedback.
@LucasEby For fixing similar issues across multiple tests, a single PR makes sense.