-
Notifications
You must be signed in to change notification settings - Fork 194
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
Groovy DSL test hard to make work on Quarkus Platform #4894
Comments
I can check that asap, but could you please also share the link to the failing build or anything that could help to get the full picture? |
I am doing it locally so far. IIRC, there is no CQ release with the new Groovy DSL tests, so I cannot prepare a PR for the Plaform where it would be visible. This would be the steps to do it locally:
|
ppalaga
added a commit
to ppalaga/camel-quarkus
that referenced
this issue
May 12, 2023
ppalaga
added a commit
to ppalaga/camel-quarkus
that referenced
this issue
May 25, 2023
ppalaga
added a commit
that referenced
this issue
May 25, 2023
essobedo
added a commit
that referenced
this issue
Jun 30, 2023
essobedo
added a commit
that referenced
this issue
Jun 30, 2023
essobedo
added a commit
that referenced
this issue
Jul 6, 2023
essobedo
added a commit
that referenced
this issue
Jul 6, 2023
essobedo
added a commit
that referenced
this issue
Jul 7, 2023
essobedo
added a commit
that referenced
this issue
Jul 7, 2023
essobedo
added a commit
that referenced
this issue
Jul 7, 2023
jamesnetherton
pushed a commit
that referenced
this issue
Jul 18, 2023
jamesnetherton
pushed a commit
that referenced
this issue
Jul 20, 2023
jamesnetherton
pushed a commit
that referenced
this issue
Jul 21, 2023
jamesnetherton
pushed a commit
that referenced
this issue
Jul 24, 2023
jamesnetherton
pushed a commit
that referenced
this issue
Jul 31, 2023
ppalaga
pushed a commit
that referenced
this issue
Aug 16, 2023
ppalaga
pushed a commit
that referenced
this issue
Aug 16, 2023
jamesnetherton
pushed a commit
that referenced
this issue
Aug 22, 2023
zbendhiba
pushed a commit
that referenced
this issue
Aug 30, 2023
zbendhiba
pushed a commit
to zbendhiba/camel-quarkus
that referenced
this issue
Aug 31, 2023
zbendhiba
pushed a commit
that referenced
this issue
Aug 31, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The test can currently be characterized as follows:
All of these are quite against how the tests in Quarkus Platform are set up:
mvn package
in the generated test module directorygenerated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-groovy-dsl
does not produce any jars under target. Maybe quarkus-maven-plugin is not set up. It needs to be investigated.quarkus.runner
property (and moving surefire to integration-test) can be done by this piece of XSL added tosrc/main/resources/xslt/camel/test-pom.xsl
in the Platform source tree:Instead on pushing on any of the above, I'll remove camel-quarkus-integration-test-groovy-dsl from the test list we publish for the platform for now.
@essobedo I wonder whether the classloading issue because of which we have this special setup cannot be fixed in Quarkus or elsewhere? If it can be fixed, we would not need to bother with any special measures to make the test work in the Platform.
The text was updated successfully, but these errors were encountered: