Github user jburwell commented on the issue:
https://github.com/apache/cloudstack/pull/1692
@serg38 @abhinandanprateek diagnosed the same issue earlier today.
Reviewing #871, it is composed of commits
fbc2e2e983938e6a16b7e44eb19db9e659b7a570 and
7147627aa2756c21d28560c1d126c2cdc5cfe771 which are in both in the 4.8 branch
according to the following `git branch` checks:
```
â cloudstack git:(master) â git branch --contains
fbc2e2e983938e6a16b7e44eb19db9e659b7a570
4.8
4.9
jsb/4.8.2.0-version
jsb/4.9.1.0-version
jsb/maven-parent-version
* master
â cloudstack git:(master) â git branch --contains
7147627aa2756c21d28560c1d126c2cdc5cfe771
4.8
4.9
jsb/4.8.2.0-version
jsb/4.9.1.0-version
jsb/maven-parent-version
* master
```
Since the `test_01_test_vm_volume_snapshot` continues to fail with this
changes from #871 included, it appears we need to do some work on this test
case.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---