Github user eiri commented on the pull request:
https://github.com/apache/couchdb-couch-replicator/pull/26#issuecomment-188337027
@kxepal : well, I found it. the failure is happening because of
[couchdb-couch/fabc25f](https://github.com/apache/couchdb-couch/commit/fabc25f351e2a30d2f7d8ba2131595707b156e22?diff-8df5f7bc5f26a88ee4ec43baeadfb84cR233#diff-8df5f7bc5f26a88ee4ec43baeadfb84cR233)
The call to `ddoc_cache:open_doc/2` in there ends up calling
`fabric:open_doc/3` which is trying to load shards from `shards_db` and
throwing `database_does_not_exist`, because we are not running the replication
tests on a sharded database.
I need to think how to work around this, though it is unsettling that we
are casually leaking fabric into couchdb-couch.
CC: @chewbranca
---
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.
---