Github user iilyak commented on the pull request:

    https://github.com/apache/couchdb/pull/394#issuecomment-197455788
  
    @kxepal: I had a proposal about the same topic [a while 
back](http://mail-archives.apache.org/mod_mbox/couchdb-dev/201510.mbox/%[email protected]%3E).
    I am busy with other things though and wouldn't be able to work on that 
actively this quarter. But most likely next quarter I could dedicate 
significant time for testing infrastructure. I'm planing to go with my proposal 
since were no objections from ASF. Let me know if you have something else in 
mind so we can coordinate our efforts. 
    As you might know already master is broken at the moment. It fails if tests 
are executed in specific order.
    ```
    make eunit apps=chttpd tests=callback_test,error_info_test
    ``` 
    In order to fix that I need to add following into teardown:
    ```
        Handle = couch_epi:get_handle(chttpd),
        couch_epi_module_keeper:reload(Handle),
    ``` 
    However I think that it is exposing way too much and should be known only 
to couch_epi.
    So I need a way to share a test_helper.
    
    Could you create the repo you are talking about so we can start populating 
it?
    Or propose another way of sharing the helper.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to