-
Notifications
You must be signed in to change notification settings - Fork 38
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] 2.10 Failing integration tests for GeoSpatial Plugin due no index found: security-auditlog-2023.09.11 #428
Comments
Suspicious line from the logs:
Edit: Weird, it is trying to index into the audit log the action of it deleting the audit log index:
|
@scrawfor99 is this something plugin tests are doing or being done by any async process. |
Could this try to be deleting the auditlog? https://github.com/opensearch-project/geospatial/blob/main/src/test/java/org/opensearch/geospatial/OpenSearchSecureRestTestCase.java#L178 Have geospatial integ tests run with security before? |
@cwperks yes they were running with security. So it could be some recent change that happened in the Security plugin |
As part of unblocking the 2.10 release I did a small hack to remove the index from deletion: #430 Two followup action items:
@vamshin we will need some prioritization for this. |
Hi,
While running the integration tests for Geospatial plugin for the 2.10 release, the integration tests are logging the below error which is resulting in failures of integration tests. This is blocking the release of OpenSearch 2.10 version.
https://ci.opensearch.org/ci/dbc/integ-test/2.10.0/8444/linux/x64/tar/test-results/5752/integ-test/geospatial/with-security/local-cluster-logs/opensearch-service-logs/opensearchcluster1.log
The text was updated successfully, but these errors were encountered: