camel-quarkus icon indicating copy to clipboard operation
camel-quarkus copied to clipboard

[camel-main] Junit5-extension-test DoubleRoutesPerClassTest is disabled (possibly would be removed)

Open JiriOndrusek opened this issue 1 year ago • 4 comments

Bug description

Refactors in Camel (based around AbstractTestSupport) made the scenario covered by DoubleRoutesPerClassTest invalid. The test are using Lifecycle.PER_CLASS, therefore the routeBuilder from the second test class is not applied and test is failing. Because some of the functionality is marked as deprecated, the whole scenario might not be valid anymore.

JiriOndrusek avatar Sep 19 '24 13:09 JiriOndrusek

This is not an issue, I probably used wrong version of Camel or something similar.

JiriOndrusek avatar Sep 19 '24 14:09 JiriOndrusek

The nightly CI confirmed the error, reopening

JiriOndrusek avatar Sep 20 '24 09:09 JiriOndrusek

FYI @orpiske

JiriOndrusek avatar Sep 23 '24 11:09 JiriOndrusek

@JiriOndrusek thanks for the heads up. Yeah, this test scenario seems like it's invalid from now on

orpiske avatar Sep 24 '24 09:09 orpiske