Skip to content

Commit

Permalink
testsuite: don't expect debug.free-request event
Browse files Browse the repository at this point in the history
Problem: free requests may not take place in the context of the
job once housekeeping is in place, but t2212-job-manager-plugins.t
uses the debug.free-request event as an indication that the job
debug flag could be set.

Use debug.alloc-request in the test instead.
  • Loading branch information
garlick committed Jul 1, 2024
1 parent c2e44c6 commit 46f8685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t2212-job-manager-plugins.t
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ test_expect_success 'job-manager: load jobtap_api test plugin' '
test_expect_success 'job-manager: test that job flags can be set' '
id=$(flux submit \
--setattr=system.depend.set_flag=debug hostname) &&
flux job wait-event -vt 20 $id debug.free-request &&
flux job wait-event -vt 20 $id debug.alloc-request &&
flux job wait-event -vt 20 $id clean
'

Expand Down

0 comments on commit 46f8685

Please sign in to comment.