Skip to content

Fix skipped E2E tests and publish the test logs in artifact assembler #4450

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

aishwaryabh
Copy link
Contributor

@aishwaryabh aishwaryabh commented May 30, 2025

Issue describing the changes in this PR

resolves #4390

This PR fixes the skipped E2E tests and re-enables them back into CI. Some of the tests have different behavior compared the same tests running on inproc (ex: the invalid host json test fails in inproc but it succeeds in out-of-proc, so this PR accounts for the differences.

This PR also publishes the test logs to the artifact assembler so that the logs can be viewed in the pipeline run.

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes do not need to be backported to a previous version
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • I have added all required tests (Unit tests, E2E tests)

@aishwaryabh aishwaryabh requested a review from a team as a code owner May 30, 2025 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate skipped func start tests
4 participants