This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch HDDS-4440-s3-performance in repository https://gitbox.apache.org/repos/asf/ozone.git
commit 062890ee4b9814af35e8d29c86f02cca0e226f3c Author: Neil Joshi <[email protected]> AuthorDate: Mon Apr 4 09:55:46 2022 -0600 HDDS-5648. Track CI workflow tests temporarily disabled for feature branch (#3257) --- hadoop-ozone/dist/src/main/compose/ozone-ha/docker-config | 1 + hadoop-ozone/dist/src/main/compose/ozone-ha/test.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hadoop-ozone/dist/src/main/compose/ozone-ha/docker-config b/hadoop-ozone/dist/src/main/compose/ozone-ha/docker-config index fa38aad00d..c22505ff9a 100644 --- a/hadoop-ozone/dist/src/main/compose/ozone-ha/docker-config +++ b/hadoop-ozone/dist/src/main/compose/ozone-ha/docker-config @@ -38,6 +38,7 @@ OZONE-SITE.XML_ozone.datanode.pipeline.limit=1 OZONE-SITE.XML_hdds.scmclient.max.retry.timeout=30s OZONE-SITE.XML_ozone.scm.primordial.node.id=scm1 OZONE-SITE.XML_hdds.container.report.interval=60s +OZONE-SITE.XML_ozone.om.s3.grpc.server_enabled=true OZONE-SITE.XML_ozone.recon.db.dir=/data/metadata/recon OZONE-SITE.XML_ozone.recon.address=recon:9891 OZONE-SITE.XML_ozone.recon.http-address=0.0.0.0:9888 diff --git a/hadoop-ozone/dist/src/main/compose/ozone-ha/test.sh b/hadoop-ozone/dist/src/main/compose/ozone-ha/test.sh index 16ba1c20fd..3a21ef475d 100755 --- a/hadoop-ozone/dist/src/main/compose/ozone-ha/test.sh +++ b/hadoop-ozone/dist/src/main/compose/ozone-ha/test.sh @@ -32,7 +32,7 @@ start_docker_env execute_robot_test ${SCM} basic/ozone-shell-single.robot execute_robot_test ${SCM} basic/links.robot -#execute_robot_test ${SCM} s3 +execute_robot_test ${SCM} s3 execute_robot_test ${SCM} freon stop_docker_env --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
