-
Notifications
You must be signed in to change notification settings - Fork 107
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] Tests against OpenSearch main are failing #163
[BUG] Tests against OpenSearch main are failing #163
Comments
Stacktrace from OpenSearch end:
|
Another test failure due to compression
|
For TestTransportCompression, PUT and POST requests are failing with 400 bad request (against OpenSearch main):
Against OpenSearch 1.x and 2.x, the requests succeed. |
Upon picking the commits from OpenSearch main, looks like opensearch-project/OpenSearch#3847 is the change from which the tests have started failing. Looking into why this is the case. |
@reta Any suggestions on how this can be fixed? This is affecting only for requests when compression is enabled. Doesn't look like this is a breaking change from OpenSearch's end but I am not sure how the go client is breaking because of this. |
@VachaShah thanks a lot for bringing this up, looking into it |
Thank you! |
@VachaShah ah, found the issue, the fix on the way ... sorry about that ... |
Thats awesome! Thank you @reta :) |
@VachaShah the fix is in, could you please rerun the failing action(s), I don't have permissions sadly to do that, thank you |
Thank you @reta! I have rerun it for PR #142, will rerun for others as well. |
The tests are passing now, thank you @reta for the fix! Closing this now. |
What is the bug?
Tests against OpenSearch main branch are failing in the CI. https://github.com/opensearch-project/opensearch-go/actions/runs/3114891404/jobs/5051224763
How can one reproduce the bug?
Run the integration-unreleased workflow against OpenSearch main.
What is the expected behavior?
Tests should pass successfully.
What is your host/environment?
Operating system, version.
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: