aldettinger commented on issue #3584: URL: https://github.com/apache/camel-quarkus/issues/3584#issuecomment-1569676544
Actually, the `filter` test has failed [once](https://github.com/apache/camel-quarkus/actions/runs/4935544622/jobs/8822692600): ``` 2023-05-10T10:39:01.1963304Z [ERROR] Tests run: 10, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 23.135 s <<< FAILURE! - in org.apache.camel.quarkus.component.file.it.FileTest 2023-05-10T10:39:01.2016829Z [ERROR] filter Time elapsed: 10.183 s <<< ERROR! 2023-05-10T10:39:01.2017670Z org.awaitility.core.ConditionTimeoutException: org.apache.camel.quarkus.component.file.it.FileTest expected "Hello2" but was "" within 10 seconds. 2023-05-10T10:39:01.2018398Z at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167) 2023-05-10T10:39:01.2019038Z at org.awaitility.core.AbstractHamcrestCondition.await(AbstractHamcrestCondition.java:86) 2023-05-10T10:39:01.2019657Z at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:985) 2023-05-10T10:39:01.2020217Z at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:691) 2023-05-10T10:39:01.2020799Z at org.apache.camel.quarkus.component.file.it.FileTest.filter(FileTest.java:160) ``` So `filter` and `idempotent` tests are not polluting each other. This is just that the failure of frequency is very low. -- 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]
