DaanHoogland commented on PR #11616: URL: https://github.com/apache/cloudstack/pull/11616#issuecomment-3425484591
@bernardodemarco , ignore the GHA for now as per #11873, but look at the below from the backend, I think these are related: ``` 01:04:12 [INFO] Running com.cloud.vm.snapshot.VMSnapshotManagerTest 01:04:12 23:04:13.850 [main] ERROR com.cloud.vm.snapshot.VMSnapshotManagerImpl - Couldn't change service offering for vm userVm to serviceOffering 01:04:13 [ERROR] Tests run: 19, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 1.141 s <<< FAILURE! - in com.cloud.vm.snapshot.VMSnapshotManagerTest 01:04:14 [ERROR] testAllocVMSnapshotF4(com.cloud.vm.snapshot.VMSnapshotManagerTest) Time elapsed: 0.034 s <<< ERROR! 01:04:14 java.lang.Exception: Unexpected exception, expected<com.cloud.utils.exception.CloudRuntimeException> but was<java.lang.NullPointerException> 01:04:14 at com.cloud.vm.snapshot.VMSnapshotManagerTest.testAllocVMSnapshotF4(VMSnapshotManagerTest.java:291) 01:04:14 01:04:14 [ERROR] testAllocVMSnapshotF5(com.cloud.vm.snapshot.VMSnapshotManagerTest) Time elapsed: 0.016 s <<< ERROR! 01:04:14 java.lang.Exception: Unexpected exception, expected<com.cloud.utils.exception.CloudRuntimeException> but was<java.lang.NullPointerException> 01:04:14 at com.cloud.vm.snapshot.VMSnapshotManagerTest.testAllocVMSnapshotF5(VMSnapshotManagerTest.java:301) 01:04:14 01:04:14 [ERROR] testCreateVMSnapshot(com.cloud.vm.snapshot.VMSnapshotManagerTest) Time elapsed: 0.007 s <<< ERROR! 01:04:14 java.lang.NullPointerException 01:04:14 at com.cloud.vm.snapshot.VMSnapshotManagerTest.testCreateVMSnapshot(VMSnapshotManagerTest.java:308) 01:04:14 ``` -- 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]
