adoroszlai commented on code in PR #6458:
URL: https://github.com/apache/ozone/pull/6458#discussion_r1555464360
##########
hadoop-ozone/dist/src/main/compose/testlib.sh:
##########
@@ -574,3 +574,35 @@ wait_for_root_certificate(){
echo "Timed out waiting on $count root certificates. Current timestamp "
$(date +"%T")
return 1
}
+
+execute_s3a_tests() {
Review Comment:
I thought this function could be used to test against non-docker cluster,
but since `testlib.sh` is already specific to docker-based tests, it does not
make much sense.
Moved.
--
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]