lhotari commented on issue #23505:
URL: https://github.com/apache/pulsar/issues/23505#issuecomment-2432267685

   > No, I'm just trying to solve an issue and want to contribute to Pulsar. 
I'm just starting out now, I'll take a look at your previous PRs and learn from 
them.
   
   @ZhaoGuorui666 One good way to start valuable contributions is to fix flaky 
tests. We have plenty of them: 
https://github.com/apache/pulsar/issues?q=is%3Aissue+is%3Aopen+flaky . In many 
cases, there could also be a production code issue that is causing the 
flakiness. You'll learn a lot of Pulsar while addressing flaky tests too. 
Usually you can reproduce a flaky test by temporarily replacing `@Test` with 
`@Test(invocationCount = 20)` so that the same method gets run multiple times. 
In certain cases, other methods are required for reproducing locally.


-- 
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]

Reply via email to