- run_test_by_change.sh 스크립트 개선 - run_full_test.sh 스크립트 추가 - SKILL.md 문서 업데이트 - change-aware-test-routing 마일스톤 업데이트 - Dart web coverage 및 full functional periodic 테스트 아카이브 추가
17 lines
877 B
Text
17 lines
877 B
Text
Error: unknown option "2"
|
|
Usage: run_test_by_change.sh [--route auto|speed|stability|full] [--classify-only] [--dry-run]
|
|
|
|
마지막 PASS 테스트 record와 현재 변경 파일을 기반으로 분류 결과를 출력한다.
|
|
실제 테스트를 실행하지 않는다.
|
|
|
|
Options:
|
|
--route ROUTE 라우팅 종류: auto, speed, stability, full (기본값: auto)
|
|
--classify-only 분류 결과만 출력하고 종료 (현재 지원 모드)
|
|
--dry-run 분류/라우팅 결과만 출력하고 종료(명령 실행 없음)
|
|
-h, --help 이 도움말 출력
|
|
|
|
Routes:
|
|
auto full-matrix, performance quick/full, stress quick/full 중 최신 PASS
|
|
speed proto-socket-performance-* PASS/WARN 중 측정 성공 record
|
|
stability stress/performance PASS record (stability hard gate 기준)
|
|
full proto-socket-full-matrix PASS record
|