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

Anu Engineer commented on HDDS-146:
-----------------------------------

{code:java}
dev-support/bin/robot-all.sh
==============================================================================
Acceptance
==============================================================================
Acceptance.Basic
==============================================================================
Acceptance.Basic.Basic :: Smoketest ozone cluster startup
==============================================================================
Test rest interface                                                   | PASS |
------------------------------------------------------------------------------
Check webui static resources                                          | PASS |
------------------------------------------------------------------------------
Start freon testing                                                   | PASS |
------------------------------------------------------------------------------
Acceptance.Basic.Basic :: Smoketest ozone cluster startup             | PASS |
3 critical tests, 3 passed, 0 failed
3 tests total, 3 passed, 0 failed
==============================================================================
Acceptance.Basic.Ozone-Shell :: Test ozone shell CLI usage
==============================================================================
RestClient without http port                                          | FAIL |
Test timeout 2 minutes exceeded.
------------------------------------------------------------------------------
RestClient with http port                                             | FAIL |
Test timeout 2 minutes exceeded.
------------------------------------------------------------------------------
RestClient without host name                                          | FAIL |
Test timeout 2 minutes exceeded.
------------------------------------------------------------------------------
RpcClient with port                                                   | PASS |
------------------------------------------------------------------------------
RpcClient without host                                                | PASS |
------------------------------------------------------------------------------
RpcClient without scheme                                              | PASS |
------------------------------------------------------------------------------
Acceptance.Basic.Ozone-Shell :: Test ozone shell CLI usage            | FAIL |
6 critical tests, 3 passed, 3 failed
6 tests total, 3 passed, 3 failed
==============================================================================
Acceptance.Basic                                                      | FAIL |
9 critical tests, 6 passed, 3 failed
9 tests total, 6 passed, 3 failed
==============================================================================
Acceptance                                                            | FAIL |
9 critical tests, 6 passed, 3 failed
9 tests total, 6 passed, 3 failed
=============================================================================={code}

> Refactor the structure of the acceptance tests
> ----------------------------------------------
>
>                 Key: HDDS-146
>                 URL: https://issues.apache.org/jira/browse/HDDS-146
>             Project: Hadoop Distributed Data Store
>          Issue Type: Improvement
>            Reporter: Elek, Marton
>            Assignee: Elek, Marton
>            Priority: Major
>             Fix For: 0.2.1
>
>         Attachments: HDDS-146.001.patch, HDDS-146.002.patch, 
> HDDS-146.004.patch
>
>
> I started to fix the packaging the ozone file system which requires 
> additional acceptance tests.
> The original acceptance test is added when it was only one single file but 
> (fortunately) now we have multiple files and multiple tests and ozonefs 
> requires even more.
> To make it easier to handle multplie acceptance tests I propose some changes 
> on the projects structure. This patch includes the following changes:
>  # all the start/stop/check common keywords are moved out the a common 
> library file (commonlib.robot). All the existing files are simplified.
>  # ozone-shell tests are simplified with using parametrized tests. We don't 
> need to repeat the same steps multiple times.
>  # The directories in the projects are simplified. Both compose file and 
> robot files are in the same directory. The basedir is handled from the robot 
> files. Now it's easier to run the tests localy (go to the dir and do a simple 
> call 'robot basic.robot') or start the containers (use docker-compose from 
> the base directory)
>  # I adjusted the logging (warning about the missing native library is not 
> required)
>  # Decreased the heartbeat intervall (to make the tests faster)
>  # I improved the ozone-shell tests with adding a few additional checks.
>  
>  



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

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to