davisp commented on issue #552: [Jenkins] view monitor failure in couchdb_views_tests/couchdb_1283 URL: https://github.com/apache/couchdb/issues/552#issuecomment-305909995 If @eiri's patch for #548 doesn't fix this then I think the answer is to insert a wait for the index pid to exit due to its database being kicked out of the LRU. I'd monitor the db and index pids, wait for db exit, wait for index exit, then proceed. I'd acquire monitors here: https://github.com/apache/couchdb/blob/master/src/couch/test/couchdb_views_tests.erl#L345 And then wait for the 'DOWN' signal here: https://github.com/apache/couchdb/blob/master/src/couch/test/couchdb_views_tests.erl#L352 ---------------------------------------------------------------- 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: [email protected]
With regards, Apache Git Services
