You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "Billie Rinaldi (JIRA)" <ji...@apache.org> on 2014/07/02 23:27:24 UTC

[jira] [Resolved] (SLIDER-178) Add functional tests for Accumulo app package

     [ https://issues.apache.org/jira/browse/SLIDER-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Billie Rinaldi resolved SLIDER-178.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: Slider 0.40

We can add more later, but we have a few basic tests for the Accumulo app package now.  They are enabled by enabling the agent tests (as they are an extension of the AgentCommandTestBase), which means setting "slider.test.agent.enabled" to true in the slider conf.  However, they only run when the accumulo-app-package profile is enabled, and they run as integration tests using the mvn goal "verify".  They actually run in the integration-test phase, but integration test failure is only reported in verify.  For example, the following command run in the top level directory disables unit tests and runs only the Accumulo integration tests (because there are no other integration tests):
{noformat}
mvn clean verify -Paccumulo-app-package -Dslider.conf.dir=/local/slider-conf -Dtest=none -Dtest.failIfNoTests=false
{noformat}

> Add functional tests for Accumulo app package
> ---------------------------------------------
>
>                 Key: SLIDER-178
>                 URL: https://issues.apache.org/jira/browse/SLIDER-178
>             Project: Slider
>          Issue Type: Sub-task
>          Components: test
>            Reporter: Billie Rinaldi
>            Assignee: Billie Rinaldi
>             Fix For: Slider 0.40
>
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)