-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- Checkout OpenSearch
- Run
./gradlew precommit
Host/Environment (please complete the following information):
- OS: Mac OS BigSur, Ubuntu (Linux)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working