Nicolas Filotto
Nicolas Filotto
It appears that the log level used for the camel-drill feature is DEBUG while INFO is expected which fills up the log file
Even if the test passes, we can see the following error in the log of the build: ``` 2024-07-19T11:08:28.1765553Z io.reactivex.rxjava3.exceptions.UndeliverableException: The exception could not be delivered to the consumer because...
The build fails randomly with errors of following type which block the build for one hour ``` 2024-07-19T12:10:39.2009493Z java.lang.RuntimeException: Cannot get the remote bundle context 2024-07-19T12:10:39.2010889Z at org.ops4j.pax.exam.rbc.client.intern.RemoteBundleContextClientImpl.getRemoteBundleContext(RemoteBundleContextClientImpl.java:261) 2024-07-19T12:10:39.2013224Z at...
The test fails with the next errors: ``` 2024-07-17T09:22:06.3354618Z [INFO] Running org.apache.karaf.camel.itest.CamelDockerITest 2024-07-17T09:22:06.3646954Z SLF4J(W): Class path contains multiple SLF4J providers. 2024-07-17T09:22:06.3648747Z SLF4J(W): Found provider [org.ops4j.pax.logging.slf4j.PaxLoggingSLF4JServiceProvider@15d0c81b] 2024-07-17T09:22:06.3650682Z SLF4J(W): Found provider [ch.qos.logback.classic.spi.LogbackServiceProvider@6acdbdf5]...
When launching the test on my mac I get the next error: ``` org.apache.karaf.features.internal.util.MultiException: Error restarting bundles: Unable to resolve org.fusesource.leveldbjni.leveldbjni-all [163](R 163.0): missing requirement [org.fusesource.leveldbjni.leveldbjni-all [163](R 163.0)] osgi.native; (|(&(osgi.native.osname~=win32)(osgi.native.processor~=x86))(&(osgi.native.osname~=win32)(osgi.native.processor~=x86-64))(&(osgi.native.osname~=macosx)(osgi.native.processor~=x86))(&(osgi.native.osname~=macosx)(osgi.native.processor~=x86-64))(&(osgi.native.osname~=linux)(osgi.native.processor~=x86))(&(osgi.native.osname~=linux)(osgi.native.processor~=x86-64)))...
Some tests have failed since the upgrade to IDEA 2024.2. This task aims to investigate and fix the failing tests that have been commented on to make the build pass....