-
Notifications
You must be signed in to change notification settings - Fork 106
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
fake_peer_set::mempool_requests_for_transactions
failed with Nil response
#5384
Comments
Failed again in PR #5561
|
Failed again locally:
|
Failed in CI: @mpguerra this test seems to be failing a lot, maybe we should just fix it quickly by accepting a |
How do we know that it failed with |
That specific log message is only used when zebra/zebrad/src/components/inbound/tests/fake_peer_set.rs Lines 81 to 85 in 71f5e63
The log should probably also say |
Hey team! Please add your planning poker estimate with Zenhub @arya2 @conradoplg @dconnolly @oxarbitrage @teor2345 |
I think we should just allow a We could also retry the request until it is not |
Failed on PR #5696 in the mergify queue: @mpguerra can we schedule this fix in the next sprint? It is a very quick fix. |
Added to current sprint (sprint 24) |
This has failed at least 5 times today, so I think it's a high priority. @oxarbitrage can you fix this tomorrow, or would you like me to? |
I think the |
Motivation
In PR #5383,
fake_peer_set::mempool_requests_for_transactions
failed with:Originally posted by @teor2345 in #5383 (comment)
Solution
Just allow a
Nil
response, the other tests cover this case as well.The text was updated successfully, but these errors were encountered: