andymc12 opened a new pull request #621: CXF-7996: TCK Fixes for SSE reconnect state tests URL: https://github.com/apache/cxf/pull/621 This should resolve at least one of the failing SSE tests (specifically, defaultWaiting1s_from_standalone). The TCK is very picky about the `isOpen` method - and the behavior of the `SseEventSource` is not terribly intuitive. While the "state" of the SseEventSource might be CLOSED or CONNECTING, the TCK still expects that the `isOpen` method will return true until it has been explicitly closed (via the `close` method). I adjusted the unit tests to expect this distinction - but also to continue testing for the proper state of the SseEventSource.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
