[
https://issues.apache.org/jira/browse/HBASE-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evgeny Ryabitskiy updated HBASE-1271:
-------------------------------------
Attachment: HBASE-1271_v3.patch
Everything done as mr. Stack wished. :)
To enable auto port binding for info servers use:
{code}
<property>
<name>hbase.regionserver.info.port.auto</name>
<value>false</value>
<description>Info server auto port bind. Enables automatic port
search if hbase.regionserver.info.port is already in use.
Useful for testing, turned off by default.
</description>
</property>
{code}
> Allow multiple tests to run on one machine
> ------------------------------------------
>
> Key: HBASE-1271
> URL: https://issues.apache.org/jira/browse/HBASE-1271
> Project: Hadoop HBase
> Issue Type: Improvement
> Components: test
> Reporter: Nitay Joffe
> Assignee: Evgeny Ryabitskiy
> Priority: Minor
> Fix For: 0.20.0
>
> Attachments: HBASE-1271.patch, HBASE-1271_v2.patch,
> HBASE-1271_v3.patch
>
>
> Currently, if we try to run two tests on one machine (e.g. in two checkouts)
> the second one will fail because its servers won't be able to bind to ports.
> We should use random ports in our servers in the tests to fix this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.