-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Move codestart test in integration-test module #16715
Conversation
@glefloch they had been moved on purpose, what is the problem? |
I've added some fixes to those tests here, maybe that also fixes your problem: |
FYI those tests have been moved there because they are also meant to be moved outside quarkus core when we move the tools out.. |
@ia3andy do some tests in devtools rely on the quarkus-bom platform descriptor? |
@ia3andy, yes actually, those jobs fail:
with an error on resolving |
The problem is that the nightly snapshot builds of the quarkus repo are failing now. |
Then we need to think how to solve that problem, I don't think that moving those tests back there is the solution.. They should not need the bom, I will have a look on why they are using it.. |
Now that I'm thinking about it, the registry client dev tools config utility that you moved to the devtools is pre-configured for the quarkus-bom platform. So we need a different platform for the devtools tests. |
It looks like the catalog is needed here: Line 34 in eb46690
which result with this error:
|
Yes, I need to change it because in the end, it's not actually using the catalog.. |
But as tests generate projects, doesn't codestart needs the catalog underneath ? |
Not those, they only use the base codestarts which are also independent..
…On Thu, Apr 22, 2021 at 12:12 PM Guillaume Le Floch < ***@***.***> wrote:
But as tests generate projects, doesn't codestart needs the catalog
underneath ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16715 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ664EIHYOHBG7G5FOKYMLTJ7ZCDANCNFSM43MAJK2Q>
.
--
Andy Damevin
|
So I revert this change and try to remove the catalog reference from the base test class? |
@glefloch I am currently doing it no worries ;) |
OK, I close this one then. Thanks! |
I added this commit |
This branch moves tests from
devtools-testing
intointegration-test/devtools
.This should fix Snapshot-ci job