ablestack-europa 빌드 테스트 실패 수정#832
Merged
dhslove merged 3 commits intoMay 25, 2026
Merged
Conversation
2c3d6a7
into
ablecloud-team:ablestack-europa
7 of 8 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
개요
ablestack-europa브랜치의 GitHub Actions Build 실패를 수정합니다. 이번 변경은 제품 동작 코드가 아니라 테스트 코드 안정화에 한정됩니다.변경 내용
SnapshotManagerTest,VMSnapshotManagerTest에서 VM backup 조회 의존성(BackupDao)을 현재 서비스 로직에 맞게 mock 처리했습니다.HypervisorTemplateAdapterTest에서 이미지 스토어 read-only 판정 의존성(ImageStoreDao,ImageStoreVO)을 테스트에 주입했습니다.UserVmManagerImplTest의 불필요한 stub을 정리해 Mockito strict stubbing 실패를 제거했습니다.BackupManagerTest에서 변경된takeBackup호출 시그니처와 background sync capability 확인 흐름을 반영했습니다.LibvirtComputingResourceTest#testGetVmStatsCommand에서virsh domjobinfo실행 결과에 의존하던 부분을 static mock으로 고정해 GitHub Actions runner 환경에 흔들리지 않도록 했습니다.DB 변경 사항
없습니다.
따라서 DB 업데이트 누락으로 인한 503 유발 가능성은 없습니다.
검증
BackupManagerTestVMSnapshotManagerTestSnapshotManagerTestHypervisorTemplateAdapterTestUserVmManagerImplTestLibvirtComputingResourceTest#testGetVmStatsCommandLibvirtComputingResourceTest전체 269개 테스트관련 GitHub Actions