adoroszlai opened a new pull request #740: [HDDS-1434] TestDatanodeStateMachine is flaky URL: https://github.com/apache/hadoop/pull/740 ## What changes were proposed in this pull request? Let `TestCloseContainerCommandHandler` and `TestDatanodeStateMachine` both use random port for Ozone container, to avoid port conflict in case of parallel test execution. ## How was this patch tested? First reproduced the issue using: ``` $ mvn -Phdds -pl :hadoop-hdds-container-service -Pparallel-tests test ``` Then verified that `TestDatanodeStateMachine` can be made to pass by either setting the random port or by disabling `TestCloseContainerCommandHandler` completely (using `@Ignore`).
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
