Alexandre Gallice
Alexandre Gallice
This [PR](https://github.com/apache/camel-quarkus/pull/3787) introduces extra logs to attempt catching more information. The flaky tests caught, idempotent and filter, are both using getFromMock. However, only idempotent is using resetMock, so we may...
Seems like an heisenbug. Let's wait few more days, but as of now FileTests is not flaky anymore with those extra logs. If not conclusive, the next track would be...
A month without issue, I've removed some console logs to restore flakiness. On next occurence: + Check the output for logs from `.log("CAMEL-QUARKUS-3584` : 2 routes + Try with `quarkus.vertx.worker-pool-size=1`...
Caught another occurences with logs below: ``` [main_upstream @ integration-tests-alternative-jdk]$ grep -R CAMEL-QUARKUS-3584 9_cd integration-tests && mvn clean verify.txt:2022-06-17T02:58:50.0154647Z 2022-06-17 02:58:50,014 INFO [route4] (Camel (camel-1) thread #5 - file://target/filter) CAMEL-QUARKUS-3584...
The pr is no more flaky since almost 4 weeks. Let's remove the last logs to ensure flakiness is fixed. Worst case, we could reopen yet another time.
Actually, it's still there: https://github.com/apache/camel-quarkus/runs/7760617856?check_suite_focus=true#step:8:347 The most probable explanation is that [the logs](https://github.com/apache/camel-quarkus/commit/ce29a9f91fb1b1dd3c454ebbdf0b19831374e3a6) in the camel route were lowering the probability of yet another flakiness issue.
Yet another occurence, in the idempotent test this time: https://github.com/apache/camel-quarkus/runs/7989610885?check_suite_focus=true#step:8:7465
That' sounds like a good to experiment and it should be optional indeed. If we happen to have a temporarily cq version where this is not optional, then, I think...
Checking the feature [coverage](https://camel.apache.org/components/3.18.x/google-pubsub-component.html): + Producers => OK + Consumers => OK + Message body => OK + AUTHENTICATION CONFIGURATION => I'm not sure ? + ROLLBACK AND REDELIVERY =>...
> > Checking the feature [coverage](https://camel.apache.org/components/3.18.x/google-pubsub-component.html): > > > > * Producers => OK > > * Consumers => OK > > * Message body => OK > > *...