You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/07/18 19:01:47 UTC

[GitHub] nickva opened a new pull request #694: Remove get_details replicator job gen_server call

nickva opened a new pull request #694: Remove get_details replicator job gen_server call
URL: https://github.com/apache/couchdb/pull/694
 
 
   This was used from a test only and it wasn't reliable. Because of replicator
   job delays initialization the `State` would be either #rep_state{} or #rep. If
   replication job hasn't finished initializing, then state would be #rep{} and a
   call like get_details which matches the state with #rep_state{] would fail with
   the badmatch error.
   
   As seen in issue #686
   
   So remove `get_details` call and let the test rely on task polling as all other
   tests do.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services