This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a change to branch main
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
new d4065543906 CAMEL-20477: try to fix flakiness on AsyncJmsProducerTest
new 6a3a3d62ba7 CAMEL-20477: try to fix flakiness on
TemporaryQueueRouteTest
new 3d24f15edca CAMEL-20477: only use a persistent broker if needed by the
test
new cdaeeee13fe CAMEL-20477: rework overly fragile test
new a376bc91483 CAMEL-20477: try to fix flakiness on
JmsInOutRoutingSlipTest
new 89674b561ea CAMEL-20477: rework the multiple consumer tests
new d20172ff809 CAMEL-20477: allow using a fixed port for the Artemis VM
service
new abf1b8345c7 CAMEL-20477: startup reliability test needs a fully clean
runtime to run reliably
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
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%)