Skip to content
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

Tests fail sometimes after running multiple times #73

Open
adzialocha opened this issue Mar 23, 2021 · 0 comments
Open

Tests fail sometimes after running multiple times #73

adzialocha opened this issue Mar 23, 2021 · 0 comments
Labels

Comments

@adzialocha
Copy link
Collaborator

adzialocha commented Mar 23, 2021

Describe the bug

When I run the tests (only the Token > Transitive Transactions > should send Circles to someone transitively test) several times with the docker deployment, the 3rd or 4th time the test fails with this error:

RequestError: Request failed @ http://relay.circles.local/api/v2/safes/0x514c97a4fa711D4f2B55354FEf4454F05C07D6b1/transactions/estimate/ with error 422

Therefore, I restart the docker containers and tests run well again:

make ENV=backend down
docker volume prune -f
make ENV=backend up 
make ENV=backend contracts
make ENV=backend subgraph
make ENV=backend up # sometimes circles-api-worker is down
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant