-
Notifications
You must be signed in to change notification settings - Fork 6
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
[FEATURE] Metrics to track the integration test failures at the tests level #68
Comments
Hi, I do prefer to keep adding the information to test-report.yml as it could be the single source of truth, instead of directly reading from the cypress/results dir. In the end if we upgrade cypress version (which is likely based on how old cypress9 is), or change to a different test framework later on, we do not need to change the metrics code that much. Thanks. |
[Triage]
Extend the report workflow to collect the above information and update the test-report.yml with all the details.
|
Just have a offline conversation with @prudhvigodithi , and we both agrees that processing the I will add this as part of the test report manifest soon. Thanks. |
Closing this issue as today in OpenSearch Distribution Build and Integration Test Analytics dashboard we have all the details about the failing tests and its related classes. Created some data table visualizations for specific platform, architecture and distribution, these visualizations can be filtered by release version, RC, component etc. We can add more trend graph visualizations and pie charts as required. Thanks to @peterzhuamazon for adding this to test manifest. |
Is your feature request related to a problem?
Coming from Central Release Dashboard, track the integration test failures at the tests level (displaying the exact failed tests at component level) and give a report of the failed/flaky tests.
Today we use the libraries publishDistributionBuildResults and publishIntegTestResults to index the build and integration test failures for both OpenSearch and OpenSearch Dashboards. Extend this to ensure the failed integration tests has the information displaying the exact failed tests. Once the failed tests are indexed create visualizations to surface the failures at RC level and find the flaky test trends. Having the failed tests would help the release manager and plugin teams to quickly identify the exact failures of the integration test.
What solution would you like?
For dashboards the cypress reports are stored in
cypress/results/
and for OpenSearch plugins inbuild/reports/tests/integTest/
.(or)
publishIntegTestResults
to parse the yaml file and index the results.Do you have any additional context?
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: