[
https://issues.apache.org/jira/browse/HDDS-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844195#comment-16844195
]
Arpit Agarwal commented on HDDS-1458:
-------------------------------------
We probably need to figure out the freon issue first, we can do it in a
separate Jira though.
I don't recall if this freon error is seen while running blockade tests using
_python -m_. I will try it out.
A separate minor point - after the run I see numerous untracked files. We
probably need to update _.gitignore_.
{code}
Untracked files:
(use "git add <file>..." to include in what will be committed)
hadoop-ozone/fault-injection-test/network-tests/.blockade/
hadoop-ozone/fault-injection-test/network-tests/src/test/blockade/.cache/
hadoop-ozone/fault-injection-test/network-tests/src/test/blockade/__pycache__/
hadoop-ozone/fault-injection-test/network-tests/src/test/blockade/blockadeUtils/__init__.pyc
hadoop-ozone/fault-injection-test/network-tests/src/test/blockade/blockadeUtils/blockade.pyc
hadoop-ozone/fault-injection-test/network-tests/src/test/blockade/clusterUtils/__init__.pyc
hadoop-ozone/fault-injection-test/network-tests/src/test/blockade/clusterUtils/cluster_utils.pyc
hadoop-ozone/fault-injection-test/network-tests/src/test/blockade/conftest.pyc
{code}
> Create a maven profile to run fault injection tests
> ---------------------------------------------------
>
> Key: HDDS-1458
> URL: https://issues.apache.org/jira/browse/HDDS-1458
> Project: Hadoop Distributed Data Store
> Issue Type: Test
> Reporter: Eric Yang
> Assignee: Eric Yang
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.4.1
>
> Attachments: HDDS-1458.001.patch, HDDS-1458.002.patch,
> HDDS-1458.003.patch, HDDS-1458.004.patch, HDDS-1458.005.patch,
> HDDS-1458.006.patch, HDDS-1458.007.patch, HDDS-1458.008.patch,
> HDDS-1458.009.patch
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> 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}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]