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: Improve test data store logic #85

Merged
merged 27 commits into from
Apr 12, 2024
Merged

Conversation

ghkdqhrbals
Copy link
Member

@ghkdqhrbals ghkdqhrbals commented Apr 11, 2024

Implementation

2024

@ghkdqhrbals ghkdqhrbals added the feat - enhancement New feature or request label Apr 11, 2024
@ghkdqhrbals ghkdqhrbals self-assigned this Apr 11, 2024
Copy link
Member

@LeeJeongGi LeeJeongGi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

빠른 작업 감사합니다!!

수고하셨습니당 :) (양이 엄청 많네요 ㅎㅎ;)


@SpringBootApplication
@EnableCaching
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@EnableCaching 찾아보니 캐싱을 사용할 클래스나 메서드에 사용한다고 하는데 사용하는 이유가 혹시 있을까요?!

BmController 캐싱처리를 하신 의도가 궁금합니다!!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

현재에는 필요 없지만 이왕 redis 도입한 김에 에러로그 캐싱해놓을려고 선언하였습니다. 지금은 필요없습니다 :)

@ghkdqhrbals ghkdqhrbals linked an issue Apr 12, 2024 that may be closed by this pull request
@backend-tech-forge backend-tech-forge deleted a comment from github-actions bot Apr 12, 2024
Copy link

📝 Test code-coverage reports

File Coverage [62.76%] 🍏
ErrorCode.java 100% 🍏
AgentInfo.java 100% 🍏
TestTemplate.java 100% 🍏
RandomUtils.java 96.1% 🍏
UserApiController.java 84.91% 🍏
PerftestController.java 77.98% 🍏
GlobalErrorResponse.java 76.81% 🍏
PerftestService.java 76.09% 🍏
GlobalException.java 68.42% 🍏
TestTemplateApiController.java 67.96% 🍏
TestResultService.java 65.31% 🍏
TestTemplateService.java 64.94% 🍏
DataLoader.java 54.51%
BmControllerApplication.java 25%
TestResult.java 15.38%
ResultController.java 3.96%
TestInfo.java 0%
TestExecutionService.java 0%
AgentServerManager.java 0%
RedisConfig.java 0%
Total Project Coverage 66.82% 🍏

@backend-tech-forge backend-tech-forge deleted a comment from github-actions bot Apr 12, 2024
@ghkdqhrbals ghkdqhrbals merged commit 84b4d63 into develop Apr 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat - enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

시계열 데이터 sorting 을 DB order by? or java sort?
2 participants