[
https://issues.apache.org/jira/browse/OOZIE-3491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16954356#comment-16954356
]
Andras Salamon commented on OOZIE-3491:
---------------------------------------
Thanks for the patch [~matijhs]. Could you please improve the unit test a bit:
* please add message to the {{assertEquals}}
* please destroy the newly created Services instance, just like the other
tests in that class.
> Confusing System ID error message
> ---------------------------------
>
> Key: OOZIE-3491
> URL: https://issues.apache.org/jira/browse/OOZIE-3491
> Project: Oozie
> Issue Type: Bug
> Affects Versions: trunk
> Reporter: Andras Salamon
> Assignee: Mate Juhasz
> Priority: Minor
> Labels: newbie
> Attachments: OOZIE-3491.patch
>
>
> If the System ID is longer than 10 characters Oozie trims it and prints out
> an error message:
> {noformat}
> System ID [oozie-oozi] exceeds maximum length [10], trimming
> {noformat}
> Which is confusing, because "oozie-oozi" does not exceeds 10 characters. This
> is not the original long system ID but the trimmed short one.
> I think we should fix the error message and print out both the original and
> the new value.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)