-
Notifications
You must be signed in to change notification settings - Fork 222
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
"exitOffer tool reclaims stuck payment" timed out waiting for tx to be included in a block #10565
Comments
It passed on the 17th, at step:10:3981 for #10483.
|
refs: #10565 ## Description #10530 was failing repeatedly due to this test problem, - #10565 I thought it was a flake so I [bypassed the check](#10530 (comment)) but it turns out to fail deterministically due to the changes in #10530. But those changes should have not affected the test, so the problem is with the test. This marks it as failing until it can be solved. ### Security Considerations none ### Scaling Considerations none ### Documentation Considerations none ### Testing Considerations I used `failing` instead of `skip` to help confirm that it's deterministic. Also if something happens to resolve it inadvertently it'll be detected so we re-enable it. ### Upgrade Considerations none
- this test is flaky and will be addressed as part of #10565
@mfig notes ExecaError ... hardcoded 10 second durationMs: 10142.694018, which is just over a hard-coded 10 second |
This started to pass in CI so skipping until this ticket is prioritized: |
InvestigationI do have reason to believe the flake we're running into is related to the batched execution fee charged on
Bug Description BreakdownBelow error message is NOT related to wallet test
The failing test in https://github.com/Agoric/agoric-sdk/actions/runs/11982434558/job/33413400559?pr=10530#step:10:4370 is named Last two pieces of logs IS related to wallet testWhen looking at the condition in which SolutionThere's no practical way to reproduce my theory and verify it's indeed the case because;
It's pretty difficult to re-create the state described above. So I suggest we get rid of all instances where IST balance is not checked using |
No. |
Describe the bug
I'm struggling to land #10530 (for #10391). It's in code that shouldn't be affecting acceptance testing yet.
At step:10:4370, we see:
Then at step:10:4372:
And finally, at step:10:4329:
To Reproduce
run CI on #10530 (intermittently?)
Expected behavior
no error
Platform Environment
CI:
git checkout --progress --force refs/remotes/pull/10530/merge
-> 8e51eff
Additional context
#10530 (for #10391)
The text was updated successfully, but these errors were encountered: