-
Notifications
You must be signed in to change notification settings - Fork 90
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
testutil: update docker-compose command to docker compose #3249
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3249 +/- ##
=======================================
Coverage 57.65% 57.66%
=======================================
Files 211 211
Lines 30375 30375
=======================================
+ Hits 17513 17515 +2
+ Misses 10976 10973 -3
- Partials 1886 1887 +1 ☔ View full report in Codecov by Sentry. |
eff5dc6
to
2ded7cc
Compare
Quality Gate passedIssues Measures |
Finally this fixes our CI. Good job! |
Compose tests were failing because of `docker-compose` command hasn't been changed to `docker compose` on some places and the version on top wasn't removed. category: test ticket: none
For release v1.1.1 cherry picked: * [core/validatorapi: workaround for Gnosis proposals](#3238) * [*: enable gnosis hotfix automatically](#3257) *: [fix flaky testpeers test #3267](#3267) * [cmd: increase testpeers tests timeouts #3268](#3268) * [cmd: fix test peers out of range #3280](#3280) * [testutil: update docker-compose command to docker compose](#3249) category: misc ticket: none
Compose tests were failing because of
docker-compose
command hasn't been changed todocker compose
on some places and the version on top wasn't removed.category: test
ticket: none