-
Notifications
You must be signed in to change notification settings - Fork 191
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
Labels
Milestone
Comments
This is not an issue, I probably used wrong version of Camel or something similar. |
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
The nightly CI confirmed the error, reopening |
github-actions
bot
added
wontfix
This will not be worked on
test
area/testing
release/camel-next
labels
Sep 20, 2024
JiriOndrusek
added a commit
that referenced
this issue
Sep 20, 2024
FYI @orpiske |
JiriOndrusek
added a commit
that referenced
this issue
Sep 24, 2024
@JiriOndrusek thanks for the heads up. Yeah, this test scenario seems like it's invalid from now on |
JiriOndrusek
added a commit
that referenced
this issue
Sep 27, 2024
JiriOndrusek
added a commit
that referenced
this issue
Sep 30, 2024
JiriOndrusek
added a commit
that referenced
this issue
Oct 1, 2024
JiriOndrusek
added a commit
that referenced
this issue
Oct 3, 2024
JiriOndrusek
added a commit
to JiriOndrusek/camel-quarkus
that referenced
this issue
Oct 3, 2024
…valid scenario since Camel 4.9.0
JiriOndrusek
added a commit
that referenced
this issue
Oct 4, 2024
JiriOndrusek
added a commit
to JiriOndrusek/camel-quarkus
that referenced
this issue
Oct 4, 2024
…valid scenario since Camel 4.9.0
JiriOndrusek
added a commit
to JiriOndrusek/camel-quarkus
that referenced
this issue
Oct 7, 2024
JiriOndrusek
added a commit
that referenced
this issue
Oct 9, 2024
JiriOndrusek
added a commit
that referenced
this issue
Oct 10, 2024
jamesnetherton
pushed a commit
that referenced
this issue
Oct 15, 2024
JiriOndrusek
added a commit
that referenced
this issue
Oct 17, 2024
JiriOndrusek
added a commit
that referenced
this issue
Oct 25, 2024
JiriOndrusek
added a commit
that referenced
this issue
Nov 4, 2024
JiriOndrusek
added a commit
that referenced
this issue
Nov 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: