[ 
https://issues.apache.org/jira/browse/HDDS-1853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16891935#comment-16891935
 ] 

Nanda kumar commented on HDDS-1853:
-----------------------------------

Blockade results
{noformat}
~/c/a/h/h/d/t/o/tests> python2 -m pytest blockade/
=================================================================================================================
 test session starts 
=================================================================================================================
platform darwin -- Python 2.7.16, pytest-3.2.0, py-1.8.0, pluggy-0.4.0
rootdir: 
/Users/nvadivelu/codebase/apache/hadoop/hadoop-ozone/dist/target/ozone-0.4.1-SNAPSHOT/tests,
 inifile:
collected 16 items

blockade/test_blockade_client_failure.py ss
blockade/test_blockade_datanode_isolation.py ss
blockade/test_blockade_flaky.py 2019-07-24 
17:45:09,501|INFO|MainThread|conftest.py:93 - 
pytest_report_teststatus()|RUNNING TEST "test_flaky[datanode]" at location 
"blockade/test_blockade_flaky.py" at line number "38"
2019-07-24 17:45:49,664|INFO|MainThread|conftest.py:96 - 
pytest_report_teststatus()|TEST "test_flaky[datanode]" PASSED in 40.16 seconds
.2019-07-24 17:46:32,390|INFO|MainThread|conftest.py:93 - 
pytest_report_teststatus()|RUNNING TEST "test_flaky[scm]" at location 
"blockade/test_blockade_flaky.py" at line number "38"
2019-07-24 17:47:17,776|INFO|MainThread|conftest.py:96 - 
pytest_report_teststatus()|TEST "test_flaky[scm]" PASSED in 45.38 seconds
.2019-07-24 17:48:38,336|INFO|MainThread|conftest.py:93 - 
pytest_report_teststatus()|RUNNING TEST "test_flaky[om]" at location 
"blockade/test_blockade_flaky.py" at line number "38"
2019-07-24 17:49:52,225|INFO|MainThread|conftest.py:96 - 
pytest_report_teststatus()|TEST "test_flaky[om]" PASSED in 73.89 seconds
.
blockade/test_blockade_mixed_failure.py 2019-07-24 
17:50:46,714|INFO|MainThread|conftest.py:93 - 
pytest_report_teststatus()|RUNNING TEST "test_one_dn_isolate_scm_other_dn" at 
location "blockade/test_blockade_mixed_failure.py" at line number "35"
2019-07-24 17:54:34,357|INFO|MainThread|conftest.py:96 - 
pytest_report_teststatus()|TEST "test_one_dn_isolate_scm_other_dn" PASSED in 
227.64 seconds
.s
blockade/test_blockade_mixed_failure_three_nodes_isolate.py 2019-07-24 
17:55:24,220|INFO|MainThread|conftest.py:93 - 
pytest_report_teststatus()|RUNNING TEST 
"test_three_dns_isolate_one_scm_failure" at location 
"blockade/test_blockade_mixed_failure_three_nodes_isolate.py" at line number 
"35"
2019-07-24 18:01:01,432|INFO|MainThread|conftest.py:96 - 
pytest_report_teststatus()|TEST "test_three_dns_isolate_one_scm_failure" PASSED 
in 337.21 seconds
.2019-07-24 18:01:33,499|INFO|MainThread|conftest.py:93 - 
pytest_report_teststatus()|RUNNING TEST 
"test_three_dns_isolate_two_scm_failure" at location 
"blockade/test_blockade_mixed_failure_three_nodes_isolate.py" at line number 
"78"
2019-07-24 18:05:26,013|INFO|MainThread|conftest.py:96 - 
pytest_report_teststatus()|TEST "test_three_dns_isolate_two_scm_failure" PASSED 
in 232.51 seconds
.2019-07-24 18:05:58,408|INFO|MainThread|conftest.py:93 - 
pytest_report_teststatus()|RUNNING TEST 
"test_three_dns_isolate_three_scm_failure" at location 
"blockade/test_blockade_mixed_failure_three_nodes_isolate.py" at line number 
"121"
2019-07-24 18:10:50,364|INFO|MainThread|conftest.py:96 - 
pytest_report_teststatus()|TEST "test_three_dns_isolate_three_scm_failure" 
PASSED in 291.96 seconds
.
blockade/test_blockade_mixed_failure_two_nodes.py s2019-07-24 
18:11:21,878|INFO|MainThread|conftest.py:93 - 
pytest_report_teststatus()|RUNNING TEST 
"test_two_dns_isolate_scm_different_partition" at location 
"blockade/test_blockade_mixed_failure_two_nodes.py" at line number "84"
2019-07-24 18:28:55,874|INFO|MainThread|conftest.py:96 - 
pytest_report_teststatus()|TEST "test_two_dns_isolate_scm_different_partition" 
PASSED in 1054.00 seconds
.
blockade/test_blockade_scm_isolation.py 2019-07-24 
18:29:31,222|INFO|MainThread|conftest.py:93 - 
pytest_report_teststatus()|RUNNING TEST "test_scm_isolation_one_node" at 
location "blockade/test_blockade_scm_isolation.py" at line number "34"
2019-07-24 18:35:49,657|INFO|MainThread|conftest.py:96 - 
pytest_report_teststatus()|TEST "test_scm_isolation_one_node" PASSED in 378.43 
seconds
.2019-07-24 18:36:44,363|INFO|MainThread|conftest.py:93 - 
pytest_report_teststatus()|RUNNING TEST "test_scm_isolation_two_node" at 
location "blockade/test_blockade_scm_isolation.py" at line number "79"
2019-07-24 18:41:59,865|INFO|MainThread|conftest.py:96 - 
pytest_report_teststatus()|TEST "test_scm_isolation_two_node" PASSED in 315.50 
seconds
.2019-07-24 18:42:05,446|INFO|MainThread|conftest.py:104 - 
pytest_sessionfinish()|ALL TESTS FINISHED
2019-07-24 18:42:05,447|INFO|MainThread|conftest.py:105 - 
pytest_sessionfinish()|ALL logs present in following directory: 
/tmp/BlockadeTests/1563970483


=================================================================================================================
 10 passed, 6 skipped in 3442.31 seconds 
=================================================================================================================
~/c/a/h/h/d/t/o/tests>
{noformat}

> Fix failing blockade test-cases
> -------------------------------
>
>                 Key: HDDS-1853
>                 URL: https://issues.apache.org/jira/browse/HDDS-1853
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>          Components: test
>            Reporter: Nanda kumar
>            Assignee: Nanda kumar
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> This Jira is to fix and make sure that all the test-cases in blockade are 
> working.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to