mhansonp opened a new pull request, #7608: URL: https://github.com/apache/geode/pull/7608
There were a couple of basic timing issues with the code. - Starting the cache server is not a synchronous event. - We were not waiting for the queues to clear before restarting, this allowed messages to "persist" across a restart of the durable client. Basically all of the problems here are timing issues in the tests. -- 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]
