-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
MockUpdateCenter should only be installed if the current UC is the default #636
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe? I have little recollection now of how this stuff works (it has gone back and forth a bunch of times), and certainly no knowledge of how it would or would not work with a nondefault (or multiple) UC definition.
BTW you can request a rerun from the Checks tab. |
Analysis of the failing tests:
The stacktrace in case someone wants to
and the code causing the error:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should do the job. A better warning message could be useful, but totally optional
src/main/java/org/jenkinsci/test/acceptance/update_center/MockUpdateCenter.java
Outdated
Show resolved
Hide resolved
…UpdateCenter.java Co-authored-by: Oleg Nenashev <o.v.nenashev@gmail.com>
MockUpdateCenter
should check that thedefault
Update Site is configured in the Update Center page in a similar way that it's already checking that only one Update Site is configured.@jtnord @amuniz