Skip to content

Fix a race in ktest-all and improve output#105

Merged
haesbaert merged 1 commit into
mainfrom
fix-ktest-all
Nov 25, 2024
Merged

Fix a race in ktest-all and improve output#105
haesbaert merged 1 commit into
mainfrom
fix-ktest-all

Conversation

@haesbaert
Copy link
Copy Markdown
Collaborator

Turns out I broke it on last commit when there is more than one kernel to test, both processes were attempting to read from stdin, so revert that and fix it differently.

While here, improve some idioms and collect errored out commands to be printed in the end, should make people less angry in the future when stuff just "fails".

@haesbaert haesbaert requested a review from a team as a code owner November 25, 2024 09:22
Turns out I broke it on last commit when there is more than one kernel to test,
both processes were attempting to read from stdin, so revert that and fix it
differently.

While here, improve some idioms and collect errored out commands to be printed
in the end, should make people less angry in the future when stuff just "fails".
@haesbaert haesbaert mentioned this pull request Nov 25, 2024
Copy link
Copy Markdown
Contributor

@nicholasberlin nicholasberlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After forcing krun.sh to fail, output looked good to me.

@haesbaert haesbaert merged commit ac94ceb into main Nov 25, 2024
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.

2 participants