[
https://issues.apache.org/jira/browse/HDDS-146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16513131#comment-16513131
]
Hudson commented on HDDS-146:
-----------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #14432 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/14432/])
HDDS-146. Refactor the structure of the acceptance tests. Contributed by
(aengineer: rev 020dd61988b1d47971e328174135d54baf5d41aa)
* (add) hadoop-ozone/acceptance-test/src/test/acceptance/basic/.env
* (edit) start-build-env.sh
* (delete)
hadoop-ozone/acceptance-test/src/test/robotframework/acceptance/ozone-shell.robot
* (delete)
hadoop-ozone/acceptance-test/src/test/robotframework/acceptance/ozone.robot
* (edit) hadoop-ozone/acceptance-test/pom.xml
* (delete) hadoop-ozone/acceptance-test/src/test/compose/docker-compose.yaml
* (add) hadoop-ozone/acceptance-test/src/test/acceptance/basic/docker-config
* (add) hadoop-ozone/acceptance-test/src/test/acceptance/basic/ozone-shell.robot
* (add) hadoop-ozone/acceptance-test/src/test/acceptance/ozonefs/.env
* (add) hadoop-ozone/acceptance-test/src/test/acceptance/basic/basic.robot
* (add) hadoop-ozone/acceptance-test/src/test/acceptance/commonlib.robot
* (add) hadoop-ozone/acceptance-test/dev-support/docker/Dockerfile
* (delete) hadoop-ozone/acceptance-test/src/test/compose/.env
* (add)
hadoop-ozone/acceptance-test/src/test/acceptance/basic/docker-compose.yaml
* (add) hadoop-ozone/acceptance-test/dev-support/bin/robot-dnd-all.sh
* (add) hadoop-ozone/acceptance-test/dev-support/docker/docker-compose.yaml
* (edit) hadoop-ozone/acceptance-test/dev-support/bin/robot-all.sh
* (delete) hadoop-ozone/acceptance-test/src/test/compose/docker-config
* (edit) hadoop-ozone/acceptance-test/dev-support/bin/robot.sh
> 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, HDDS-146.005.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: [email protected]
For additional commands, e-mail: [email protected]