[
https://issues.apache.org/jira/browse/YETUS-556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Busbey updated YETUS-556:
------------------------------
Attachment: YETUS-556.0.patch
-0
- add yetus_info
- output looks like yetus_debug but says "INFO" instead of "DEBUG"
tested by {{./precommit/test-patch.sh --project=hadoop --empty-patch}} on my
yetus working directory.
prior to patch:
{code}
/private/tmp/yetus-10038.30608/precommit/personality/provided.sh: line 512:
yetus_info: command not found
{code}
with patch:
{code}
[Wed Oct 11 09:06:24 CDT 2017 INFO]: hadoop personality: no test modules
present, skipping check of client artifacts.
{code}
> add INFO level log message for precommit plugins
> ------------------------------------------------
>
> Key: YETUS-556
> URL: https://issues.apache.org/jira/browse/YETUS-556
> Project: Yetus
> Issue Type: Improvement
> Components: Test Patch
> Affects Versions: 0.6.0
> Reporter: Sean Busbey
> Assignee: Sean Busbey
> Priority: Critical
> Fix For: 0.6.0
>
> Attachments: YETUS-556.0.patch
>
>
> Realized while working on a personality change on HBase earlier this week
> that Yetus doesn't already ship a "yetus_info" function to go along with
> "yetus_debug" and "yetus_error".
> Complicating matters, YETUS-543 already references said function on some
> code paths. :(
> we should either add a method for info messages (my preference) or switch the
> use in hadoop's personality to yetus_error
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)