-
Notifications
You must be signed in to change notification settings - Fork 280
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
[Bug]: Test report creation fails due to components missing from build manifest #5088
Comments
This issue seems valid. We are reporting all components from the test manifest unless user specify the components in arguments.
What we could do is have another conditional check to see if the component from the test manifest is present in the bundle manifest. If not, meaning component failed and not performing any tests, we would skip reporting for this component. |
We have previous considered this case https://github.com/opensearch-project/opensearch-build/tree/main/src/report_workflow#why-are-some-component-testing-results-missing-or-unavailable I will take a look and see how we could fix it. |
Closing this issue via #5090 |
Describe the bug
See https://build.ci.opensearch.org/job/integ-test/8758/console
Security-analytics failed to build for 2.17.2.
This build failure should not affect the test-report generation.
To reproduce
Run
Expected behavior
Test report generation should not be affected for components missing from build manifest. It should either just skip or show as not available
Screenshots
If applicable, add screenshots to help explain your problem.
Host / Environment
No response
Additional context
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: