neils-dev opened a new pull request #3257:
URL: https://github.com/apache/ozone/pull/3257
## What changes were proposed in this pull request?
To _**re-enable**_ an acceptance test that was disabled in the feature
branch for incremental development and PR merges. Test _**re-enabled**_ is to
execute s3 acceptance tests in the `ozone-ha` cluster.
During the development of the s3-performance Grpc feature branch, s3
acceptance tests for the development clusters were temporarily disabled and
re-enabled when the feature supported them (HDDS-5648). The tests were
disabled by commenting out the acceptance test call in the test.sh execution
script for the development clusters ie.
`hadoop-ozone/dist/src/main/compose/ozonesecure-ha/test.sh (#execute_robot_test
${SCM} s3).` - see comments in HDDS-5648 for tests disabled then re-enabled as
the feature branch supported the tests.
This PR re-enables the last disabled acceptance test for the s3-performance
feature branch. Specifically uncomments,
`#execute_robot_test ${SCM} s3`
in `hadoop-ozone/dist/src/main/compose/ozone-ha/test.sh`.
## What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-5648
## How was this patch tested?
Running acceptance tests for ozone-ha cluster without error.
ie.
`$ hadoop-ozone/dist/target/ozone-1.3.0-SNAPSHOT/compose/ozone-ha/test.sh`
--
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]