aldettinger commented on issue #3584: URL: https://github.com/apache/camel-quarkus/issues/3584#issuecomment-1090083724
We had another occurence of this in https://github.com/apache/camel-quarkus/runs/5790386191?check_suite_focus=true : ``` 2022-04-01T15:54:17.3802934Z org.awaitility.core.ConditionTimeoutException: org.apache.camel.quarkus.component.file.it.FileTest expected "Hello2" but was "" within 10 seconds. 2022-04-01T15:54:17.3803866Z at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167) 2022-04-01T15:54:17.3804696Z at org.awaitility.core.AbstractHamcrestCondition.await(AbstractHamcrestCondition.java:86) 2022-04-01T15:54:17.3805481Z at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:985) 2022-04-01T15:54:17.3806537Z at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:691) 2022-04-01T15:54:17.3807215Z at org.apache.camel.quarkus.component.file.it.FileTest.filter(FileTest.java:157) ``` This time, it was not on Linux platform with JDK version 17. Chances are that this is an infrequent flaky test on all platforms, jdk versions. -- 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]
