oto/agent-test/local/scheduler-smoke.md
toki 619c9e223f test(local): 로컬 검증 규칙을 추가한다
도메인별 smoke 기준을 저장소에 남겨 이후 로컬 검증 범위를 일관되게 선택할 수 있게 한다.
2026-06-05 10:43:51 +09:00

1.5 KiB

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

scheduler-smoke local 테스트

읽기 조건

  • lib/cli/commands/scheduler/** 또는 lib/cli/commands/command_scheduler.dart 변경 검증이 필요한 경우

적용 범위

  • Scheduler command and local scheduler runtime

분류

  • domain: scheduler
  • verification_type: smoke
  • scope: OTO scheduler CLI/runtime

환경

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

명령

  • setup: dart pub get
  • lint: dart analyze
  • unit: dart test test/oto_scheduler_runtime_test.dart
  • smoke:
  • e2e:
  • model:
  • full-cycle:

필수 검증

  • scheduler 도메인 변경 후 dart analyze를 실행한다.
  • scheduler 도메인 변경 후 dart test test/oto_scheduler_runtime_test.dart를 실행한다.

보조 검증

  • scheduler daemon smoke가 확정되면 이 문서를 update-test로 갱신한다.

판정 기준

  • analyzer issue가 없고 scheduler 테스트가 통과한다.

기준 출력 예시

No issues found!
All tests passed!

차단 기준

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

보고 항목

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

금지 사항

  • 장기 실행 daemon을 종료 조건 없이 검증 명령으로 두지 않는다.