You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by jwagenleitner <gi...@git.apache.org> on 2016/02/13 18:51:47 UTC

[GitHub] groovy pull request: Long running tests

GitHub user jwagenleitner opened a pull request:

    https://github.com/apache/groovy/pull/262

    Long running tests

    These are listed as some of the longest running tests on the TeamCity CI server.  One test being removed makes no assertions.  Other changes involve reducing the sleep time or loops performed while sleeping which I don't believe will affect the usefulness of the test.

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

    $ git pull https://github.com/jwagenleitner/groovy tests

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

    https://github.com/apache/groovy/pull/262.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 #262
    
----
commit 75356fe2110d0a868b21fba04b6ca1b971ef68d2
Author: John Wagenleitner <jw...@apache.org>
Date:   2016-02-13T17:31:17Z

    Removed unused test
    
    Test takes in excess of 10 seconds to run and makes no assertions.
    The class it was meant to test (WeakDoubleKeyhashMap) was replaced
    by SoftDoubleKeyMap, which itself was later removed.

commit 942cfa896a44a2a686079f38eb53b57eff2ba438
Author: John Wagenleitner <jw...@apache.org>
Date:   2016-02-13T17:31:35Z

    Reduce number of loops with sleep to speed up test

commit 485660c182da73e4f4d4c36caa62988c428f21f3
Author: John Wagenleitner <jw...@apache.org>
Date:   2016-02-13T17:32:45Z

    Reduce sleep time to speed up test

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] groovy pull request: Long running tests

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/groovy/pull/262


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---