-
Notifications
You must be signed in to change notification settings - Fork 358
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
Use existing Zone not 'default' for MiqServer.my_zone or in request #4669
Use existing Zone not 'default' for MiqServer.my_zone or in request #4669
Conversation
60c5148
to
20a81a3
Compare
Checked commit ZitaNemeckova@20a81a3 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
@@ -1,4 +1,7 @@ | |||
describe ApplicationController do | |||
let!(:server) { EvmSpecHelper.local_miq_server(:zone => zone) } | |||
let(:zone) { FactoryGirl.create(:zone) } |
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.
I don't understand. Were we queueing things without a zone before this change?
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.
The zone didn't exist, we would just use "default"
before in the specs.. (without such a zone existing in the db)
ManageIQ/manageiq#17987 is |
@miq-bot add_label gaprindashvili/yes |
Use existing Zone not 'default' for MiqServer.my_zone or in request (cherry picked from commit 248d491)
Gaprindashvili backport details:
|
@ZitaNemeckova Travis is still failing in Gaprindashvili branch. Would you mind taking a look? https://travis-ci.org/ManageIQ/manageiq-ui-classic/jobs/439823454
|
Fixing failures introduced by ManageIQ/manageiq#17987
@miq-bot add_label test