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 "Vinayakumar B (JIRA)" <ji...@apache.org> on 2014/11/20 07:08:33 UTC

[jira] [Commented] (HADOOP-11320) Submitting a hadoop patch doesn't trigger jenkins test run

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

Vinayakumar B commented on HADOOP-11320:
----------------------------------------

*I think, there is no problem in any script.* 
*Precommit Build will be triggered everytime patch is submitted, even though it contains multiple projects. But its getting aborted due to timeout (5 hours)*
IMO Actually there is no such intelligence added anywhere to run only specific project's patches.

Since the patch which contains changes in almost all projects, like the one one which attached to this jira, all those project's test need to run sequentially in single build. it obviously takes more time, because of vast no. of hadoop tests.

Build for current patch taking more than 5 hours, But the build timeout set is 5 hours (300 min) in jenkins and after that jenkins is marking the build as aborted and its killing there itself before posting comments back to Jira. Check the abort message at the end of the build console text.
{noformat}Build timed out (after 300 minutes). Marking the build as aborted.
Build was aborted
Archiving artifacts
Description set: HADOOP-11293
Recording test results
Finished: ABORTED{noformat}

There are number of builds triggered and aborted for HADOOP-11293. Such build numbers are [5077|https://builds.apache.org/job/PreCommit-HADOOP-Build/5077/], [5079|https://builds.apache.org/job/PreCommit-HADOOP-Build/5079/] and [5081|https://builds.apache.org/job/PreCommit-HADOOP-Build/5077/]

So suggestion is to create separate patches for each of the project.

> Submitting a hadoop patch doesn't trigger jenkins test run
> ----------------------------------------------------------
>
>                 Key: HADOOP-11320
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11320
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Yongjun Zhang
>         Attachments: HADOOP-11293.003.patch
>
>
> See details in INFRA-8655.
> Per [~abayer] and [~cnauroth]'s feedback there , I'm creating this jira to investigate the possible bug in dev-support/test-patch.sh script.
> Thanks Andrew and Chris.



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