pgj commented on PR #5865: URL: https://github.com/apache/couchdb/pull/5865#issuecomment-3805519286
> it now takes longer to start clouseau, so there's a 15-20 second window after dev/run I did not have problems with that. For the reference, once `dev/run` starts up, the `search` feature is immediately reported. ``` % dev/run -a adm:pass -n 1 --with-clouseau --no-eval "curl -s http://127.0.0.1:15984/ | jq -r '.features'" [ * ] Setup log dir: /Users/gaborpali/projects/github/couchdb/dev/logs ... ok [ * ] Ensure CouchDB is built ... ok [ * ] Ensure Erlang boot script exists ... ok [ * ] Prepare configuration files ... ok [ * ] Start node node1 ... ok [ * ] Start Clouseau node clouseau1 ... ok [ * ] Check node at http://127.0.0.1:15984/ ... ok [ * ] Check Clouseau node clouseau1 ... ok [ * ] Running cluster setup ... ok [ * ] Exec command curl -s http://127.0.0.1:15984/ | jq -r '.features' ... [ "search", "quickjs", "access-ready", "partitioned", "pluggable-storage-engines", "reshard", "scheduler" ] ``` -- 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]
