mirror of https://github.com/apache/cloudstack.git
- Move database access code to new class DatabaseAccessObject.
This was done to ease the effort of testing, since
DbUpgradeUtils has a static API and it is harder to mock
static things with Mockito.
- Log exceptions even if ignored
- Add unit tests for both DbUpgradeUtils and DatabaseAccessObject
- DbUpgradeUtils.dropTableColumnsIfExist(...) no longer throws
CloudRuntimeException to make it consistent with the other methods in
the class
Signed-off-by: Daan Hoogland <daan@onecht.net>
|
||
|---|---|---|
| .. | ||
| resources/META-INF/cloudstack | ||
| src | ||
| test/com/cloud/upgrade/dao | ||
| pom.xml | ||