Github user kxepal commented on the pull request:
https://github.com/apache/couchdb-couch-replicator/pull/26#issuecomment-187792356
Some error logging (change tmp/etc/eunit.ini log level):
```
module 'couch_replicator_filtered_tests'
Filtered replication tests
[error] ChangesReader process died with reason: {database_does_not_exist,
[{mem3_shards,
load_shards_from_db,
"eunit-test-db-1456246859461347",
[{file,
"src/mem3_shards.erl"},
{line,282}]},
{mem3_shards,
load_shards_from_disk,1,
[{file,
"src/mem3_shards.erl"},
{line,270}]},
{mem3_shards,
load_shards_from_disk,2,
[{file,
"src/mem3_shards.erl"},
{line,286}]},
{mem3_shards,for_docid,3,
[{file,
"src/mem3_shards.erl"},
{line,85}]},
{fabric_doc_open,go,3,
[{file,
"src/fabric_doc_open.erl"},
{line,38}]},
{couch_changes,
configure_filter,4,
[{file,
"src/couch_changes.erl"},
{line,235}]},
{couch_changes,
handle_changes,4,
[{file,
"src/couch_changes.erl"},
{line,68}]},
{couch_replicator_api_wrap,
changes_since,5,
[{file,
"src/couch_replicator_api_wrap.erl"},
{line,529}]}]}
[error] Replication `1af0a180102905d0583caa669b582cc6`
(`eunit-test-db-1456246859461347` -> `eunit-test-db-145624686042079`) failed:
changes_reader_died
undefined
*** instantiation of subtests failed ***
**in function couch_replicator_filtered_tests:should_succeed/2
(test/couch_replicator_filtered_tests.erl, line 103)
**error:{badmatch,{error,changes_reader_died}}
[error] ChangesReader process died with reason: {database_does_not_exist,
[{mem3_shards,
load_shards_from_db,
"eunit-test-db-1456246860226785",
[{file,
"src/mem3_shards.erl"},
{line,282}]},
{mem3_shards,
load_shards_from_disk,1,
[{file,
"src/mem3_shards.erl"},
{line,270}]},
{mem3_shards,
load_shards_from_disk,2,
[{file,
"src/mem3_shards.erl"},
{line,286}]},
{mem3_shards,for_docid,3,
[{file,
"src/mem3_shards.erl"},
{line,85}]},
{fabric_doc_open,go,3,
[{file,
"src/fabric_doc_open.erl"},
{line,38}]},
{couch_changes,
configure_filter,4,
[{file,
"src/couch_changes.erl"},
{line,235}]},
{couch_changes,
handle_changes,4,
[{file,
"src/couch_changes.erl"},
{line,68}]},
{couch_replicator_api_wrap,
changes_since,5,
[{file,
"src/couch_replicator_api_wrap.erl"},
{line,529}]}]}
[error] Replication `bf497b49e250885ec27023416af0bff9`
(`eunit-test-db-1456246860226785` ->
`http://127.0.0.1:38481/eunit-test-db-1456246860498725/`) failed:
changes_reader_died
undefined
*** instantiation of subtests failed ***
**in function couch_replicator_filtered_tests:should_succeed/2
(test/couch_replicator_filtered_tests.erl, line 103)
**error:{badmatch,{error,changes_reader_died}}
[error] Uncaught error in HTTP request: {error,database_does_not_exist}
[error] httpd 500 error response:
{"error":"unknown_error","reason":"database_does_not_exist"}
[error] Replicator, request GET to
"http://127.0.0.1:38481/eunit-test-db-1456246860747962/_changes?filter=filter_ddoc%2Ftestfilter&feed=normal&style=all_docs&since=0&timeout=10000"
failed. The received HTTP error code is 500
[error] Uncaught error in HTTP request: {error,database_does_not_exist}
[error] httpd 500 error response:
{"error":"unknown_error","reason":"database_does_not_exist"}
[error] Replicator, request GET to
"http://127.0.0.1:38481/eunit-test-db-1456246860747962/_changes?filter=filter_ddoc%2Ftestfilter&feed=normal&style=all_docs&since=0&timeout=10000"
failed. The received HTTP error code is 500
[error] Uncaught error in HTTP request: {error,database_does_not_exist}
[error] httpd 500 error response:
{"error":"unknown_error","reason":"database_does_not_exist"}
[error] Replicator, request GET to
"http://127.0.0.1:38481/eunit-test-db-1456246860747962/_changes?filter=filter_ddoc%2Ftestfilter&feed=normal&style=all_docs&since=0&timeout=10000"
failed. The received HTTP error code is 500
[error] Uncaught error in HTTP request: {error,database_does_not_exist}
[error] httpd 500 error response:
{"error":"unknown_error","reason":"database_does_not_exist"}
[error] Replicator, request GET to
"http://127.0.0.1:38481/eunit-test-db-1456246860747962/_changes?filter=filter_ddoc%2Ftestfilter&feed=normal&style=all_docs&since=0&timeout=10000"
failed. The received HTTP error code is 500
[error] Uncaught error in HTTP request: {error,database_does_not_exist}
[error] httpd 500 error response:
{"error":"unknown_error","reason":"database_does_not_exist"}
[error] Replicator, request GET to
"http://127.0.0.1:38481/eunit-test-db-1456246860747962/_changes?filter=filter_ddoc%2Ftestfilter&feed=normal&style=all_docs&since=0&timeout=10000"
failed. The received HTTP error code is 500
```
---
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.
---