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

Fixed buildFailureMessage.groovy #1902

Merged

Conversation

prudhvigodithi
Copy link
Member

@prudhvigodithi prudhvigodithi commented Apr 4, 2022

Signed-off-by: pgodithi [email protected]

Description

This change will eliminate the bug of adding all ERROR messages upon build failure

Added Exact match patter
Changed to Error Building from ERROR
Used java.util.regex.Matcher for match identifier
Removes build date timestamp from error parser

Issues Resolved

#1801

Check List

  • Commits are signed per the DCO using --signoff

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.

@prudhvigodithi prudhvigodithi requested a review from a team as a code owner April 4, 2022 21:35
@codecov-commenter
Copy link

codecov-commenter commented Apr 4, 2022

Codecov Report

Merging #1902 (fc8c289) into main (6ad1b9d) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main    #1902   +/-   ##
=========================================
  Coverage     94.60%   94.60%           
  Complexity       20       20           
=========================================
  Files           178      178           
  Lines          3633     3633           
  Branches         27       27           
=========================================
  Hits           3437     3437           
  Misses          192      192           
  Partials          4        4           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6ad1b9d...fc8c289. Read the comment docs.

@prudhvigodithi prudhvigodithi added the bug Something isn't working label Apr 4, 2022
@prudhvigodithi prudhvigodithi self-assigned this Apr 4, 2022
@peterzhuamazon peterzhuamazon merged commit 0f02c6f into opensearch-project:main Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants