-
Notifications
You must be signed in to change notification settings - Fork 86
[Shared infra] Add support for deadletter and expiry settings #4767
Conversation
@enmasse-ci run tests profile=isolated-shared-infra testcase=MessagingAddressTest |
❗ Build Failed ❗ |
4320bed
to
24121b6
Compare
@enmasse-ci run tests profile=isolated-shared-infra testcase=MessagingAddressTest |
✔️ Test Summary ✔️TEST_PROFILE: isolated-shared-infra |
@enmasse-ci run tests profile=isolated-shared-infra testcase=MessagingAddressTest crc |
✔️ Test Summary ✔️TEST_PROFILE: isolated-shared-infra |
@enmasse-ci run tests profile=isolated-shared-infra |
❌ Test Summary ❌TEST_PROFILE: isolated-shared-infra ❗ Test Failures ❗
|
@enmasse-ci run tests profile=isolated-shared-infra |
✔️ Test Summary ✔️TEST_PROFILE: isolated-shared-infra |
@enmasse-ci run tests profile=isolated-shared-infra crc |
✔️ Test Summary ✔️TEST_PROFILE: isolated-shared-infra |
systemtests/src/main/java/io/enmasse/systemtest/platform/Kubernetes.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, one trivial comment only.
Default settings are set to broker defaults, except broker full policy, which is set to FAIL. More settings will be exposed at a later point. Add systemtests for deadletter and expiry behavior, modify the AMQP client to be able to reject messages so that they end up in the dead letter queue. Make more tests run in multiple Kubernetes environments by retrieving a node ip and using nodeport to expose service. Issue EnMasseProject#4469
24121b6
to
686f4a3
Compare
Type of change
Description
Default settings are set to broker defaults, except broker full
policy, which is set to FAIL. More settings will be exposed at a later
point.
Add systemtests for deadletter and expiry behavior, modify the AMQP
client to be able to reject messages so that they end up in the dead
letter queue.
Make more tests run in multiple Kubernetes environments by retrieving
a node ip and using nodeport to expose service.
Issue #4469
Checklist
./documentation/design