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

Fix integration tests #3520

Merged
merged 2 commits into from
Jan 27, 2023
Merged

Fix integration tests #3520

merged 2 commits into from
Jan 27, 2023

Conversation

mehulkar
Copy link
Contributor

@mehulkar mehulkar commented Jan 27, 2023

No description provided.

@vercel
Copy link

vercel bot commented Jan 27, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

10 Ignored Deployments
Name Status Preview Comments Updated
examples-basic-web ⬜️ Ignored (Inspect) Jan 27, 2023 at 8:57PM (UTC)
examples-cra-web ⬜️ Ignored (Inspect) Jan 27, 2023 at 8:57PM (UTC)
examples-designsystem-docs ⬜️ Ignored (Inspect) Jan 27, 2023 at 8:57PM (UTC)
examples-kitchensink-blog ⬜️ Ignored (Inspect) Jan 27, 2023 at 8:57PM (UTC)
examples-native-web ⬜️ Ignored (Inspect) Jan 27, 2023 at 8:57PM (UTC)
examples-nonmonorepo ⬜️ Ignored (Inspect) Jan 27, 2023 at 8:57PM (UTC)
examples-svelte-web ⬜️ Ignored (Inspect) Jan 27, 2023 at 8:57PM (UTC)
examples-tailwind-web ⬜️ Ignored (Inspect) Jan 27, 2023 at 8:57PM (UTC)
examples-vite-web ⬜️ Ignored (Inspect) Jan 27, 2023 at 8:57PM (UTC)
turbo-site ⬜️ Ignored (Inspect) Visit Preview Jan 27, 2023 at 8:57PM (UTC)

@github-actions
Copy link
Contributor

github-actions bot commented Jan 27, 2023

🟢 CI successful 🟢

Thanks

@mehulkar mehulkar marked this pull request as ready for review January 27, 2023 20:10
@mehulkar mehulkar requested a review from a team as a code owner January 27, 2023 20:10
@tknickman
Copy link
Member

It's the flaky failure 😢

@mehulkar
Copy link
Contributor Author

Rebased in case #3503 wasn't picked up yet

@mehulkar mehulkar enabled auto-merge (squash) January 27, 2023 20:48
@mehulkar mehulkar changed the title Fix test asserting verbose log output Fix integration tests Jan 27, 2023
@@ -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)
Copy link
Contributor Author

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"
]
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants