JiriOndrusek commented on issue #4389:
URL: https://github.com/apache/camel-quarkus/issues/4389#issuecomment-1400597918

   Another problem in native is with test `sqsDeleteMessage`
   
   ```
   [ERROR] Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
532.275 s <<< FAILURE! - in 
org.apache.camel.quarkus.component.aws2.sqs.it.Aws2SqsTest
   [ERROR] sqsDeleteMessage  Time elapsed: 82.833 s  <<< FAILURE!
   org.opentest4j.AssertionFailedError: expected: <> but was: 
<sqs326e320629b0499f9bdd74a49e18d986>
        at 
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
        at 
org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
        at 
org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
        at 
org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
        at 
org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
        at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1142)
        at 
org.apache.camel.quarkus.component.aws2.sqs.it.Aws2SqsTest.sqsDeleteMessage(Aws2SqsTest.java:142)
      ...
   


-- 
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]

Reply via email to