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] Rename to OpenSearch has the distribution gradle task failing. #400

Closed
adnapibar opened this issue Mar 18, 2021 · 0 comments · Fixed by #481
Closed

[BUG] Rename to OpenSearch has the distribution gradle task failing. #400

adnapibar opened this issue Mar 18, 2021 · 0 comments · Fixed by #481
Labels
bug Something isn't working >FORK Related to the fork process Rename Renaming to OpenSearch

Comments

@adnapibar
Copy link
Contributor

Describe the bug

As part of the renaming to OpenSearch work we find the opensearch_distributions gradle task is failing. Currently this is commented out in the build files - #397

To Reproduce
Uncomment the section for task opensearch_distributions in OpenSearch/qa/remote-clusters/build.gradle
Run ./gradlew clean

The following error occurs

* What went wrong:
A problem occurred evaluating project ':qa:remote-clusters'.
> No signature of method: build_1wugafz770f8fs2etkwqlbhbl.opensearch_distributions() is applicable for argument types: (build_1wugafz770f8fs2etkwqlbhbl$_run_closure2) values: [build_1wugafz770f8fs2etkwqlbhbl$_run_closure2@19fa5feb]

Expected behavior

Gradle task should run successfully without any error.

@adnapibar adnapibar added bug Something isn't working >FORK Related to the fork process Rename Renaming to OpenSearch labels Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working >FORK Related to the fork process Rename Renaming to OpenSearch
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant