chihsuan commented on code in PR #10373:
URL: https://github.com/apache/ozone/pull/10373#discussion_r3311230599
##########
hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/container/replication/TestReplicationConfig.java:
##########
@@ -52,22 +54,74 @@ public void acceptsValidValues() {
}
@Test
- public void overridesInvalidValues() {
+ public void overridesInvalidReplicationLimit() {
Review Comment:
Renamed from `overridesInvalidValues`: the factor no longer
resets-to-default (it's clamped now), so its cases moved to the dedicated
`clamps*`/`accepts*Boundary*` tests. What remains here is only the unchanged
`replication.max.streams` reset, hence the narrower name.
--
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]