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

Christopher Tubbs commented on ACCUMULO-2392:
---------------------------------------------

The current way to find this is to check the test output file for client 
debugging information to find the zookeeper port or something like that, and 
cross reference to the zoo.cfg in the MAC directory:

{code}
find target/mini-tests/*SimpleMacIT/ -name '*.cfg' | xargs grep <port>
{code}

> SimpleMacIT should document which MAC it is using
> -------------------------------------------------
>
>                 Key: ACCUMULO-2392
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2392
>             Project: Accumulo
>          Issue Type: Test
>            Reporter: Christopher Tubbs
>            Assignee: Christopher Tubbs
>            Priority: Trivial
>             Fix For: 1.6.0
>
>
> Tests that extend SimpleMacIT could be using the same instance. However, it's 
> hard to tell, especially after multiple runs, which test directory 
> corresponds to a particular execution. SimpleMacIT should output to the maven 
> execution enough information about which instance it is running on to debug 
> it. If it's a MAC instance (which it always is, currently), it can log the 
> directory name.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to