-
Notifications
You must be signed in to change notification settings - Fork 0
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: websocket controller #46
Conversation
…eature/jacoco-aggregate # Conflicts: # .github/workflows/gradle-ci.yaml
네넵! 안그래도 통째로 옮길필요 없이 TestResult 만 잘 리턴하게해주면 되겠다 생각하고 있었습니다!! |
많이 변경되었을 거에요. 중간에 문제 있으시면 바로 공유해주시면 같이 해결하겠습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
대부분 파일이 import 부분만 변경되서 금방 봤네요!!
Result 구현 하는 부분에 제가 타겟서버 호출하는 기능 후딱 작업 진행하겠씁니다.
항상 작업에 많은 시간투자해주셔서 감사드립니다 :) (최고)
Implementation
Now all package name will be started with
org.benchmarker.**
and by its purpose,org.benchmarker.bmcontroller
,org.benchmarker.bmagent
,org.benchmarker.bmcommon
will be asigned.@LeeJeongGi 님. agent 에 target server 로 http 전송하는 모듈을 integration 하실 텐데, ResultManagerService.java 내부 필드 ConcurrentHashMap 에 TestResult 값을 저장하시면 자동으로 스케줄러가 읽고 이를 bm-controller 에 전송한답니다!
따라서 agent 의
SseManageService
에 주석처리된 부분에서 HTTP 전송 및ResultManagerService
의 TestResult 갱신을 작성해주면 될 것 같습니다.