[
https://issues.apache.org/jira/browse/PHOENIX-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kyle Buzsaki updated PHOENIX-1180:
----------------------------------
Description:
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.
was:
Currently, the following test classes:
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
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.
> 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
>
> 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)