-
Notifications
You must be signed in to change notification settings - Fork 7
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 are failing in dependabot PRs #194
Comments
2 issues.
Looks like it's set for strict javadoc checking
Those We may be able to work around it by adding |
This should fix 1 of 2 problems: Other possible problem is Gradle-9 incompatible features, we can add a switch to our gradle command in CI to not fail on deprecation. Let's get the java one fixed first. |
We should also use Java 17 in our integration GHA. Or maybe even 21 since we're using OpenSearch |
What is the bug?
CI/CD got stale, integration tests are failing in Dependabot PRs.
How can one reproduce the bug?
See failures in any of https://github.com/opensearch-project/opensearch-sdk-py/pulls.
What is the expected behavior?
CI/CD to be green.
The text was updated successfully, but these errors were encountered: