-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
InitializeTestLCD timeouts when nValidators > 1 #2339
Comments
cosmos-sdk/cmd/gaia/app/genesis.go Line 200 in 416181b
So node does not start when I think we can write something like |
@mossid also |
So ended up digging a long time into this (both TM SDK) and @mossid is correct, It boils down to Also throughout this process, I've realized the genesis logic and implementation as well as the higher level commands calling it, is pretty convoluted, messy and complex. |
Summary of Bug
Can't run test LCD on because it timeouts when setting out
nValidators > 2
Steps to Reproduce
On
client/lcd/lcd_test.go
I defined:cleanup, pks, port := InitializeTestLCD(t, 2, []sdk.AccAddress{addr})
Which after 60s timeouts:
After printing different steps in the code it seems that the error comes from this part of the function:
cosmos-sdk/client/lcd/test_helpers.go
Lines 190 to 193 in b5f8350
For Admin Use
The text was updated successfully, but these errors were encountered: