Skip to content

oadp-1.4: test-e2e Makefile target doesn't generate junit_report.xml #2410

Description

@kaovilai

Summary

While investigating #2407 (Claude e2e failure analysis migration), found that oadp-1.4's test-e2e Makefile target is missing the --ginkgo.junit-report flag that oadp-1.5 and oadp-dev have — so it never writes junit_report.xml to $ARTIFACT_DIR.

This is unrelated to the Claude CLI hook removed in #2407 (oadp-1.4 never had that hook); it's simply an older Makefile that predates the flag being added on other branches.

Impact

Fix

Add the same --ginkgo.junit-report="$(ARTIFACT_DIR)/junit_report.xml" flag to oadp-1.4's test-e2e target in the Makefile, matching oadp-1.5/oadp-dev.

Note

Responses generated with Claude

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions