[
https://issues.apache.org/jira/browse/SLIDER-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14139033#comment-14139033
]
Billie Rinaldi commented on SLIDER-436:
---------------------------------------
To run Accumulo funtests for the app package, you now need to add
-Paccumulo-funtest to the mvn verify command. It should work with either
package-building profile (-Paccumulo-app-package or
-Paccumulo-app-package-maven). If you want to run against a previously built
app package, the -Dtest.app.pkg.dir property specifies the path to the zip you
want to test. However, since the tests still use the app config files in
src/test/resources (unless you specify otherwise), version and file names must
still match between the provided zip and the current build. It would probably
be better if I generated the test app config files based on the default one in
the zip instead of using specific ones, but that will be a future project.
> Enable Accumulo app package funtests to be run against a specified zip
> ----------------------------------------------------------------------
>
> Key: SLIDER-436
> URL: https://issues.apache.org/jira/browse/SLIDER-436
> Project: Slider
> Issue Type: Task
> Reporter: Billie Rinaldi
> Assignee: Billie Rinaldi
> Fix For: Slider 0.60
>
>
> Now both build profiles accumulo-app-package and accumulo-app-package-maven
> contain the maven-failsafe-plugin that runs the tests. I'd like to move the
> failsafe plugin to a third profile that can run against the zip built by one
> of the other profiles, or can be run against a provided zip when neither of
> the zip-building profiles are specified.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)