Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] 시스템 검증 실패 시 복구하는 기능 #84

Open
3 tasks
inferior3x opened this issue Dec 4, 2024 · 0 comments
Open
3 tasks

[FEAT] 시스템 검증 실패 시 복구하는 기능 #84

inferior3x opened this issue Dec 4, 2024 · 0 comments

Comments

@inferior3x
Copy link
Collaborator

inferior3x commented Dec 4, 2024

Description

검증 실패 시나리오

회복 가능 -

  • 와이파이 연결이 끊김
  • 모니터 모드가 풀림

회복 불가능 -

  • usb를 인식하지 못함

회복이 가능한 시나리오가 있으므로 검증 실패할 때마다 계속 로깅을 한다.
회복 불가능한건 중복 없이 한 번만 로깅할까 했는데 헷갈릴거 같아서 모든 시나리오를 계속 로깅

To Do

  • NetworkInterfaceValidator를 여러 Validator로 나누어 각 시나리오를 검증하도록 함 (회복 가능 여부를 로깅에 넣고 회복 가능한건 회복 시작했다고 로깅)
  • 실패 시 실행할 회복 메서드 작성 (SystemValidator)
  • 회복에 필요한 명령어 있는지 확인하는 코드 추가
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant