[
https://issues.apache.org/jira/browse/ACCUMULO-4423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15452975#comment-15452975
]
Josh Elser commented on ACCUMULO-4423:
--------------------------------------
And it looks like I also broke the maven-plugin IT
{noformat}
[INFO] --- maven-failsafe-plugin:2.19.1:integration-test
(run-integration-tests) @ accumulo-maven-plugin ---
[INFO]
[INFO] --- maven-invoker-plugin:2.0.0:run (integration-test) @
accumulo-maven-plugin ---
[INFO] Building: plugin-test/pom.xml
[INFO] run script postbuild.groovy
[INFO] ..FAILED (25.0 s)
[INFO] The post-build script did not succeed. assert testCreateTable.isFile()
| |
| false
/Users/jelser/projects/accumulo-1.7.git/maven-plugin/target/it/plugin-test/target/accumulo-maven-plugin/plugin-it-instance/testCreateTablePassed
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO] Passed: 0, Failed: 1, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
{noformat}
Going to try to figure out what should be creating that file which is
(apparently) not longer doing so.
> Define categories for integration test execution
> ------------------------------------------------
>
> Key: ACCUMULO-4423
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4423
> Project: Accumulo
> Issue Type: Improvement
> Components: build, test
> Reporter: Josh Elser
> Assignee: Josh Elser
> Fix For: 1.7.3, 1.8.1, 2.0.0
>
> Time Spent: 8h 40m
> Remaining Estimate: 0h
>
> Had a thought the other day when talking to some folks about testing.
> Our current integration tests can be broken down into two categories:
> * Encapsulated (MiniCluster only)
> * Capable of using a Standalone Accumulo instance (instead of a MiniCluster)
> with any ITs that don't have MiniClusters (if there are any), I am lumping
> them into the Encapsulated category.
> Now, if I have an environment set up which I can run these Standalone tests
> against, it would be nice to just be able to execute those tests. I could
> then run the unit tests, checkstyle, findbugs, and encapsulated integration
> tests out of band, not tied to the lifetime (and cost) of that environment
> for the Standalone tests.
> It would be nice if we can use something like JUnit categories to group these
> tests and then provide the "hooks" in the build to let users specify which
> categories are executed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)