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

Samarth Jain commented on PHOENIX-3722:
---------------------------------------

Good point, [~gjacoby]. I looked at the pom and the failsafe plugin picks up 
tests in the

{code}
<testSourceDirectory>${basedir}/src/it/java</testSourceDirectory>
{code}

I don't see a similar config for surefire plugin though. I am guessing surefire 
picks up test classes that start or end with Test. Not sure though.

Either way, my local changes were causing the build to hang. Not this test 
itself. It just needs to have a different name.

> TestSystemCatalogWALEntryFilter should be an IT test
> ----------------------------------------------------
>
>                 Key: PHOENIX-3722
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3722
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Samarth Jain
>            Assignee: Samarth Jain
>         Attachments: PHOENIX-3722.patch
>
>
> When running tests locally using mvn clean package, I noticed that the test 
> run hangs because TestSystemCatalogWALEntryFilter is setting up a mini 
> cluster. 
> FYI, [~gjacoby] - any of our tests that use mini clusters cannot have the 
> test class name start with Test. They also need to have the name end with IT. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to