-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Running "x.py check" and "x.py test" in parallel leads to errors #76661
Copy link
Copy link
Labels
A-contributor-roadblockArea: Makes things more difficult for new or seasoned contributors to RustArea: Makes things more difficult for new or seasoned contributors to RustC-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Metadata
Metadata
Assignees
Labels
A-contributor-roadblockArea: Makes things more difficult for new or seasoned contributors to RustArea: Makes things more difficult for new or seasoned contributors to RustC-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Type
Fields
Give feedbackNo fields configured for issues without a type.
Since I started using vscode, it is now often the case that the
./x.py check library/stdwhich vscode runs is still not done when I alt-tab back to my terminal to do (for example)./x.py test --stage 0 library/core --test-args slice. That regularly leads to errors like this:In those cases, just running
x.py testagain solves the problem -- but it would still be better if having vscode run in background would not break what I do in the terminal.Cc @Mark-Simulacrum