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] Integration tests w/ OpenSearch 2.19 #668

Closed
dblock opened this issue Feb 12, 2025 · 0 comments · Fixed by #669
Closed

[BUG] Integration tests w/ OpenSearch 2.19 #668

dblock opened this issue Feb 12, 2025 · 0 comments · Fixed by #669
Labels
bug Something isn't working

Comments

@dblock
Copy link
Member

dblock commented Feb 12, 2025

What is the bug?

Integration tests against OpenSearch 2.19 are failing.

How can one reproduce the bug?

Change OPENSEARCH_VERSION to 2.19.0 in .github/workflows/test-integration.yml

What is the expected behavior?

Tests to pass.

What is your host/environment?

Docker.

Do you have any additional context?

Not sure what changed in 2.19 to cause node stats to not be empty, don't know if it's expected.

=== RUN   TestNodes/Stats/without_request
    api_nodes_test.go:182: 
        	Error Trace:	/Users/dblock/source/opensearch-project/opensearch-go/dblock-opensearch-go/internal/test/helper.go:147
        	            				/Users/dblock/source/opensearch-project/opensearch-go/dblock-opensearch-go/opensearchapi/api_nodes_test.go:182
        	Error:      	Should be empty, but was [{"op":"remove","path":"/nodes/WNsh2OanQ0up1zZbZsHq7w/indices/get/getTime"}]
        	Test:       	TestNodes/Stats/without_request
{"op":"remove","path":"/nodes/WNsh2OanQ0up1zZbZsHq7w/indices/get/getTime"}

Integ tests were locked to 2.18 in #667.

@dblock dblock added bug Something isn't working untriaged and removed untriaged labels Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant