You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "aldettinger (via GitHub)" <gi...@apache.org> on 2023/04/12 14:50:15 UTC

[GitHub] [camel-quarkus] aldettinger commented on issue #3584: Intermittent failure of FileTests

aldettinger commented on issue #3584:
URL: https://github.com/apache/camel-quarkus/issues/3584#issuecomment-1505414165

   Another occurrence but this time with `filter` test failing (windows test):
   
   ```
   2023-04-12T11:24:53.4282279Z [ERROR] Tests run: 10, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 23.569 s <<< FAILURE! - in org.apache.camel.quarkus.component.file.it.FileTest
   2023-04-12T11:24:53.4284199Z [ERROR] filter  Time elapsed: 10.227 s  <<< ERROR!
   2023-04-12T11:24:53.4386611Z org.awaitility.core.ConditionTimeoutException: org.apache.camel.quarkus.component.file.it.FileTest expected "Hello2" but was "" within 10 seconds.
   2023-04-12T11:24:53.4388402Z 	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
   2023-04-12T11:24:53.4401840Z 	at org.awaitility.core.AbstractHamcrestCondition.await(AbstractHamcrestCondition.java:86)
   2023-04-12T11:24:53.4403033Z 	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:985)
   2023-04-12T11:24:53.4404071Z 	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:691)
   2023-04-12T11:24:53.4455333Z 	at org.apache.camel.quarkus.component.file.it.FileTest.filter(FileTest.java:158)
   2023-04-12T11:24:53.4456538Z 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   ```
   
   So the issue could really occur on both `filter` and `idempotent`. Now let's try to remove `idempotent` and check that `filter` is no more failing.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org