Skip to content
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] org.opensearch.search.CrossClusterSearchUnavailableClusterIT.testSearchSkipUnavailable #13278

Closed
owaiskazi19 opened this issue Apr 18, 2024 · 1 comment
Labels
bug Something isn't working Search Search query, autocomplete ...etc untriaged

Comments

@owaiskazi19
Copy link
Member

owaiskazi19 commented Apr 18, 2024

Describe the bug



org.opensearch.search.CrossClusterSearchUnavailableClusterIT > testSearchSkipUnavailable FAILED
    [remote1:index] OpenSearchStatusException[OpenSearch exception [type=index_not_found_exception, reason=no such index [remote1:index]]]
        at __randomizedtesting.SeedInfo.seed([6F72FDAAD0C11A3D:B56172678EB6A1D4]:0)
        at app//org.opensearch.rest.BytesRestResponse.errorFromXContent(BytesRestResponse.java:210)
        at app//org.opensearch.client.RestHighLevelClient.parseEntity(RestHighLevelClient.java:2235)
        at app//org.opensearch.client.RestHighLevelClient.parseResponseException(RestHighLevelClient.java:2212)
        at app//org.opensearch.client.RestHighLevelClient.internalPerformRequest(RestHighLevelClient.java:1931)
        at app//org.opensearch.client.RestHighLevelClient.performRequest(RestHighLevelClient.java:1884)
        at app//org.opensearch.client.RestHighLevelClient.performRequestAndParseEntity(RestHighLevelClient.java:1852)
        at app//org.opensearch.client.RestHighLevelClient.search(RestHighLevelClient.java:1095)
        at app//org.opensearch.search.CrossClusterSearchUnavailableClusterIT.testSearchSkipUnavailable(CrossClusterSearchUnavailableClusterIT.java:177)

Related component

Search

To Reproduce

REPRODUCE WITH: ./gradlew ':qa:ccs-unavailable-clusters:integTest' --tests "org.opensearch.search.CrossClusterSearchUnavailableClusterIT.testSearchSkipUnavailable" -Dtests.seed=6F72FDAAD0C11A3D -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=es-NI -Dtests.timezone=Europe/Brussels -Druntime.java=21

Expected behavior

The test must always pass

Additional Details

Plugins
Please list all plugins currently enabled.

Screenshots
If applicable, add screenshots to help explain your problem.

Host/Environment (please complete the following information):
CI

Additional context
Add any other context about the problem here.

@owaiskazi19
Copy link
Member Author

not a flaky test but related

@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in Search Project Board Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Search Search query, autocomplete ...etc untriaged
Projects
Archived in project
Development

No branches or pull requests

1 participant