[
https://issues.apache.org/jira/browse/HBASE-13590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15101846#comment-15101846
]
Yu Li commented on HBASE-13590:
-------------------------------
The script I used for both branches:
{noformat}
#!/usr/bin/env bash
count=0
while ((count < 100))
do
count=$(expr $count + 1)
echo "=====Round $count====="
mvn -Dmaven.test.redirectTestOutputToFile=true \
-Dit.test=noItTest \
-Dhbase.skip-jacoco=false \
-Dmaven.test.failure.ignore=true \
-Dtest=TestAsyncProcess,TestMasterOperationsForRegionReplicas,TestEnableTableHandler,TestRateLimiter,TestSplitTransactionOnCluster
\
-Dsurefire.testFailureIgnore=true \
clean test
done
{noformat}
[~stack], about the truth that it failed at the first run with the branch-1.1
patch when you tried earlier today, is it possible that it was some kind of env
issue?... Please let me know your thoughts on how to move on here, thanks.
> TestEnableTableHandler.testEnableTableWithNoRegionServers is flakey
> -------------------------------------------------------------------
>
> Key: HBASE-13590
> URL: https://issues.apache.org/jira/browse/HBASE-13590
> Project: HBase
> Issue Type: Test
> Components: master
> Reporter: Nick Dimiduk
> Assignee: Yu Li
> Fix For: 2.0.0, 1.3.0, 1.2.1, 1.1.4
>
> Attachments: HBASE-13590.branch-1.1.patch,
> HBASE-13590.branch-1.patch, HBASE-13590.branch-1.v2.patch,
> testEnableTableHandler_branch-1.1.log.zip,
> testEnableTableHandler_branch-1.log.zip
>
>
> Looking at our [build
> history|https://builds.apache.org/job/HBase-1.1/buildTimeTrend], it seems
> this test is flakey. See builds 429, 431, 439.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)