-
Bug
-
Resolution: Fixed
-
Trivial
-
None
-
-
1.15
I have try to bump pubsub-light version in 2 plugins and pubsub-light 1.14 is making test failing in blueocean-events plugin SseEventTest#pipelineWithInput and sse-gateway plugin on SSEPluginIntegrationTest#test_no_filter and SSEPluginIntegrationTest#test_with_filter
Tests are failing only by running the full class, if test are run one by one they are working.
The behavior is that the channel is in Terminated state when running the second test in the class, because the first tests has closed it.
Proposed PR https://github.com/jenkinsci/pubsub-light-plugin/pull/41