We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running integration tests added in #42 OpenSearch needs to be restarted to (re)install the extension.
Run poetry exec integration twice. OpenSearch will fail with the following.
poetry exec integration
DEBUG root:test_hello.py:44 Duplicate uniqueId [hello-world]. Did not load extension: Extension [name=hello-world, uniqueId=hello-world, hostAddress=127.0.0.1, port=1234, version=0.1.0, opensearchVersion=3.0.0, minimumCompatibleVersion=3.0.0]
Uninstall the extension at the end of the integration test.
Ideally without restarting, I opened opensearch-project/OpenSearch#10088.
The text was updated successfully, but these errors were encountered:
Blocked by: opensearch-project/opensearch-sdk-java#356 opensearch-project/OpenSearch#6395
Sorry, something went wrong.
No branches or pull requests
What is the bug?
When running integration tests added in #42 OpenSearch needs to be restarted to (re)install the extension.
How can one reproduce the bug?
Run
poetry exec integration
twice. OpenSearch will fail with the following.What is the expected behavior?
Uninstall the extension at the end of the integration test.
Ideally without restarting, I opened opensearch-project/OpenSearch#10088.
The text was updated successfully, but these errors were encountered: