[
https://issues.apache.org/jira/browse/CAMEL-23761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on CAMEL-23761 started by Aurélien Pupier.
-----------------------------------------------
> SqsProducerDelayedQueueIT.delayedQueue is failing
> -------------------------------------------------
>
> Key: CAMEL-23761
> URL: https://issues.apache.org/jira/browse/CAMEL-23761
> Project: Camel
> Issue Type: Test
> Components: camel-aws2-sqs
> Affects Versions: 4.20.0
> Reporter: Aurélien Pupier
> Assignee: Aurélien Pupier
> Priority: Minor
>
> it is initally a test on spring boot side.
> ```
> org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
> at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:190)
> at
> org.apache.camel.component.aws2.sqs.SqsDelayedQueueTest.delayedQueue(SqsDelayedQueueTest.java:69)
> ```
> I recreated the test on Camel core side on this branch
> https://github.com/apupier/camel/tree/23761-sqsDelayedQueue and the same
> error occurs:
> {noformat}
> [[1;31mERROR[m] [1;31mTests [0;1mrun: [0;1m1[m, [1;31mFailures:
> [0;1;31m1[m, Errors: 0, Skipped: 0, Time elapsed: 2.051 s[1;31m <<<
> FAILURE![m -- in
> org.apache.camel.component.aws2.sqs.integration.[1mSqsProducerDelayedQueueIT[m
> [[1;31mERROR[m]
> org.apache.camel.component.aws2.sqs.integration.SqsProducerDelayedQueueIT.delayedQueue
> -- Time elapsed: 2.045 s <<< FAILURE!
> java.lang.AssertionError:
> Expecting actual:
> 2L
> to be greater than or equal to:
> 20L
> at
> org.apache.camel.component.aws2.sqs.integration.SqsProducerDelayedQueueIT.delayedQueue(SqsProducerDelayedQueueIT.java:51)
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)