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

test: Print message when tests resume #10686

Merged
merged 1 commit into from Mar 25, 2020
Merged

Conversation

pchaigno
Copy link
Member

When tests are put on hold after a failure, the user can restart them with a SIGCONT signal. However, it's often takes a while before any new output is displayed. This long silence can be disturbing for new users who may think the SIGCONT signal failed (or at least that's what the author of this pull request first thought).

This commit prints a simple message to clarify that tests were resumed. The short sleep before the message display ensures the process is stopped before the message is displayed.

When tests are put on hold after a failure, the user can restart them
with a SIGCONT signal. However, it's often takes a while before any new
output is displayed. This long silence can be disturbing for new users
who may think the SIGCONT signal failed.

This commit prints a simple message to clarify that tests were resumed.
The short sleep before the message display ensures the process is
stopped before the message is displayed.

Signed-off-by: Paul Chaignon <paul@cilium.io>
@pchaigno pchaigno added pending-review area/CI Continuous Integration testing issue or flake release-note/misc This PR makes changes that have no direct user impact. labels Mar 24, 2020
@pchaigno pchaigno requested a review from a team as a code owner March 24, 2020 15:26
@maintainer-s-little-helper maintainer-s-little-helper bot added this to In progress in 1.8.0 Mar 24, 2020
@pchaigno pchaigno changed the title test: Print message when tests resume test: Print message when tests resumes Mar 24, 2020
@pchaigno pchaigno changed the title test: Print message when tests resumes test: Print message when tests resume Mar 24, 2020
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.007%) to 45.521% when pulling d5de568 on pr/pchaigno/resume-test-msg into d512d92 on master.

@pchaigno
Copy link
Member Author

test-me-please

@borkmann borkmann merged commit a6bc0b8 into master Mar 25, 2020
1.8.0 automation moved this from In progress to Merged Mar 25, 2020
@borkmann borkmann deleted the pr/pchaigno/resume-test-msg branch March 25, 2020 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI Continuous Integration testing issue or flake release-note/misc This PR makes changes that have no direct user impact.
Projects
No open projects
1.8.0
  
Merged
Development

Successfully merging this pull request may close these issues.

None yet

4 participants