[GitHub] activemq pull request: Cleanup in ConnectTest

2014-07-11 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/activemq/pull/34


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] activemq pull request: Cleanup in ConnectTest

2014-07-10 Thread dkulp
GitHub user dkulp opened a pull request:

https://github.com/apache/activemq/pull/34

Cleanup in ConnectTest

Cleanup in ConnectTest to do two things:
1) connect/disconnect 500 (which still seems high) times instead of as many 
as possible in 25seconds.  On fast machines, this is MUCH faster.
2) Actually call Thead.start(), not Thread.run() in cases where it should 
be on a background thread.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/dkulp/activemq ConnectTestCleanup

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq/pull/34.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #34


commit 7fe431b21f70f2187afe6f28ccb3e78140c4719d
Author: Daniel Kulp 
Date:   2014-07-10T19:28:43Z

Cleanup in ConnectTest to do two things:
1) connect/disconnect 500 (which still seems high) times instead of as many 
as possible in 25seconds.  On fast machines, this is MUCH faster.
2) Actually call Thead.start(), not Thread.run() in cases where it should 
be on a background thread.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---