test(#7058): cover harness dispatch on macOS - #7061
Conversation
Canonicalize the temporary workspace used by the composition test. This prevents macOS /var aliases from tripping containment checks. Run harnessdispatch tests in the existing Darwin CI job. Co-authored-by: Codex <noreply@openai.com> Signed-off-by: Shai Revivo <srevivo@redhat.com>
E2E tests did not runE2E tests run automatically for org/repo members and collaborators on pull requests. For other contributors, a maintainer must add the See E2E testing guide for details. |
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewTip of the day💡 Did you know, you can show, collapse, or hide each part of a finding: code, evidence, and all |
PR Summary by QodoCover harness dispatch tests on macOS
AI Description
Diagram
High-Level Assessment
Files changed (2)
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Summary
Canonicalize the base-composition test workspace on macOS so the
/varto/private/varalias does not falsely trigger the production containment check.Extend the existing Darwin job to cover harness dispatch tests.
Related Issue
Fixes #7058
Changes
internal/harnessdispatchtests in the existing Darwin CI jobTesting
make lintpasses (stage changes first, then run)go test -race ./internal/harnessdispatch/... -count=1Checklist