jamesnetherton commented on issue #4175: URL: https://github.com/apache/camel-quarkus/issues/4175#issuecomment-1278571105
Thought I'd report this here. There may be some flakiness with `SchedulerTest.testDelay`. I noticed it failed on a recent CI run. ``` 2022-10-14T05:47:48.2823783Z [INFO] Running org.apache.camel.quarkus.component.scheduler.it.SchedulerTest 2022-10-14T05:47:55.2012641Z 2022-10-14 05:47:55,097 WARN [io.qua.arc.dep.SplitPackageProcessor] (build-90) Detected a split package usage which is considered a bad practice and should be avoided. Following packages were detected in multiple archives: 2022-10-14T05:47:55.2014064Z - "org.apache.camel.vault" found in [org.apache.camel:camel-api::jar, org.apache.camel:camel-main::jar] 2022-10-14T05:47:56.5113169Z 2022-10-14 05:47:56,498 WARN [io.qua.config] (main) Unrecognized configuration key "quarkus.https.test-port" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo 2022-10-14T05:47:56.5114957Z 2022-10-14 05:47:56,507 WARN [io.qua.config] (main) Unrecognized configuration key "quarkus.version" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo 2022-10-14T05:47:57.1850153Z 2022-10-14 05:47:57,184 INFO [org.apa.cam.qua.cor.CamelBootstrapRecorder] (main) Bootstrap runtime: org.apache.camel.quarkus.main.CamelMainRuntime 2022-10-14T05:47:57.1888123Z 2022-10-14 05:47:57,187 INFO [org.apa.cam.mai.MainSupport] (main) Apache Camel (Main) 3.19.0 is starting 2022-10-14T05:47:57.4813683Z 2022-10-14 05:47:57,480 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 3.19.0 (camel-1) is starting 2022-10-14T05:47:57.5587645Z 2022-10-14 05:47:57,556 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Routes startup (started:5) 2022-10-14T05:47:57.5589236Z 2022-10-14 05:47:57,556 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Started route1 (scheduler://withInitialDelay) 2022-10-14T05:47:57.5590442Z 2022-10-14 05:47:57,556 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Started route2 (scheduler://withDelay) 2022-10-14T05:47:57.5599730Z 2022-10-14 05:47:57,556 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Started route3 (scheduler://useFixedDelay) 2022-10-14T05:47:57.5600970Z 2022-10-14 05:47:57,556 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Started route4 (scheduler://withDelayRepeat) 2022-10-14T05:47:57.5601830Z 2022-10-14 05:47:57,556 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Started route5 (scheduler://greedy) 2022-10-14T05:47:57.5602943Z 2022-10-14 05:47:57,556 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 3.19.0 (camel-1) started in 216ms (build:0ms init:140ms start:76ms) 2022-10-14T05:47:57.8276605Z 2022-10-14 05:47:57,825 INFO [io.quarkus] (main) camel-quarkus-integration-test-scheduler 2.14.0-SNAPSHOT on JVM (powered by Quarkus 999-SNAPSHOT) started in 4.845s. Listening on: http://localhost:40433 2022-10-14T05:47:57.8277619Z 2022-10-14 05:47:57,825 INFO [io.quarkus] (main) Profile test activated. 2022-10-14T05:47:57.8278788Z 2022-10-14 05:47:57,826 INFO [io.quarkus] (main) Installed features: [camel-core, camel-scheduler, cdi, resteasy, smallrye-context-propagation, vertx] 2022-10-14T05:48:01.6116884Z [ERROR] Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 13.325 s <<< FAILURE! - in org.apache.camel.quarkus.component.scheduler.it.SchedulerTest 2022-10-14T05:48:01.6121316Z [ERROR] testDelay Time elapsed: 3.139 s <<< ERROR! 2022-10-14T05:48:01.6122178Z org.awaitility.core.ConditionTimeoutException: Condition with org.apache.camel.quarkus.component.scheduler.it.SchedulerTest was not fulfilled within 2 seconds. 2022-10-14T05:48:01.6123130Z at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167) 2022-10-14T05:48:01.6123882Z at org.awaitility.core.CallableCondition.await(CallableCondition.java:78) 2022-10-14T05:48:01.6124509Z at org.awaitility.core.CallableCondition.await(CallableCondition.java:26) 2022-10-14T05:48:01.6125148Z at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:985) 2022-10-14T05:48:01.6125843Z at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:954) 2022-10-14T05:48:01.6128088Z at org.apache.camel.quarkus.component.scheduler.it.SchedulerTest.testDelay(SchedulerTest.java:40) ``` -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org