nvazquez commented on pull request #5785:
URL: https://github.com/apache/cloudstack/pull/5785#issuecomment-996601797


   Thanks @GabrielBrascher!
   
   To test the DB additions:
    - We should be able to run the upgrade path script multiple times and still 
get the same results without any failure.
    - Verify that each table from the list contains a primary key
   
   The java code simply reflects the new DB changes, however, the modifications 
can impact the usage server (the only table modified on the `cloud` schema 
simply adds a new column, but there are many tables in the `cloud_usage` schema 
which we have modified an existing column and an existing unique index).
   - To test it I would suggest checking the usage serve keeps working as usual
   - Check persisted usage data after the upgrade is consistent with the data 
prior to the upgrade


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to