-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Fix integration tests #3520
Fix integration tests #3520
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 10 Ignored Deployments
|
🟢 CI successful 🟢Thanks |
6184c3a
to
b35236a
Compare
It's the flaky failure 😢 |
b35236a
to
af601c8
Compare
Rebased in case #3503 wasn't picked up yet |
@@ -41,6 +41,7 @@ Verbosity level 2 | |||
[-0-9:.TWZ+]+ \[DEBUG] turborepo_lib::shim: No local turbo binary found at: .+node_modules/\.bin/turbo (re) | |||
[-0-9:.TWZ+]+ \[DEBUG] turborepo_lib::shim: Running command as global turbo (re) | |||
[-0-9:.TWZ+]+ \[DEBUG] turborepo_lib::cli: pkg_inference_root set to "" (re) | |||
[-0-9:.TWZ+]+ \[DEBUG] turbo: Found go binary at "[\-\w\/]+" (re) |
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.
This wasn't caught because this line comes from Rust and we weren't running integration tests on changes to Rust portion. This is fixed in #3442.
[] | ||
[ | ||
"util" | ||
] |
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.
This was accidentally merged in #3372, there was a legitimate failure, but it was missed because there were a lot of other unrelated failures that were safe to ignore in that PR.
No description provided.