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

Fix grep bug in publishGradleCheckTestResults script #406

Merged
merged 1 commit into from
Apr 1, 2024
Merged

Fix grep bug in publishGradleCheckTestResults script #406

merged 1 commit into from
Apr 1, 2024

Conversation

rishabh6788
Copy link
Collaborator

Description

Fix bug related to grep expression in the script. Currently it will match all HTTP status codes including 404 which is not correct.
It only needs to match 200 status to check if an index already exists.

Issues Resolved

List any issues this PR will resolve, e.g. Closes [...].

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.

Copy link

codecov bot commented Apr 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.12%. Comparing base (ec8ecde) to head (7093807).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #406   +/-   ##
=========================================
  Coverage     87.12%   87.12%           
  Complexity       31       31           
=========================================
  Files            88       88           
  Lines           233      233           
  Branches         12       12           
=========================================
  Hits            203      203           
  Misses           22       22           
  Partials          8        8           

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

@rishabh6788 rishabh6788 merged commit 6d35e94 into opensearch-project:main Apr 1, 2024
9 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Apr 1, 2024
Signed-off-by: Rishabh Singh <[email protected]>
(cherry picked from commit 6d35e94)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.

2 participants