[
https://issues.apache.org/jira/browse/HBASE-5747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13254185#comment-13254185
]
Jonathan Hsieh commented on HBASE-5747:
---------------------------------------
I've verified that the failure is due to hbase-site.xml's change. The test
expects a scan timeout (previously 10 retries) but likely fails out due to mvn
timeout with 100 retries.
{code}
diff --git a/src/test/resources/hbase-site.xml
b/src/test/resources/hbase-site.xml
index 84b5612..e7b7112 100644
--- a/src/test/resources/hbase-site.xml
+++ b/src/test/resources/hbase-site.xml
@@ -142,4 +142,11 @@
version is X.X.X-SNAPSHOT"
</description>
</property>
+ <property>
+ <name>hbase.client.retries.number</name>
+ <value>100</value>
+ <description>
+ Use a lot of retries in unit tests.
+ </description>
+ </property>
</configuration>
{code}
Is this really necessary?
Regardless of the outcome here, I'm going to modify the test in HBASE-5793 so
that it checks the same thing but doesn't rely on retries.
> Forward port "hbase-5708 [89-fb] Make MiniMapRedCluster directory a
> subdirectory of target/test"
> ------------------------------------------------------------------------------------------------
>
> Key: HBASE-5747
> URL: https://issues.apache.org/jira/browse/HBASE-5747
> Project: HBase
> Issue Type: Task
> Reporter: stack
> Assignee: stack
> Priority: Blocker
> Fix For: 0.96.0
>
> Attachments: 5474.txt, 5474v2.txt, 5474v3 (1).txt, 5474v3.txt,
> 5708v4.txt, 5708v4.txt
>
>
> Forward port as much as we can of Mikhail's hard-won test cleanups over on
> 0.89 branch Will improve our being able to run unit tests in //. He also
> found a few bugs.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira