You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/05/08 06:41:02 UTC

[GitHub] [hadoop] elek opened a new pull request #800: HDDS-1458. Create a maven profile to run fault injection tests

elek opened a new pull request #800: HDDS-1458. Create a maven profile to run fault injection tests
URL: https://github.com/apache/hadoop/pull/800
 
 
   Some fault injection tests have been written using blockade.  It would be nice to have ability to start docker compose and exercise the blockade test cases against Ozone docker containers, and generate reports.  This is optional integration tests to catch race conditions and fault tolerance defects. 
   
   We can introduce a profile with id: it (short for integration tests).  This will launch docker compose via maven-exec-plugin and run blockade to simulate container failures and timeout.
   
   Usage command:
   {code}
   mvn clean verify -Pit
   {code}
   
   See: https://issues.apache.org/jira/browse/HDDS-1458

----------------------------------------------------------------
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: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org