You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Kyle Buzsaki (JIRA)" <ji...@apache.org> on 2014/08/19 18:51:18 UTC

[jira] [Commented] (PHOENIX-1180) Rename test classes so they are properly picked up by the test runner

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

Kyle Buzsaki commented on PHOENIX-1180:
---------------------------------------

FYI, after I changed the test names and had them run properly on my local machine, they DID all pass.

We just need to make this change to re-enable them to guard against future regressions.

> Rename test classes so they are properly picked up by the test runner
> ---------------------------------------------------------------------
>
>                 Key: PHOENIX-1180
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1180
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Kyle Buzsaki
>            Assignee: Kyle Buzsaki
>         Attachments: PHOENIX-1180.patch
>
>
> Currently, the following test classes:
> {code}
> phoenix-core/src/test/java/org/apache/phoenix/query/KeyRangeIntersectTests.java
> phoenix-core/src/test/java/org/apache/phoenix/query/KeyRangeCoalesceTests.java
> phoenix-core/src/test/java/org/apache/phoenix/query/KeyRangeUnionTests.java
> phoenix-core/src/test/java/org/apache/phoenix/expression/RoundFloorCeilExpressionsUnitTests.java
> {code}
> have funky names and aren't picked up by the test runner. This means that they are not actually run when mvn test is run.
> We need to fix their names so that they properly match the "*Test.java" naming convention.



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