nickva opened a new pull request, #4795:
URL: https://github.com/apache/couchdb/pull/4795

   Rapidly creating and deleting a db in the this test triggers a race 
condition. A potential culprit might be the gen_server cast in 
https://github.com/apache/couchdb/blob/main/src/mem3/src/mem3_util.erl#L176. To 
fix the flakiness use the newer `opts_for_db/1` function with a test wait 
function. This way we may also avoid inadvertently re-creating the shard file 
due to the `create_if_missing` option from `get_doc_count/1`.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to