[
https://issues.apache.org/jira/browse/HBASE-18376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16102232#comment-16102232
]
Appy commented on HBASE-18376:
------------------------------
So me and [~busbey] tried to fix precommit job using DOCKER_EXTRAARGS. Let's
see if this build
(https://builds.apache.org/job/PreCommit-HBASE-Build/7804/console) shows the
maven command with excluded tests.
Btw, following is what worked.
DOCKER_EXTRAARGS=--env=EXCLUDE_TESTS_URL="$\{EXCLUDE_TESTS_URL}"
And these are what didn't work :-/
DOCKER_EXTRAARGS=--env EXCLUDE_TESTS_URL="$\{EXCLUDE_TESTS_URL}"
DOCKER_EXTRAARGS=-env EXCLUDE_TESTS_URL="$\{EXCLUDE_TESTS_URL}"
> Flaky exclusion doesn't appear to work in precommit
> ---------------------------------------------------
>
> Key: HBASE-18376
> URL: https://issues.apache.org/jira/browse/HBASE-18376
> Project: HBase
> Issue Type: Bug
> Components: community, test
> Reporter: Sean Busbey
> Priority: Critical
> Attachments: HBASE-18376.master.001.patch
>
>
> Yesterday we started defaulting the precommit parameter for the flaky test
> list to point to the job on builds.a.o. Looks like the personality is
> ignoring it.
> example build that's marked to keep:
> https://builds.apache.org/job/PreCommit-HBASE-Build/7646/
> (search for 'Running unit tests' to skip to the right part of the console')
> should add some more debug output in there too.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)