You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coming from opensearch-project/opensearch-dashboards-functional-test#1411 and #4796 after adding the ci-groups changes for OSD tests, the test report logger for OSD tests shows as not available this is because of the component name is no longer as OpenSearch-Dashboards.
components:
- name: OpenSearch-Dashboards
command: ./test.sh integ-test manifests/2.16.0/opensearch-dashboards-2.16.0-test.yml
--paths opensearch=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.16.0/10150/windows/x64/zip
opensearch-dashboards=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch-dashboards/2.16.0/7858/windows/x64/zip
--component OpenSearch-Dashboards
configs:
- name: with-security
status: Not Available
yml: URL not available
cluster_stdout:
- https://ci.opensearch.org/ci/dbc/integ-test-opensearch-dashboards/2.16.0/7858/windows/x64/zip/test-results/6248/integ-test/OpenSearch-Dashboards/with-security/local-cluster-logs/id-0/stdout.txt
- https://ci.opensearch.org/ci/dbc/integ-test-opensearch-dashboards/2.16.0/7858/windows/x64/zip/test-results/6248/integ-test/OpenSearch-Dashboards/with-security/local-cluster-logs/id-1/stdout.txt
cluster_stderr:
- https://ci.opensearch.org/ci/dbc/integ-test-opensearch-dashboards/2.16.0/7858/windows/x64/zip/test-results/6248/integ-test/OpenSearch-Dashboards/with-security/local-cluster-logs/id-0/stderr.txt
- https://ci.opensearch.org/ci/dbc/integ-test-opensearch-dashboards/2.16.0/7858/windows/x64/zip/test-results/6248/integ-test/OpenSearch-Dashboards/with-security/local-cluster-logs/id-1/stderr.txt
- name: without-security
status: Not Available
yml: URL not available
cluster_stdout:
- https://ci.opensearch.org/ci/dbc/integ-test-opensearch-dashboards/2.16.0/7858/windows/x64/zip/test-results/6248/integ-test/OpenSearch-Dashboards/without-security/local-cluster-logs/id-2/stdout.txt
- https://ci.opensearch.org/ci/dbc/integ-test-opensearch-dashboards/2.16.0/7858/windows/x64/zip/test-results/6248/integ-test/OpenSearch-Dashboards/without-security/local-cluster-logs/id-3/stdout.txt
cluster_stderr:
- https://ci.opensearch.org/ci/dbc/integ-test-opensearch-dashboards/2.16.0/7858/windows/x64/zip/test-results/6248/integ-test/OpenSearch-Dashboards/without-security/local-cluster-logs/id-2/stderr.txt
- https://ci.opensearch.org/ci/dbc/integ-test-opensearch-dashboards/2.16.0/7858/windows/x64/zip/test-results/6248/integ-test/OpenSearch-Dashboards/without-security/local-cluster-logs/id-3/stderr.txt
Expected behavior
The generated test report for OpenSearch Dashboards should:
Either for OpenSearch-Dashboards to have a sub-component level for each ci-group and then with the same flow showing with-security and without-security data. During indexing to metrics cluster update the indexer library (publishIntegTestResults) to accommodate this change.
Instead of sub-component, treat each of the ci-group as an individual component and add it to the test manifest. This will ensure the (publishIntegTestResults) indexes as each component (Example OpenSearch-Dashboards-ci-group-6OpenSearch-Dashboards-ci-group-5 etc) and creates visualizations to ensure the results of OpenSearch-Dashboards summarizes all ci-groups.
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:
I would prefer the second approach here that we treat each of ci group as individual component. This would not change the schema for the report manifest and keep the impact radius minimum.
Describe the bug
Coming from opensearch-project/opensearch-dashboards-functional-test#1411 and #4796 after adding the ci-groups changes for OSD tests, the test report logger for OSD tests shows as
not available
this is because of the component name is no longer asOpenSearch-Dashboards
.Example the
OpenSearch-Dashboards-ci-group-6
the log is now generated with the URL link https://ci.opensearch.org/ci/dbc/integ-test-opensearch-dashboards/2.16.0/7858/linux/arm64/tar/test-results/6200/integ-test/OpenSearch-Dashboards-ci-group-6/with-security/OpenSearch-Dashboards-ci-group-6.yml and not as https://ci.opensearch.org/ci/dbc/integ-test-opensearch-dashboards/2.16.0/7858/linux/arm64/tar/test-results/6200/integ-test/OpenSearch-Dashboards/with-security/OpenSearch-Dashboards.yml.With this
not available
the same data is now indexed to the Metrics Cluster showing asnot available
To reproduce
Here is the real sample data https://build.ci.opensearch.org/job/integ-test-opensearch-dashboards/6248/artifact/test-report.yml that has
Not Available
Expected behavior
The generated test report for OpenSearch Dashboards should:
OpenSearch-Dashboards-ci-group-6
OpenSearch-Dashboards-ci-group-5
etc) and creates visualizations to ensure the results of OpenSearch-Dashboards summarizes all ci-groups.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: