Skip to content

[BUILD FAIL] 테스트클래스 @Transactional 삭제 및 애플리케이션 내 마이크로 초단위 초단위로 변경#114

Open
dh0304 wants to merge 20 commits intomainfrom
feature-113
Open

[BUILD FAIL] 테스트클래스 @Transactional 삭제 및 애플리케이션 내 마이크로 초단위 초단위로 변경#114
dh0304 wants to merge 20 commits intomainfrom
feature-113

Conversation

@dh0304
Copy link
Copy Markdown
Contributor

@dh0304 dh0304 commented Jul 12, 2024

반영 브랜치

main

변경 사항

  1. 테스트 클래스 @transactional 삭제
  • 테스트 클래스에서 ServiceTest 클래스 상속
  1. TruncatedTimeUtil을 통해 micro 초 -> 초단위 변경
    ex) 23:59:59:999_999_999초 -> 23:59:59
  • 자바는 nano초까지 지원, mariaDB는 micro초까지 지원
  • 이 프로젝트는 micro초 단위까지 비교할정도로 시간의 정확도가 필요하지 않음
  1. 테스트 DB를 H2에서 MariaDB로 변경

close #113

@dh0304 dh0304 self-assigned this Jul 12, 2024
Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

빌드에 실패했습니다.

@github-actions github-actions bot changed the title 테스트클래스 @Transactional 삭제 및 애플리케이션 내 마이크로 초단위 초단위로 변경 [BUILD FAIL] 테스트클래스 @Transactional 삭제 및 애플리케이션 내 마이크로 초단위 초단위로 변경 Jul 12, 2024
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

Successfully merging this pull request may close these issues.

테스트 @Transactional 어노테이션 제거

1 participant