This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch 4.19
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 238d0c5e30a Fix NPE while checking for user data provider (#10255)
add 37c29f82eda server: fix snapshot physical size (#10216)
No new revisions were added by this update.
Summary of changes:
.../java/com/cloud/api/query/QueryManagerImpl.java | 76 +++++++-------
.../com/cloud/api/query/dao/SnapshotJoinDao.java | 6 +-
.../cloud/api/query/dao/SnapshotJoinDaoImpl.java | 34 +++++--
.../api/query/dao/SnapshotJoinDaoImplTest.java | 109 +++++++++++++++++++++
4 files changed, 171 insertions(+), 54 deletions(-)
create mode 100644
server/src/test/java/com/cloud/api/query/dao/SnapshotJoinDaoImplTest.java