You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by nickva <gi...@git.apache.org> on 2015/09/30 19:23:59 UTC

[GitHub] couchdb-couch pull request: Fix task status unit test dependency

GitHub user nickva opened a pull request:

    https://github.com/apache/couchdb-couch/pull/110

    Fix task status unit test dependency

    It depends on couch_log to be running. Otherwise it
    throw this error:
    
    ```
    unexpected termination of test process*
    ::{{badmatch,undefined},
       [{couch_log,debug,2,[{file,"src/couch_log.erl"},{line,32}]},
        {couch_task_status,handle_cast,2,
                           [{file,"src/couch_task_status.erl"},{line,137}]},
    ```
    
    And only 6 out of 11 tests are run.
    
    COUCHDB-2832

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

    $ git pull https://github.com/nickva/couchdb-couch couch-task-test-setup-fix

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

    https://github.com/apache/couchdb-couch/pull/110.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 #110
    
----
commit f1bb186eb2cd1e1a4930fbe1feb2e060b1172e4e
Author: Nick Vatamaniuc <va...@gmail.com>
Date:   2015-09-30T17:16:39Z

    Fix task status unit test dependency
    
    It depends on couch_log to be running. Otherwise it
    throw this error:
    
    ```
    unexpected termination of test process*
    ::{{badmatch,undefined},
       [{couch_log,debug,2,[{file,"src/couch_log.erl"},{line,32}]},
        {couch_task_status,handle_cast,2,
                           [{file,"src/couch_task_status.erl"},{line,137}]},
    ```
    
    And only 6 out of 11 tests are run.
    
    COUCHDB-2832

----


---
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] couchdb-couch pull request: Fix task status unit test dependency

Posted by kxepal <gi...@git.apache.org>.
Github user kxepal commented on the pull request:

    https://github.com/apache/couchdb-couch/pull/110#issuecomment-144487837
  
    +1 OOM issue is gone too


---
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] couchdb-couch pull request: Fix task status unit test dependency

Posted by kxepal <gi...@git.apache.org>.
Github user kxepal commented on the pull request:

    https://github.com/apache/couchdb-couch/pull/110#issuecomment-144488001
  
    Though, I'm scare about the behavior we have for one missed dep. Don't we hide real monsters under bed?


---
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] couchdb-couch pull request: Fix task status unit test dependency

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

    https://github.com/apache/couchdb-couch/pull/110


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