harikrishna-patnala commented on code in PR #8484:
URL: https://github.com/apache/cloudstack/pull/8484#discussion_r1446877868
##########
server/src/test/java/com/cloud/vm/UserVmManagerImplTest.java:
##########
@@ -1221,4 +1308,174 @@ public void
testSetVmRequiredFieldsForImportFromLastHost() {
Mockito.verify(userVmVoMock).setLastHostId(2L);
Mockito.verify(userVmVoMock).setState(VirtualMachine.State.Running);
}
+
+/*
Review Comment:
same here, if this test is not required can you please delete it or remove
the comment if we need this.
##########
server/src/test/java/com/cloud/vm/UserVmManagerImplTest.java:
##########
@@ -245,6 +249,45 @@ public class UserVmManagerImplTest {
@Mock
ServiceOfferingJoinDao serviceOfferingJoinDao;
+// @Mock
Review Comment:
I see these are commented, can you please delete them
--
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]