Aurélien Pupier created CAMEL-23761:
---------------------------------------

             Summary: 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


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 and the same error occurs:

{noformat}
[ERROR] Tests run: 1, Failures: 
1, Errors: 0, Skipped: 0, Time elapsed: 2.051 s <<< 
FAILURE! -- in 
org.apache.camel.component.aws2.sqs.integration.SqsProducerDelayedQueueIT
[ERROR] 
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)

Reply via email to