You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2019/12/14 16:56:16 UTC

[GitHub] [hadoop-ozone] adoroszlai opened a new pull request #359: HDDS-2739. No need to try install awscli before each test

adoroszlai opened a new pull request #359: HDDS-2739. No need to try install awscli before each test
URL: https://github.com/apache/hadoop-ozone/pull/359
 
 
   ## What changes were proposed in this pull request?
   
   S3 acceptance test attempts to install `awscli` prior to each test case.  This change proposes to do so only before each suite (each `.robot` file).
   
   https://issues.apache.org/jira/browse/HDDS-2739
   
   ## How was this patch tested?
   
   https://github.com/adoroszlai/hadoop-ozone/runs/348720715
   
   Previously 3x40:
   
   ```
   $ grep -c "Running command 'sudo yum install" acceptance/*s3*xml | grep -v ':0'
   acceptance/robot-ozone-om-ha-s3-ozone-om-ha-s3-s3-scm.xml:40
   acceptance/robot-ozone-ozone-s3-scm.xml:40
   acceptance/robot-ozonesecure-ozonesecure-s3-s3g.xml:40
   ```
   
   Now 3x11:
   
   ```
   $ grep -c "Running command 'sudo yum install" acceptance/*s3*xml | grep -v ':0'
   acceptance/robot-ozone-om-ha-s3-ozone-om-ha-s3-s3-scm.xml:11
   acceptance/robot-ozone-ozone-s3-scm.xml:11
   acceptance/robot-ozonesecure-ozonesecure-s3-s3g.xml:11
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org