You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Eric Yang (JIRA)" <ji...@apache.org> on 2019/05/17 19:13:00 UTC

[jira] [Created] (HDDS-1554) Create disk tests for fault injection test

Eric Yang created HDDS-1554:
-------------------------------

             Summary: Create disk tests for fault injection test
                 Key: HDDS-1554
                 URL: https://issues.apache.org/jira/browse/HDDS-1554
             Project: Hadoop Distributed Data Store
          Issue Type: Improvement
          Components: build
            Reporter: Eric Yang


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



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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