Alexandre Gallice
Alexandre Gallice
It looks the upgrade in camel is linked to TLS version. Are we covering TLS in those splunk tests ?
There was discussion in camel upstream to talk about deprecating spark, hbase and hdfs: + camel-spark (will be deprecated in camel, already removed in camel-quarkus) + camel-hbase (will be deprecated...
Ok, let's deprecate both in Camel Quarkus then. We could come back if there is a strong community involvement to narrow down the maintenance burden in the future.
Let's close in favor of #4229
No strong opinion. Not sure we need to align with Camel. Aligning Camel Quarkus and Camel Spring Boot looks good.
There is no way to reproduce locally. The most probable scenario is that filter and idempotent test are somehow polluting each other. Let's restore filter => we should observe the...
Ok, caught 2x occurences of `idempotent` failing test (windows test): ``` org.awaitility.core.ConditionTimeoutException: org.apache.camel.quarkus.component.file.it.FileTest expected "Hello1" but was "" within 10 seconds. at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167) at org.awaitility.core.AbstractHamcrestCondition.await(AbstractHamcrestCondition.java:86) at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:985) at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:691) at...
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
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
As far as I remember, the tests also fails without windows. If we disable them, then we'll have no chance to investigate as the failures can't be reproduced locally. I...