jrmccluskey opened a new issue, #26182: URL: https://github.com/apache/beam/issues/26182
### What happened? When running the :sdks:java:io:jms:integrationTest target on the release-2.47.0 branch the following error occurs: ``` 16:26:21 org.apache.beam.sdk.io.jms.JmsIOIT > testPublishingThenReadingAll[with client class class org.apache.qpid.jms.JmsConnectionFactory] FAILED 16:26:21 java.lang.AssertionError at JmsIOIT.java:195 ``` This assertion is [here](https://github.com/apache/beam/blob/209c8c9cf7eeccc0b58b922d200c6a2785ea4681/sdks/java/io/jms/src/test/java/org/apache/beam/sdk/io/jms/JmsIOIT.java#L195) and is a check on the number of records read. ### Issue Failure Failure: Test is continually failing ### Issue Priority Priority: 0 (outage / failing precommit test impacting development) ### Issue Components - [ ] Component: Python SDK - [X] Component: Java SDK - [ ] Component: Go SDK - [ ] Component: Typescript SDK - [X] Component: IO connector - [ ] Component: Beam examples - [ ] Component: Beam playground - [ ] Component: Beam katas - [ ] Component: Website - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Samza Runner - [ ] Component: Twister2 Runner - [ ] Component: Hazelcast Jet Runner - [ ] Component: Google Cloud Dataflow Runner -- 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]
