oto/agent-test/local/sample-smoke.md
toki 69248c805d test(agent-ops): local smoke 검증 규칙을 정리한다
모노레포 패키지 경계에 맞춰 local smoke 문서의 경로와 검증 명령을 정리하고 완료된 agent-task 로그를 아카이브한다.
2026-06-07 09:07:28 +09:00

1.7 KiB

test_env test_profile domain verification_type last_rule_updated_at
local sample-smoke sample smoke 2026-06-05

sample-smoke local 테스트

읽기 조건

  • apps/runner/assets/yaml/sample/** 변경 또는 YAML sample 검증이 필요한 경우

적용 범위

  • Sample pipeline YAML and public examples

분류

  • domain: sample
  • verification_type: smoke
  • scope: sample YAML validity and CLI validation path

환경

  • host:
  • port:
  • runtime: Dart SDK
  • package manager: dart pub
  • docker:
  • external service: 없음
  • model endpoint:
  • credential:

명령

  • setup: cd apps/runner && dart pub get (또는 make runner-get)
  • lint: cd apps/runner && dart analyze (또는 make runner-analyze)
  • unit: cd apps/runner && dart test test/oto_validate_cli_test.dart (또는 make runner-test)
  • smoke:
  • e2e:
  • model:
  • full-cycle:

필수 검증

  • sample 도메인 변경 후 cd apps/runner && dart analyze를 실행한다.
  • sample 검증 경로 변경 후 cd apps/runner && dart test test/oto_validate_cli_test.dart를 실행한다.

보조 검증

  • sample을 직접 실행하는 CLI smoke가 확정되면 이 문서를 update-test로 갱신한다.

판정 기준

  • cd apps/runner && dart analyze가 issue 없이 종료한다.
  • 지정한 cd apps/runner && dart test가 모두 통과한다.

기준 출력 예시

No issues found!
All tests passed!

차단 기준

  • Dart SDK 또는 path dependency가 없어 local command를 시작할 수 없는 경우

보고 항목

  • 실행한 명령:
  • 성공한 검증:
  • 실패/차단된 검증:
  • 생략 사유:
  • 남은 위험:

금지 사항

  • 실행하지 않은 sample pipeline을 검증 완료로 기록하지 않는다.