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

Feature systemtests better #378

Merged
merged 7 commits into from
Dec 7, 2023
Merged

Feature systemtests better #378

merged 7 commits into from
Dec 7, 2023

Conversation

julienthevenoz
Copy link

Used atexit to automatically cleanup processes in case of unexpected exit (makes the code a bit more robust).
Created a clean_process() helper function to improve readability and to report if processes weren't cleaned.
Got rid of the custom Waiter class by using Popen.wait(timeout).

Comment on lines 4 to +5
push:
branches: [ "feature_systemtests" ]
branches: [ "feature-systemtests-better" ]
Copy link

Choose a reason for hiding this comment

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

these two lines can be removed, now that it's in main. You can trigger manually on github (even select any branch)

@whoenig whoenig merged commit 5bd08d8 into main Dec 7, 2023
3 of 4 checks passed
@whoenig whoenig deleted the feature-systemtests-better branch December 7, 2023 20:48
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