[Engine] WorldQuery/deferred mutation 통합 테스트 추가#108
Merged
Conversation
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.
Summary
EngineRuntimepublic API만 사용해 query 조회와 deferred mutation 반영 흐름을 하나의 엔진 통합 테스트로 추가했습니다.Startup단계에서 엔티티를 생성하고FixedSimulation단계에서WorldQuery::view로 읽은 뒤WorldCommands로 컴포넌트 추가를 예약하고,stepFrame완료 후 실제 반영 여부를 검증합니다.safecrowd_tests타깃에 연결해 no-app 테스트 경로에서 함께 실행되도록 구성했습니다.Related Issue
Area
Architecture Check
application -> domain -> engine.src/domain.domainorapplicationdependencies tosrc/engine.src/as the include root.Verification
cmake --preset windows-debugcmake --build --preset build-debugctest --preset test-debug사유:
build-no-app-debug,test-no-app-debug경로로 확인했습니다.cmake --build --preset build-no-app-debugctest --preset test-no-app-debug --output-on-failureRisks / Follow-up
WorldQuery조회와addComponent기반 deferred mutation 통합 흐름에 집중합니다.destroyEntity/removeComponent까지 포함한 추가 통합 시나리오는 후속 엔진 테스트 확장으로 분리할 수 있습니다.