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/06/19 09:43:57 UTC

[GitHub] [hadoop] elek opened a new pull request #990: HDDS-1554. Create disk tests for fault injection test

elek opened a new pull request #990: HDDS-1554. Create disk tests for fault injection test
URL: https://github.com/apache/hadoop/pull/990
 
 
   The current plan for fault injection disk tests are:
    # Scenario 1 - Read/Write test
    ## Run docker-compose to bring up a cluster
    ## Initialize scm and om
    ## Upload data to Ozone cluster
    ## Verify data is correct
    ## Shutdown cluster
    # Scenario 2 - Read/Only test
    ## Repeat Scenario 1
    ## Mount data disk as read only
    ## Try to write data to Ozone cluster
    ## Validate error message is correct
    ## Shutdown cluster
    # Scenario 3 - Corruption test
    ## Repeat Scenario 2
    ## Shutdown cluster
    ## Modify data disk data
    ## Restart cluster
    ## Validate error message for read from corrupted data
    ## Validate error message for write to corrupted volume
   
   See: https://issues.apache.org/jira/browse/HDDS-1554

----------------------------------------------------------------
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