You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2015/09/10 22:06:46 UTC

[jira] [Commented] (HADOOP-12398) filefilter function in test-patch flink personality is never called

    [ https://issues.apache.org/jira/browse/HADOOP-12398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14739501#comment-14739501 ] 

Hadoop QA commented on HADOOP-12398:
------------------------------------

\\
\\
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:red}-1{color} | patch |   0m  0s | The patch command could not apply the patch during dryrun. |
\\
\\
|| Subsystem || Report/Notes ||
| Patch URL | http://issues.apache.org/jira/secure/attachment/12755202/HADOOP-12398.HADOOP-12111.00.patch |
| Optional Tests | shellcheck |
| git revision | HADOOP-12111 / 1e2eeb0 |
| Console output | https://builds.apache.org/job/PreCommit-HADOOP-Build/7626/console |


This message was automatically generated.

> filefilter function in test-patch flink personality is never called
> -------------------------------------------------------------------
>
>                 Key: HADOOP-12398
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12398
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: yetus
>    Affects Versions: HADOOP-12111
>            Reporter: Kengo Seki
>            Assignee: Jagadesh Kiran N
>              Labels: newbie
>         Attachments: HADOOP-12398.HADOOP-12111.00.patch
>
>
> Wrong function name.
> {code}
>  28 function fliblib_filefilter
>  29 {
>  30   local filename=$1
>  31 
>  32   if [[ ${filename} =~ \.java$
>  33     || ${filename} =~ \.scala$
>  34     || ${filename} =~ pom.xml$ ]]; then
>  35     add_test flinklib
>  36   fi
>  37 }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)