-
Notifications
You must be signed in to change notification settings - Fork 43
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
db.initValue (integration tests failing due to connection to seed nodes) #331
Comments
I agree, I haven't seen that happen to me yet but I'd raised this as a possibility earlier. What's the error you're seeing on shutdown tho? |
Something to do with the db connection, probably when fetching entries for packet a response. Don't see it at the moment because my connections are failing due to blocked ports (i'm working from a library recently). When connections failing, Proposal:
This blocks #96 completion as well. |
EDIT: we'll go with Moshe's approach as above. Get rid of |
I'm a bit confused, the test db will still be used for running automated tests, right? And which 2 pairs/4 currencies are we adding here? I was thinking just btc/ltc. |
test db has a different config section, so it could still be used whenever needed. values: just copy everything from tasks/db/init.ts, or rather just run the task instead. |
You know better if you use the
To have one pair for LN and one pair for Raiden. Then we don't have to touch this again once Raiden is working. |
test db config is used for creating a temp database in test automation. in regards to the actual tasks files - i'll adjust them after this issue will be solved. |
Then keep it. I didn't know that. |
WebProxy.spec.ts
is failing due to connection to seed nodes, which cause an error onxud.shutdown
.We should avoid making
xud
instance always connect to the seed nodes.The text was updated successfully, but these errors were encountered: