-
Notifications
You must be signed in to change notification settings - Fork 58
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
Flaky ReactivePulsarListenerTombstoneTests$SingleComplexPayload causing random CI PR failures #561
Comments
Hi @onobc, can i work on this? |
Hi @KartikShrivastava , That would be great. The trick will be to reproduce it. I have not had luck doing so locally. Let me know if you have any questions. |
Hi @onobc,
wdyt? P.S.: |
Hi @KartikShrivastava , Those are very plausible theories. I am not opposed to adding temporary code in tests or main (logging etc..) that may help prove the points. Do you see anything (and anywhere) we can instrument to see if we can get some more info during the CI run? |
I will need to spend more time with this repo to comment on instrumenting more helpful info. But like you mentioned it's not a problem to add temporary code, then I can create a PR with some extra logging statements which we can use to confirm the value in |
Hi @KartikShrivastava , Thanks |
Hi @onobc, apologies for not raising that small PR yet, I was planning to do it in coming weekend. My weekdays availability is most of the time very less. P.S: Please feel free to assign any other small and low priority task you have in mind, I find this project quite interesting to explore and learn from |
Absolutely no worries @KartikShrivastava . No need to apologize. I just thought about the issue and that it is not the most fun thing to work on and thought you might enjoy something else. I will ping you when we have added some low priority issues. Thanks 👍🏻 |
Looks like this flaky test failed in a recent build, here's the stack trace (it failed after executing
What could be the reason of |
The
ReactivePulsarListenerTombstoneTests$SingleComplexPayload
fails randomly from time/time.Example: https://github.com/spring-projects/spring-pulsar/actions/runs/7735972858/job/21092530057#step:4:7079
This needs to be fixed.
The text was updated successfully, but these errors were encountered: