Skip to content

Update output message from localDistro to include full path to OpenSearch installation#20924

Merged
cwperks merged 4 commits intoopensearch-project:mainfrom
cwperks:local-distro-path
Mar 20, 2026
Merged

Update output message from localDistro to include full path to OpenSearch installation#20924
cwperks merged 4 commits intoopensearch-project:mainfrom
cwperks:local-distro-path

Conversation

@cwperks
Copy link
Copy Markdown
Member

@cwperks cwperks commented Mar 19, 2026

Description

This is a small quality of life PR to include the full path to the OpenSearch distribution when running ./gradlew localDistro

Before:

> ./gradlew localDistro

OpenSearch distribution installed to /Users/cwperx/Projects/opensearch/OpenSearch/build/distribution/local.

After

> ./gradlew localDistro -Dbuild.snapshot=true

OpenSearch distribution installed to /Users/cwperx/Projects/opensearch/OpenSearch/build/distribution/local/opensearch-3.6.0-SNAPSHOT

> ./gradlew localDistro -Dbuild.snapshot=false

OpenSearch distribution installed to /Users/cwperx/Projects/opensearch/OpenSearch/build/distribution/local/opensearch-3.6.0

Its a command I run fairly often and would be nice to copy and paste the full directory from the output of the gradle task.

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

…arch installation

Signed-off-by: Craig Perkins <cwperx@amazon.com>
@cwperks cwperks requested a review from a team as a code owner March 19, 2026 15:14
@github-actions
Copy link
Copy Markdown
Contributor

❌ Gradle check result for 10f356c: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@github-actions
Copy link
Copy Markdown
Contributor

❌ Gradle check result for 10f356c: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@github-actions
Copy link
Copy Markdown
Contributor

❌ Gradle check result for 10f356c: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@github-actions
Copy link
Copy Markdown
Contributor

❌ Gradle check result for 10f356c: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@github-actions
Copy link
Copy Markdown
Contributor

❌ Gradle check result for 10f356c: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

cwperks and others added 2 commits March 20, 2026 10:10
Co-authored-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: Craig Perkins <craig5008@gmail.com>
@github-actions
Copy link
Copy Markdown
Contributor

❌ Gradle check result for 99b2bdb: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@github-actions
Copy link
Copy Markdown
Contributor

❌ Gradle check result for 99b2bdb: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@github-actions
Copy link
Copy Markdown
Contributor

✅ Gradle check result for b82ebf3: SUCCESS

@cwperks cwperks merged commit 5fb2c0a into opensearch-project:main Mar 20, 2026
33 checks passed
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.22%. Comparing base (06539a4) to head (b82ebf3).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #20924      +/-   ##
============================================
- Coverage     73.27%   73.22%   -0.06%     
- Complexity    72497    72501       +4     
============================================
  Files          5819     5819              
  Lines        331352   331352              
  Branches      47875    47875              
============================================
- Hits         242784   242618     -166     
- Misses        69065    69242     +177     
+ Partials      19503    19492      -11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants