You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sharedfs: drop duplicate skip-hypervisor test after 4.22 merge
The 4.22 merge brought in testDeploySharedFSContinuesWhenTemplateIsMissingForNonLastHypervisor
from PR #13830, which covers the same skip-hypervisor-without-template path as
testDeploySharedFSSkipsHypervisorWithoutTemplate. It was written against
getSupportedHypervisorTypes(zoneId, false, null); deploySharedFSVM() now passes
forSystemVm=true, so its stubs were never used and MockitoJUnitRunner failed the
class with UnnecessaryStubbingException. Its External hypervisor scenario is also
unreachable now, since forSystemVm=true filters External out.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: plugins/storage/sharedfs/storagevm/src/test/java/org/apache/cloudstack/storage/sharedfs/lifecycle/StorageVmSharedFSLifeCycleTest.java
-40Lines changed: 0 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -277,46 +277,6 @@ public void testDeploySharedFS() throws ResourceUnavailableException, Insufficie
0 commit comments