-
Notifications
You must be signed in to change notification settings - Fork 215
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
[Merged by Bors] - Allow test runner to serve PoET proofs during distributed post test #6456
Conversation
bors try |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #6456 +/- ##
=========================================
- Coverage 79.9% 79.9% -0.1%
=========================================
Files 352 352
Lines 46075 46079 +4
=========================================
- Hits 36857 36838 -19
- Misses 7133 7159 +26
+ Partials 2085 2082 -3 ☔ View full report in Codecov by Sentry. |
tryBuild failed: |
bors merge |
…6456) ## Motivation Sometimes the system test `TestPostMalfeasanceProof` fails because dependencies for the created ATX cannot be fetched by the receiver of it's gossip. This adds a fetcher that allows another peer to request that data if necessary.
Build failed: |
bors merge |
…6456) ## Motivation Sometimes the system test `TestPostMalfeasanceProof` fails because dependencies for the created ATX cannot be fetched by the receiver of it's gossip. This adds a fetcher that allows another peer to request that data if necessary.
Build failed (retrying...): |
…6456) ## Motivation Sometimes the system test `TestPostMalfeasanceProof` fails because dependencies for the created ATX cannot be fetched by the receiver of it's gossip. This adds a fetcher that allows another peer to request that data if necessary.
Build failed: |
bors merge |
…6456) ## Motivation Sometimes the system test `TestPostMalfeasanceProof` fails because dependencies for the created ATX cannot be fetched by the receiver of it's gossip. This adds a fetcher that allows another peer to request that data if necessary.
Build failed:
|
bors merge |
…6456) ## Motivation Sometimes the system test `TestPostMalfeasanceProof` fails because dependencies for the created ATX cannot be fetched by the receiver of it's gossip. This adds a fetcher that allows another peer to request that data if necessary.
Build failed (retrying...): |
…6456) ## Motivation Sometimes the system test `TestPostMalfeasanceProof` fails because dependencies for the created ATX cannot be fetched by the receiver of it's gossip. This adds a fetcher that allows another peer to request that data if necessary.
Build failed:
|
bors merge |
…6456) ## Motivation Sometimes the system test `TestPostMalfeasanceProof` fails because dependencies for the created ATX cannot be fetched by the receiver of it's gossip. This adds a fetcher that allows another peer to request that data if necessary.
Pull request successfully merged into develop. Build succeeded: |
Motivation
Sometimes the system test
TestPostMalfeasanceProof
fails because dependencies for the created ATX cannot be fetched by the receiver of it's gossip. This adds a fetcher that allows another peer to request that data if necessary.Description
This happened some times before, the last time I saw it was here: https://github.com/spacemeshos/go-spacemesh/actions/runs/11832721136/job/32970020030
This should solve this issue.
Test Plan
Test now passes without complaining about missing dependency.
TODO