-
Notifications
You must be signed in to change notification settings - Fork 6
all(ci): Fix failing integration tests #97
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
Conversation
|
@ifraixedes This looks to fix the integration tests now. The |
ifraixedes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GodTamIt thank you very much
Could you update commit messages?
dd73f4f(#97) subject to be prefixed withall(deps):7aebe94(#97) to rename the previs toall(ci):
This adds the `--wait` and `--wait-timeout` options to the `docker compose up` so that containers are ready before running tests.
This includes version v1.2.8, which removes `versioncontrol`, which was causing CI failures.
Fix 2 linter issues that weren't caught by the previous Clippy version that we used.
|
@ifraixedes all done! I think this unblocks the chain of PRs you had for releasing the new version 🚀 |
|
@GodTamIt I'll resolve the linter issues tomorrow because I don't think I will have time today. |
|
Ugh, this failure must be from a newer version of Rust. Hang on |
With the new version of Rust Clippy, these lints now suggest using `io::Error::other` for construction of `other` `io::Error` variants.
|
@ifraixedes all fixed |
This adds the
--waitand--wait-timeoutoptions to thedocker compose upso that containers are ready before running tests.This also bumps
storj/upto v1.2.10, which adds the fix toversioncheck(removes it), so that the integration test environment successfully loads up.Fixes #96