From b25954bc84bbef27d321f4e8847fffadd1dbfc62 Mon Sep 17 00:00:00 2001 From: Jim Garlick Date: Tue, 19 Mar 2024 10:29:33 -0700 Subject: [PATCH] testsuite: don't expect debug.free-request event 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. --- t/t2212-job-manager-plugins.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t2212-job-manager-plugins.t b/t/t2212-job-manager-plugins.t index 99f43fa75480..a5860f80e457 100755 --- a/t/t2212-job-manager-plugins.t +++ b/t/t2212-job-manager-plugins.t @@ -244,7 +244,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 '