[
https://issues.apache.org/jira/browse/YETUS-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966430#comment-14966430
]
Allen Wittenauer commented on YETUS-113:
----------------------------------------
Small nit, OK to fix on commit:
{code}
+ yetus_debug "copying '${USER_PLIGN_DIR}' over to
${PATCH_DIR}/precommit/user-plugins"
{code}
Probably meant USER_PLUGIN_DIR up there. :)
> On non-docker reexec, test patch mistakenly uses 'plugins' arg instead of
> 'user-plugins'
> ----------------------------------------------------------------------------------------
>
> Key: YETUS-113
> URL: https://issues.apache.org/jira/browse/YETUS-113
> Project: Yetus
> Issue Type: Bug
> Components: Test Patch
> Affects Versions: 0.1.0
> Reporter: Sean Busbey
> Assignee: Sean Busbey
> Priority: Critical
> Attachments: YETUS-113.0.patch
>
>
> this causes no plugins to match for activation, because it overrides the ones
> given on the command line. this then causes a trivial success.
> failure looks like:
> {code}
> | Vote | Subsystem | Runtime | Comment
> ============================================================================
> | 0 | reexec | 0m 02s | precommit patch detected.
> | | | 0m 05s |
> {code}
> relevant bit with debug:
> {code}
> [Wed Oct 21 03:15:07 CDT 2015 DEBUG]: add_vote_table 0 reexec precommit patch
> detected.
> Running in destructive (--resetrepo) developer mode
> [Wed Oct 21 03:15:07 CDT 2015 DEBUG]: Importing
> /private/tmp/yetus-26632.17081/precommit/test-patch.d/ant.sh
> [Wed Oct 21 03:15:07 CDT 2015 DEBUG]: Testing if ant has been enabled by user
> [Wed Oct 21 03:15:07 CDT 2015 DEBUG]: verify_plugin_enabled: processing
> /private/tmp/yetus-26632.17081/precommit/user-plugins
> [Wed Oct 21 03:15:07 CDT 2015 DEBUG]: Importing
> /private/tmp/yetus-26632.17081/precommit/test-patch.d/asflicense.sh
> [Wed Oct 21 03:15:07 CDT 2015 DEBUG]: Testing if asflicense has been enabled
> by user
> [Wed Oct 21 03:15:07 CDT 2015 DEBUG]: verify_plugin_enabled: processing
> /private/tmp/yetus-26632.17081/precommit/user-plugins
> [Wed Oct 21 03:15:07 CDT 2015 DEBUG]: Testing if asflicense has been enabled
> by user
> ...
> {code}
> and so on for all plugins
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)