adoroszlai opened a new pull request #2233: URL: https://github.com/apache/ozone/pull/2233
## What changes were proposed in this pull request? `testCreatePipelineWithFactorThree` fails intermittently with two 3-nodes pipeline being assigned to the same set of nodes, while only a single pipeline per datanode is allowed. The problem is that `MockNodeManager` ignores this config and has a separate variable, which tests need to set. Similar setting in other test: https://github.com/apache/ozone/blob/8e8a01dfd20899cd9dc95ab3de744b636a807ab2/hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/pipeline/TestPipelinePlacementPolicy.java#L91-L92 https://issues.apache.org/jira/browse/HDDS-5207 ## How was this patch tested? 100x repeated `TestRatisPipelineProvider`: https://github.com/adoroszlai/hadoop-ozone/runs/2549825702 Regular CI: https://github.com/adoroszlai/hadoop-ozone/actions/runs/829491474 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
