JiriOndrusek opened a new issue, #6185: URL: https://github.com/apache/camel-quarkus/issues/6185
### Bug description I encountered a failure during the execution of `Aws2KinesisFirehoseTest` with real service. This is the shortened log: ``` 2024-05-29 08:28:51,485 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel (camel-1) is starting 2024-05-29 08:28:51,493 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Routes startup (started:2) ...(camel-1) started in 7ms (build:0ms init:0ms start:7ms) 2024-05-29 08:28:51,899 INFO [org.apa.cam.qua.com.aws.kin.it.Aws2KinesisFirehoseTest] (main) Sending 1 MB of data to firehose using chunk ... ... 2024-05-29 08:28:54,547 INFO [org.apa.cam.qua.com.aws.kin.it.Aws2KinesisFirehoseTest] (main) Sent 1 MB of data to firehose 2024-05-29 08:28:56,175 INFO [org.apa.cam.qua.com.aws.kin.it.Aws2KinesisTestEnvCustomizer] (main) Deleting 0 objects in bucket camel-quarkus-firehose-jwzjwsyj0ny9xchhorivct584dzge8ra 2024-05-29 08:28:56,258 WARN [org.apa.cam.qua.tes.sup.aws.Aws2TestEnvContext] (main) Could not close org.apache.camel.quarkus.component.aws2.kinesis.it.Aws2KinesisTestEnvCustomizer$$Lambda/0x00007efcd85ace88@1c33d539: software.amazon.awssdk.services.s3.model.NoSuchBucketException: The specified bucket does not exist (Service: S3, Status Code: 404 ``` From the log, I can see that the test successfully logged message from [line 81](https://github.com/apache/camel-quarkus/blob/main/integration-test-groups/aws2/aws2-kinesis/src/test/java/org/apache/camel/quarkus/component/aws2/kinesis/it/Aws2KinesisFirehoseTest.java#L81). But after that there is a failure from `Aws2TestEnvContext` and there is no logged message confirming that the awaitility [block](https://github.com/apache/camel-quarkus/blob/main/integration-test-groups/aws2/aws2-kinesis/src/test/java/org/apache/camel/quarkus/component/aws2/kinesis/it/Aws2KinesisFirehoseTest.java#L87-L112) from the test was executed. (there is not even the 2 minutes delay in the timestamps of the log) -- 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]
