[
https://issues.apache.org/jira/browse/AMQ-8528?focusedWorklogId=738202&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-738202
]
ASF GitHub Bot logged work on AMQ-8528:
---------------------------------------
Author: ASF GitHub Bot
Created on: 08/Mar/22 16:25
Start Date: 08/Mar/22 16:25
Worklog Time Spent: 10m
Work Description: mattrpav commented on a change in pull request #795:
URL: https://github.com/apache/activemq/pull/795#discussion_r821836816
##########
File path:
activemq-unit-tests/src/test/java/org/apache/activemq/broker/BrokerRedeliveryTest.java
##########
@@ -146,6 +146,7 @@ public void testNoScheduledRedeliveryOfDuplicates() throws
Exception {
PolicyEntry policyEntry = new PolicyEntry();
policyEntry.setUseCache(false); // disable the cache such that
duplicates are not suppressed on send
+ policyEntry.setSendDuplicateFromStoreToDLQ(true);
Review comment:
Nice catch. This is a good example of how dupe from store can occur as
well.
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 738202)
Time Spent: 1h (was: 50m)
> Fix integration test failures on main and 5.17.x
> ------------------------------------------------
>
> Key: AMQ-8528
> URL: https://issues.apache.org/jira/browse/AMQ-8528
> Project: ActiveMQ
> Issue Type: Bug
> Reporter: Christopher L. Shannon
> Assignee: Christopher L. Shannon
> Priority: Major
> Fix For: 5.17.1, 5.18.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> There are various test failures on the latest main run that need to be fixed
> after re-enabling the unit tests module. We need to figure out which ones
> apply to 5.17.x as well and if the test failures are real regressions or just
> issues with the tests. Also we should re-enable the quick tests mode in
> 5.17.x as part of this (and scale back some of the tests so it's faster)
> https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ/job/main/115/#showFailuresLink
--
This message was sent by Atlassian Jira
(v8.20.1#820001)