[
https://issues.apache.org/jira/browse/HDDS-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16536153#comment-16536153
]
Nanda kumar commented on HDDS-216:
----------------------------------
{{MiniOzoneCluster}} already uses a random port.
{{TestStorageContainerManagerHttpServer}} doesn't use {{MiniOzoneCluster}}, it
starts the http and https servers directly for testing. The fix has to be done
in {{TestStorageContainerManagerHttpServer}}.
{code:java}
conf.set(ScmConfigKeys.OZONE_SCM_HTTP_ADDRESS_KEY, "localhost:0");
{code}
the above code has to be added to the test-case {{testHttpPolicy}}.
> hadoop-hdds unit tests should use randomized ports
> --------------------------------------------------
>
> Key: HDDS-216
> URL: https://issues.apache.org/jira/browse/HDDS-216
> Project: Hadoop Distributed Data Store
> Issue Type: Bug
> Components: test
> Reporter: Arpit Agarwal
> Priority: Major
> Labels: newbie, test
> Fix For: 0.2.1
>
>
> MiniOzoneCluster should use randomized ports by default, so individual tests
> don't have to do anything to avoid port conflicts at runtime. e.g.
> TestStorageContainerManagerHttpServer fails if port 9876 is in use.
> {code}
> [INFO] Running
> org.apache.hadoop.hdds.scm.TestStorageContainerManagerHttpServer
> [ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.084
> s <<< FAILURE! - in
> org.apache.hadoop.hdds.scm.TestStorageContainerManagerHttpServer
> [ERROR]
> testHttpPolicy[0](org.apache.hadoop.hdds.scm.TestStorageContainerManagerHttpServer)
> Time elapsed: 0.401 s <<< ERROR!
> java.net.BindException: Port in use: 0.0.0.0:9876
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]