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
Describe the bug Gradle precommit on local desktop is broken
/home/ubuntu/sarat-opensearch/server/src/test/java/org/opensearch/cluster/routing/MovePrimaryFirstTests.java:23: error: cannot find symbol @OpenSearchIntegTestCase.ClusterScope(scope = OpenSearchIntegTestCase.Scope.TEST, numDataNodes = 0, transportClientRatio = 0) ^ symbol: method transportClientRatio() location: @interface ClusterScope
Not sure why GHA action for precommit is going through. But its quite reproducible on local machine. To Reproduce Steps to reproduce the behavior:
./gradlew precommit
Host/Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
This is now fixed in main. The changes are not backported yet to 1.x: #1445 @jainankitk can you take care of this when you back port it to 1.x.
Another follow up question, I do not know why GHA for Precommit passes consistently while on local it consistently fails.
Sorry, something went wrong.
@saratvemulapalli - Sure, thanks!
@saratvemulapalli - My bad, I missed it. Thanks for taking care of this!
No branches or pull requests
Describe the bug
Gradle precommit on local desktop is broken
Not sure why GHA action for precommit is going through. But its quite reproducible on local machine.
To Reproduce
Steps to reproduce the behavior:
./gradlew precommit
Host/Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: