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

t2201-job-cmd: not ok 114 - flux-job: kill --signal works #4887

Closed
chu11 opened this issue Jan 25, 2023 · 0 comments · Fixed by #4888
Closed

t2201-job-cmd: not ok 114 - flux-job: kill --signal works #4887

chu11 opened this issue Jan 25, 2023 · 0 comments · Fixed by #4888
Assignees

Comments

@chu11
Copy link
Member

chu11 commented Jan 25, 2023

ugh, just got a CI test timeout in #4847 , maybe we should increment those timeouts a bit

  expecting success: 
  	id=$(flux mini submit --wait-event=start sleep 100) &&
  	flux job kill --signal=SIGUSR1 ${id} &&
  	flux job wait-event -t 5 ${id} finish > kill2.out &&
  	grep status=$((10+128<<8)) kill2.out
  
  flux-job: wait-event timeout on event 'finish'
  not ok 114 - flux-job: kill --signal works
chu11 added a commit to chu11/flux-core that referenced this issue Jan 25, 2023
Problem: CI recently failed due to a "flux job wait-event" timeout
in a test in t2201-job-cmd.t.

Increase the timeout from 5 seconds to 30 seconds globally in the
file.

Fixes flux-framework#4887
chu11 added a commit to chu11/flux-core that referenced this issue Jan 25, 2023
Problem: CI recently failed due to a "flux job wait-event" timeout
in a test in t2201-job-cmd.t.

Increase the timeout from 5 seconds to 30 seconds globally in the
file.

Fixes flux-framework#4887
chu11 added a commit to chu11/flux-core that referenced this issue Jan 25, 2023
Problem: CI recently failed due to a "flux job wait-event" timeout
in a test in t2201-job-cmd.t.

Increase the timeout from 5 seconds to 30 seconds globally in the
file.

Fixes flux-framework#4887
@chu11 chu11 self-assigned this Jan 25, 2023
chu11 added a commit to chu11/flux-core that referenced this issue Jan 26, 2023
Problem: CI recently failed due to a "flux job wait-event" timeout
in a test in t2201-job-cmd.t.

Increase the timeout from 5 seconds to 30 seconds globally in the
file.

Fixes flux-framework#4887
@mergify mergify bot closed this as completed in #4888 Jan 26, 2023
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 a pull request may close this issue.

1 participant