Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JiriOndrusek opened this issue Sep 19, 2024 · 4 comments

Comments

@JiriOndrusek
Copy link
Contributor

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
Copy link
Contributor Author

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

@jamesnetherton jamesnetherton added wontfix This will not be worked on and removed bug Something isn't working test area/testing release/camel-next labels Sep 19, 2024
@jamesnetherton jamesnetherton added this to the No fix/wont't fix milestone Sep 19, 2024
@JiriOndrusek
Copy link
Contributor Author

The nightly CI confirmed the error, reopening

@JiriOndrusek
Copy link
Contributor Author

FYI @orpiske

@orpiske
Copy link
Contributor

orpiske commented Sep 24, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants