You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2015/10/21 10:16:27 UTC

[jira] [Created] (YETUS-113) On non-docker reexec, test patch mistakenly uses 'plugins' arg instead of 'user-plugins'

Sean Busbey created YETUS-113:
---------------------------------

             Summary: 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


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)