[
https://issues.apache.org/jira/browse/CLOUDSTACK-8748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14704262#comment-14704262
]
ASF GitHub Bot commented on CLOUDSTACK-8748:
--------------------------------------------
Github user karuturi commented on the pull request:
https://github.com/apache/cloudstack/pull/717#issuecomment-132879424
master build broken with the below error
http://jenkins.buildacloud.org/job/build-master-slowbuild/2101/consoleText
```
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/home/jenkins/acs/workspace/build-master-slowbuild/plugins/hypervisors/xenserver/test/com/cloud/hypervisor/xenserver/resource/wrapper/xenbase/CitrixRequestWrapperTest.java:[1581,51]
error: constructor CreateVMSnapshotCommand in class CreateVMSnapshotCommand
cannot be applied to given types;
[ERROR] required: String,String,VMSnapshotTO,List<VolumeObjectTO>,String
found: String,VMSnapshotTO,List<VolumeObjectTO>,String
reason: actual and formal argument lists differ in length
/home/jenkins/acs/workspace/build-master-slowbuild/plugins/hypervisors/xenserver/test/com/cloud/hypervisor/xenserver/resource/wrapper/xenbase/CitrixRequestWrapperTest.java:[1623,53]
error: no suitable constructor found for
RevertToVMSnapshotCommand(String,VMSnapshotTO,List<VolumeObjectTO>,String)
[INFO] 2 errors
[INFO] -------------------------------------------------------------
```
> VM UUID accessible in CreateVMSnapshotCommand and RevertToVMSnapshotCommand
> ---------------------------------------------------------------------------
>
> Key: CLOUDSTACK-8748
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8748
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Rohit Yadav
> Assignee: Rohit Yadav
>
> VM UUID is not available to CreateVMSnapshotCommand and
> RevertToVMSnapshotCommand, add method param to receive/return those to
> subsystems.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)