Github user robertkowalski commented on the pull request:
https://github.com/apache/couchdb-couch/pull/35#issuecomment-77273177
My system: OSX with Erlang/OTP 17.4
```
module 'couchdb_modules_load_tests'
Verify that all modules loads
couchdb_modules_load_tests:62: should_load_module
(couch_auth_cache)...[0.002 s] ok
couchdb_modules_load_tests:62: should_load_module
(couch_btree)...[0.003 s] ok
couchdb_modules_load_tests:62: should_load_module
(couch_changes)...[0.003 s] ok
couchdb_modules_load_tests:62: should_load_module
(couch_compress)...[0.002 s] ok
couchdb_modules_load_tests:62: should_load_module (config)...*failed*
in function couchdb_modules_load_tests:'-should_load_module/1-fun-0-'/1
(test/couchdb_modules_load_tests.erl, line 62)
**error:{assertMatch_failed,[{module,couchdb_modules_load_tests},
{line,62},
{expression,"code : load_file ( Mod )"},
{pattern,"{ module , _ }"},
{value,{error,not_purged}}]}
00:22:10.137 [error] Loading of
/Users/robert/apache/couchdb/src/config/ebin/config.beam failed: not_purged
couchdb_modules_load_tests:62: should_load_module
(config_writer)...[0.009 s] ok
```
---
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.
---