- Update gito-forgejo-branch-events-v1 contract with latest changes - Update branch-event-protosocket-interop-readiness milestone - Add binary interop test for control plane
42 lines
2.2 KiB
Text
42 lines
2.2 KiB
Text
# Complete - m-branch-event-protosocket-interop-readiness
|
|
|
|
## 완료 일시
|
|
|
|
2026-06-15
|
|
|
|
## 요약
|
|
|
|
Binary proto-socket `branch.updated` 통합 테스트를 2회 리뷰 루프 끝에 PASS로 종결했다.
|
|
|
|
## 루프 이력
|
|
|
|
| Plan | Review | Verdict | 메모 |
|
|
|------|--------|---------|------|
|
|
| `plan_local_G05_0.log` | `code_review_local_G05_0.log` | FAIL | `changed_files[0].path` integrated verification 누락으로 follow-up 생성 |
|
|
| `plan_local_G05_1.log` | `code_review_local_G05_1.log` | PASS | `changed_files[0].path`와 `changed_files[0].change_type` 단언 추가 후 검증 통과 |
|
|
|
|
## 구현/정리 내용
|
|
|
|
- `services/core/internal/controlplane/binary_interop_test.go`에 binary proto-socket `event.subscribe` -> Forgejo push webhook -> `branch.updated` broadcast 수신 통합 테스트를 추가했다.
|
|
- 수신 payload의 `before`, `after`, `changed_files[0].path`, `changed_files[0].change_type`을 검증해 producer fixture와 webhook smoke 요구를 함께 충족했다.
|
|
|
|
## 최종 검증
|
|
|
|
- `cd services/core && go test -count=1 -run TestBinaryProtoSocketBranchUpdated ./internal/controlplane/ -v` - PASS; `TestBinaryProtoSocketBranchUpdated` 통과, package `internal/controlplane` ok.
|
|
- `cd services/core && go test -count=1 ./...` - PASS; `services/core` 전체 Go package smoke 통과.
|
|
|
|
## Roadmap Completion
|
|
|
|
- Milestone: `agent-roadmap/phase/control-plane-foundation/milestones/branch-event-protosocket-interop-readiness.md`
|
|
- Completed task ids:
|
|
- `producer-fixture`: PASS; evidence=`agent-task/archive/2026/06/m-branch-event-protosocket-interop-readiness/plan_local_G05_1.log`, `agent-task/archive/2026/06/m-branch-event-protosocket-interop-readiness/code_review_local_G05_1.log`; verification=`cd services/core && go test -count=1 -run TestBinaryProtoSocketBranchUpdated ./internal/controlplane/ -v`
|
|
- `webhook-smoke`: PASS; evidence=`agent-task/archive/2026/06/m-branch-event-protosocket-interop-readiness/plan_local_G05_1.log`, `agent-task/archive/2026/06/m-branch-event-protosocket-interop-readiness/code_review_local_G05_1.log`; verification=`cd services/core && go test -count=1 ./...`
|
|
- Not completed task ids: 없음
|
|
|
|
## 잔여 Nit
|
|
|
|
- 없음
|
|
|
|
## 후속 작업
|
|
|
|
- 없음
|