sodonnel commented on a change in pull request #2990:
URL: https://github.com/apache/ozone/pull/2990#discussion_r791747724
##########
File path:
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/shell/TestOzoneShellHA.java
##########
@@ -910,6 +912,28 @@ public void testCreateBucketWithECReplicationConfig()
throws Exception {
}
}
+ @Test
+ public void testPutKeyOnBucketWithECReplicationConfig() throws Exception {
+ final String volumeName = "volume1000";
Review comment:
The pattern in this test class is already established, but I generally
prefer we use randomly generated volume, bucket and keynames where the
mini-cluster is shared across multiple tests. No need to change this test for
this PR, as all the existing tests have hard coded bucket / volume / key names,
but just keep it in mind for the future.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]