[
https://issues.apache.org/jira/browse/PHOENIX-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Taylor resolved PHOENIX-1180.
-----------------------------------
Resolution: Fixed
Fix Version/s: 4.1
3.1
5.0.0
> 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
> Fix For: 5.0.0, 3.1, 4.1
>
> 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)