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 flaky tests #132

Merged
merged 1 commit into from
Jan 19, 2024
Merged

Fix flaky tests #132

merged 1 commit into from
Jan 19, 2024

Conversation

adamruzicka
Copy link
Contributor

No description provided.

@@ -91,6 +91,7 @@ class ProcessManagerTest
end
pm.stdin.add_data("10\n")
pm.run!
assert_equal '', pm.stderr.to_s
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 doesn't necessarily fix anything, but asserting there were no errors could help when this thing actually fails.

Copy link
Member

@ofedoren ofedoren left a comment

Choose a reason for hiding this comment

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

Thanks, @adamruzicka, changes look reasonable, tests are green, let's get this in.

@ofedoren ofedoren merged commit abbe071 into theforeman:master Jan 19, 2024
6 of 7 checks passed
@adamruzicka adamruzicka deleted the flaky-tests branch January 19, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants