-
Notifications
You must be signed in to change notification settings - Fork 10
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
CI sporadic fail: test_timestrToBlock_eth_1(); can't see the chain #546
Labels
Type: Bug
Something isn't working
Comments
trentmc
changed the title
CI test fails: test_timestrToBlock_eth_1. Can it even see the chain?
CI test fails: test_timestrToBlock_eth_1. Can CI even see the chain?
May 8, 2023
trentmc
changed the title
CI test fails: test_timestrToBlock_eth_1. Can CI even see the chain?
test_timestrToBlock_eth_1 fails. Can CI even see the chain?
May 8, 2023
trentmc
changed the title
test_timestrToBlock_eth_1 fails. Can CI even see the chain?
Sporadic failure of test_timestrToBlock_eth_1. CI can't see the chain
May 8, 2023
trentmc
changed the title
Sporadic failure of test_timestrToBlock_eth_1. CI can't see the chain
CI sporadic failure, can't see chain 1: test_timestrToBlock_eth_1()
May 8, 2023
trentmc
changed the title
CI sporadic failure, can't see chain 1: test_timestrToBlock_eth_1()
CI sporadic fail: test_timestrToBlock_eth_1(); can't see the chain
May 8, 2023
In commit 11b6c2f, Alex rearranged how df-py waits for barge on startup. Because of that, whatever errors there were previously wrt waiting for barge are now obsolete. That includes this issue. Closing. We can reopen a new issue if other problems emerge. |
trentmc
added a commit
that referenced
this issue
May 11, 2023
We often hit errors wrt not being able to see ganache in barge. Like in #546. Which is this line. However this line does two things: get the network_name, then try to connect. This hurts debuggability. To improve debuggability: split the two actions into two separate lines.
trentmc
added a commit
that referenced
this issue
May 11, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
I did a commit that only had trivial changes (removed some whitespace). Yet it failed.
This is a sporadic failure. I've been doing other commits today, and CI passes.
Traceback summary: (details below)
Another clue: there were many warnings. They hinted that it can't actually find the chain (ganache) at all.
And
Full log
Here.
Traceback
The text was updated successfully, but these errors were encountered: