Repair failed promote run after PR #1407 #1425

Merged
coilyco-ops merged 1 commit from issue-1422 into main 2026-07-15 12:22:03 +00:00
Member

The promote run after PR #1407 was tripping over a leaked dispatch artifact tree in TestRunHostDispatchBrokerRequestClearsBrokerEnvWhileLaunchRuns. This change cleans the temporary .ward tree before t.TempDir teardown so the suite stays green when the broker launch test runs in the full package.

  • Clean up the temporary .ward tree for the broker launch test.
  • Verified with go test ./....
  • ward.workflow: pull-request-and-merge

closes #1422

The promote run after PR #1407 was tripping over a leaked dispatch artifact tree in `TestRunHostDispatchBrokerRequestClearsBrokerEnvWhileLaunchRuns`. This change cleans the temporary `.ward` tree before `t.TempDir` teardown so the suite stays green when the broker launch test runs in the full package. - Clean up the temporary `.ward` tree for the broker launch test. - Verified with `go test ./...`. - `ward.workflow: pull-request-and-merge` closes #1422
fix(test): clean dispatch temp home in broker launch test (#1422)
All checks were successful
test / test (pull_request) Successful in 1m25s
c82d9b4442
Sign in to join this conversation.
No description provided.