This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git
from 81358a64cf9 (chores) camel-kafka: increase fork timeout to prevent failures due to long-running tests add d4065543906 CAMEL-20477: try to fix flakiness on AsyncJmsProducerTest add 6a3a3d62ba7 CAMEL-20477: try to fix flakiness on TemporaryQueueRouteTest add 3d24f15edca CAMEL-20477: only use a persistent broker if needed by the test add cdaeeee13fe CAMEL-20477: rework overly fragile test add a376bc91483 CAMEL-20477: try to fix flakiness on JmsInOutRoutingSlipTest add 89674b561ea CAMEL-20477: rework the multiple consumer tests add d20172ff809 CAMEL-20477: allow using a fixed port for the Artemis VM service add abf1b8345c7 CAMEL-20477: startup reliability test needs a fully clean runtime to run reliably No new revisions were added by this update. Summary of changes: components/camel-jms/pom.xml | 14 ++++- .../jms/JmsDefaultTaskExecutorTypeTest.java | 2 +- .../camel/component/jms/JmsDeliveryDelayTest.java | 41 ++++++++++--- ...est.java => JmsMultipleConsumersQueueTest.java} | 69 +++++++++------------- ...est.java => JmsMultipleConsumersTopicTest.java} | 64 +++++++++----------- .../component/jms/async/AsyncJmsProducerTest.java | 31 +++++++--- .../jms/issues/JmsInOutRoutingSlipTest.java | 13 ++-- ...tReplyTemporaryRefreshFailureOnStartupTest.java | 37 +++++++++--- .../jms/temp/TemporaryQueueRouteTest.java | 8 +-- .../infra/artemis/services/ArtemisVMService.java | 12 ++++ 10 files changed, 177 insertions(+), 114 deletions(-) copy components/camel-jms/src/test/java/org/apache/camel/component/jms/{JmsMultipleConsumersTest.java => JmsMultipleConsumersQueueTest.java} (63%) rename components/camel-jms/src/test/java/org/apache/camel/component/jms/{JmsMultipleConsumersTest.java => JmsMultipleConsumersTopicTest.java} (68%)