markusthoemmes opened a new pull request #2734: Synchronize access to MessageFeed testqueue. URL: https://github.com/apache/incubator-openwhisk/pull/2734 The test has intermittent failures because access to the underlying queue is unexpectedly non-threadsafe and non-atomic, meaning a `peek` could grab messages off the queue meanwhile `addAll` is still adding messages. This can (rarely) lead to inconsistent state and thus a failing test. ---------------------------------------------------------------- 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
