shnapz commented on code in PR #36781:
URL: https://github.com/apache/beam/pull/36781#discussion_r2515993784
##########
sdks/java/io/jms/src/test/java/org/apache/beam/sdk/io/jms/JmsIOIT.java:
##########
@@ -215,7 +215,7 @@ public void testPublishingThenReadingAll() throws
IOException, JMSException {
int unackRecords = countRemain(QUEUE);
assertTrue(
String.format("Too many unacknowledged messages: %d", unackRecords),
- unackRecords < OPTIONS.getNumberOfRecords() * 0.003);
+ unackRecords < OPTIONS.getNumberOfRecords() * 0.005);
Review Comment:
irrelevant change to fix flaky 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]