Uh oh!
There was an error while loading. Please reload this page.
[BLOCKER][FIX] CLOUDSTACK-9409: Add role_id to cloud_usage.account - #1584
Conversation
Adds role_id column to cloud_usage.account, fixes UsageDaoImpl to insert Accounts with role_id from account table. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
yadvr
commented
Jun 8, 2016
@nvazquez I've tested and with this fix unable to reproduce your issue, can you help review and test this PR? Thanks. |
swill
commented
Jun 8, 2016
CI RESULTSSummary of the problem(s): Associated Uploads
Uploads will be available until Comment created by |
swill
commented
Jun 8, 2016
I ran all of the usage tests against this PR. The last two errors have always happened on this setup for me, so I don't think they are related to this test. The first one looks like a cleanup issue. I will run it again to verify... |
yadvr
commented
Jun 9, 2016
Thanks @swill |
swill
commented
Jun 9, 2016
CI RESULTSAssociated Uploads
Uploads will be available until Comment created by |
swill
commented
Jun 9, 2016
Reran the test that failed that was not expected to fail and it passed now. I think we are good to go here... |
swill
commented
Jun 9, 2016
I would like to get at least one review of this before we merge it. @nvazquez would you be able to review this? |
syed
commented
Jun 9, 2016
LGTM based on the code review. 👍 |
nvazquez
commented
Jun 9, 2016
Thanks @rhtyd for this fix! Just for the record, this was error before this fix: And now I can see usage jobs work properly: LGTM |
swill
commented
Jun 9, 2016
Ok, thanks guys. I will get this merged into 4.9. Thank you for the bug report and fix... |
nvazquez
commented
Jun 9, 2016
Cool, thanks @swill! |
[BLOCKER][FIX] CLOUDSTACK-9409: Add role_id to cloud_usage.accountAdds role_id column to cloud_usage.account, fixes UsageDaoImpl to insert Accounts with role_id from account table. Without the fix, usage server fails to work. This fixes a *blocker* for 4.9.0 reported by @nvazquez (thanks!) /cc @swill@nvazquez for review and merge thanks. * pr/1584: CLOUDSTACK-9409: Add role_id to cloud_usage.account Signed-off-by: Will Stevens <williamstevens@gmail.com>
Adds role_id column to cloud_usage.account, fixes UsageDaoImpl to insert
Accounts with role_id from account table. Without the fix, usage server fails to work.
This fixes a blocker for 4.9.0 reported by @nvazquez (thanks!)
/cc @swill@nvazquez for review and merge thanks.