-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
p2p functional test failure #9755
Comments
A quick question before I dig deeper: have you seen this on the |
It did not trigger on |
I haven't gotten this to trigger locally, so I have no daemon logs to investigate. And I don't see a way to download the daemon logs from Github. My best guess is that this is a timing bug in the test itself. The sleep timeout is 5 seconds, but the fluff (incoming) timer for transactions is typically going to be in the 3-7.25 second range. The counter argument is that it seems like the test should fail more frequently if this were the culprit. I don't have any other theories as to the cause at the moment. #9459 definitely seems unrelated, unless there was a p2p connection loss + reconnect just before |
Thank you for looking into it. If we can't reproduce it locally and if doesn't show up again on CI then not sure if we can do anything else. |
I think the test can be improved quite a bit to avoid such spurious failures. |
See #9762 |
https://github.com/monero-project/monero/actions/runs/12969219043/job/36173269466?pr=9723#step:11:1380
Before we can put out v0.18.4.0 we have investigate this to make sure this is not a regression with recent merges. The test failure does not show up consistently.
The text was updated successfully, but these errors were encountered: