-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fix for the NicVO.java regression. #726
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
Conversation
Renamed set*() methods to correct naming.
|
The updateBuilder will check if the DAO has changed based on the set_() methods. When it can't resolve one, it won't update. After learning this I changed the set_() method names to reflect the names of the variable fields. |
|
LGTM |
|
Tested it in a new environment. The nics are correctly put in the db again. |
|
@remibergsma @karuturi Please review! |
|
LGTM. lets wait for travis and other jenkins verifications. In future, can you club all refactoring work in a branch and merge them together? That way, we can test it once(giving bigger time window for everyone to verofy) and merge |
|
@karuturi I came to that conclusion in the previous pr. I will stack all refactoring work in a branch. And send a PR when done. |
Fix for the NicVO.java regression.Renamed set*() methods to correct naming. * pr/726: Fix for the NicVO.java regression. Signed-off-by: Remi Bergsma <[email protected]>
|
@borisroman Thanks! I'll run some tests later tonight. Travis is green, didn't see an Apache build reporting results (yet?). |
|
cloudstack-pull-rats #363 SUCCESS |
|
cloudstack-pull-analysis #296 ABORTED |
|
LGTM Verified that a new cloud deployment had working system VMs again. |
|
cloudstack-pull-analysis 296 failed due to: |
|
I think we have to disable this test, enlarging the period even more beats every intention of its use. not related indeed |
|
Check, as far as I can tell everything is OK. And since master is broken now anyway, I think it's time to merge this to fix it. |
Fix for the NicVO.java regression.Renamed set*() methods to correct naming. * pr/726: Fix for the NicVO.java regression. Signed-off-by: Remi Bergsma <[email protected]>
|
hm, you shouldt merge anything to a broken master that isn't hellbound on fixing it. |
|
@DaanHoogland It does fix the problem, I just feel a bit blind sometimes by the builds that seem less reliable lately so then it's hard to be sure. |
Fix delete parent snapshot Closes apache#712 and apache#726 See merge request scclouds/scclouds!294
Renamed set*() methods to correct naming.