adoroszlai commented on code in PR #3629:
URL: https://github.com/apache/ozone/pull/3629#discussion_r949235475
##########
hadoop-ozone/dist/src/main/smoketest/ozone-lib/freon.robot:
##########
@@ -67,3 +67,9 @@ Freon OMBR
[arguments] ${prefix}=ombg ${n}=1 ${threads}=1 ${args}=${EMPTY}
${result} = Execute ozone freon ombr ${OM_HA_PARAM} -t
${threads} -n${n} -p ${prefix} ${args}
Should contain ${result} Successful executions: ${n}
+
+
+Freon S3BG
+ [arguments] ${prefix}=s3bg ${n}=100 ${threads}=5000
${args}=${EMPTY}
+ ${result} = Execute ozone freon s3bg ${OM_HA_PARAM} -t
${threads} -n ${n} -p ${prefix} ${args}
+ Should contain ${result} Successful executions: ${n}
Review Comment:
@Zeddling Sorry, I just noticed this. I think this almost duplicates the
one in `s3/freon.robot` and is unused. Let's keep only the other one.
```suggestion
```
--
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]