ivankelly opened a new pull request #1866: Make supervisord wait a single command URL: https://github.com/apache/incubator-pulsar/pull/1866 The integration tests wait for supervisord to be up before attempting to start the brokers and proxies. Previously we were doing this by checking for the existence of the supervisord socket repeatedly. However, this spams the log. This patch replaces the loop with a single bash command (a bash loop), with the timeout built into the command. Failure of the socket to appear also throws a exception (timeout exits with 124), rather than returning a boolean which we were not checking previously anyhow.
---------------------------------------------------------------- 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
