[GitHub] ant-ivy pull request #30: Fix transient test failures

2017-05-25 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/ant-ivy/pull/30


---
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.
---

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



[GitHub] ant-ivy pull request #30: Fix transient test failures

2017-05-24 Thread jaikiran
GitHub user jaikiran opened a pull request:

https://github.com/apache/ant-ivy/pull/30

Fix transient test failures

The commit here fixes the transient test failures that we keep seeing in 
`WarnCircularDependencyStrategyTest`. More details about the fix are in this 
previous PR https://github.com/apache/ant-ivy/pull/22, but the real fix here is 
that we use a proper fresh `IvyContext` for each test method instead of 
unintentionally using the same one across test methods.

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

$ git pull https://github.com/jaikiran/ant-ivy logger-test-fix

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

https://github.com/apache/ant-ivy/pull/30.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 #30


commit da69323b29fe8e373364b9399bc67523dcf2af62
Author: Jaikiran Pai 
Date:   2017-05-20T03:43:17Z

Fix transient test failures - Don't share/update the MockMessageLogger 
between test methods




---
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.
---

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org