Skip to content

docs : 릴리즈 버전 업데이트 #69

docs : 릴리즈 버전 업데이트

docs : 릴리즈 버전 업데이트 #69

GitHub Actions / Test Results succeeded Sep 27, 2024 in 0s

All 36 tests pass, 11 skipped in 0s

47 tests  ±0   36 ✅ ±0   0s ⏱️ ±0s
31 suites ±0   11 💤 ±0 
31 files   ±0    0 ❌ ±0 

Results for commit 892a677. ± Comparison against earlier commit ddba138.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

11 skipped tests found

There are 11 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
io.jeyong.test.environment.test.mode.integration.ExceptionModeIntegrationTest ‑ @SpringBootTest를 이용한 API를 호출하는 상황에서 EXCEPTION 모드가 동작한다.
io.jeyong.test.environment.test.mode.integration.ExceptionModeIntegrationTest ‑ @SpringBootTest를 이용한 Business Logic을 호출에서 상황에서 EXCEPTION 모드가 동작한다.
io.jeyong.test.environment.test.mode.integration.ExceptionModeIntegrationTest ‑ @SpringBootTest를 이용한 여러번의 예외 발생 상황에서 EXCEPTION 모드가 동작한다.
io.jeyong.test.environment.test.mode.unit.ExceptionModeUnitTest ‑ @DataJpaTest를 이용한 Repository를 호출하는 상황에서 EXCEPTION 모드가 동작한다.
io.jeyong.test.environment.workbench.performance.ExceptionContextPerformanceTest ‑ AtomicReference MultiThread 성능 테스트
io.jeyong.test.environment.workbench.performance.ExceptionContextPerformanceTest ‑ AtomicReference 성능 테스트
io.jeyong.test.environment.workbench.performance.ExceptionContextPerformanceTest ‑ Synchronized MultiThread 성능 테스트
io.jeyong.test.environment.workbench.performance.ExceptionContextPerformanceTest ‑ Synchronized 성능 테스트
io.jeyong.test.environment.workbench.performance.LoggerPerformanceTest ‑ ParallelStream 성능 테스트
io.jeyong.test.environment.workbench.performance.LoggerPerformanceTest ‑ Stream 성능 테스트
io.jeyong.test.environment.workbench.performance.LoggerPerformanceTest ‑ forEach 성능 테스트

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

47 tests found

There are 47 tests, see "Raw output" for the full list of tests.
Raw output
io.jeyong.test.environment.main.case1.controller.AuthorControllerTest ‑ OSIV를 이용한 지연 조회 상황에서 감지한다.
io.jeyong.test.environment.main.case1.controller.AuthorControllerTest ‑ 메서드 단위의 @Transactional 상황에서 감지한다.
io.jeyong.test.environment.main.case1.controller.AuthorControllerTest ‑ 클래스 단위의 @Transactional 상황에서 감지한다.
io.jeyong.test.environment.main.case1.service.AuthorServiceTest ‑ OSIV를 이용한 지연 조회 상황에서 감지한다.
io.jeyong.test.environment.main.case1.service.AuthorServiceTest ‑ 메서드 단위의 @Transactional 상황에서 감지한다.
io.jeyong.test.environment.main.case1.service.AuthorServiceTest ‑ 클래스 단위의 @Transactional 상황에서 감지한다.
io.jeyong.test.environment.main.case2.controller.ProductControllerTest ‑ N:1 관계에서 다(N)를 조회하는 상황에서 감지한다.
io.jeyong.test.environment.main.case2.service.ProductServiceTest ‑ 다(N)를 조회하는 상황에서 감지한다.
io.jeyong.test.environment.main.case3.controller.TeamControllerTest ‑ @BatchSize 상황에서 감지하지 않는다.
io.jeyong.test.environment.main.case3.service.TeamServiceTest ‑ @BatchSize 상황에서 감지하지 않는다.
io.jeyong.test.environment.main.case4.controller.AddressControllerTest ‑ 1:1 관계에서 연관관계의 주인이 아닌 일(1)을 조회하는 상황에서 감지한다.
io.jeyong.test.environment.main.case4.controller.PersonControllerTest ‑ 1:1 관계에서 연관관계의 주인인 일(1)을 조회하는 상황에서 감지한다.
io.jeyong.test.environment.main.case4.service.AddressServiceTest ‑ 1:1 관계에서 연관관계의 주인이 아닌 일(1)을 조회하는 상황에서 감지한다.
io.jeyong.test.environment.main.case4.service.PersonServiceTest ‑ 1:1 관계에서 연관관계의 주인인 일(1)을 조회하는 상황에서 감지한다.
io.jeyong.test.environment.main.case5.controller.CourseControllerTest ‑ N:N 관계에서 연관관계의 주인이 아닌 다(N)를 조회하는 상황에서 감지한다.
io.jeyong.test.environment.main.case5.controller.StudentControllerTest ‑ N:N 관계에서 연관관계의 주인인 다(N)를 조회하는 상황에서 감지한다.
io.jeyong.test.environment.main.case5.service.CourseServiceTest ‑ N:N 관계에서 연관관계의 주인이 아닌 다(N)를 조회하는 상황에서 감지한다.
io.jeyong.test.environment.main.case5.service.StudentServiceTest ‑ N:N 관계에서 연관관계의 주인인 다(N)를 조회하는 상황에서 감지한다.
io.jeyong.test.environment.main.exclude.ExcludeQueryTest ‑ 두 번째로 제외된 쿼리는 감지하지 않는다.
io.jeyong.test.environment.main.exclude.ExcludeQueryTest ‑ 제외되지 않은 쿼리는 감지한다.
io.jeyong.test.environment.main.exclude.ExcludeQueryTest ‑ 첫 번째로 제외된 쿼리는 감지하지 않는다.
io.jeyong.test.environment.main.level.LoggerLevelDebugTest ‑ DEBUG 레벨에서 로그가 출력된다.
io.jeyong.test.environment.main.level.LoggerLevelErrorTest ‑ ERROR 레벨에서 로그가 출력된다.
io.jeyong.test.environment.main.level.LoggerLevelInfoTest ‑ INFO 레벨에서 로그가 출력된다.
io.jeyong.test.environment.main.level.LoggerLevelTraceTest ‑ TRACE 레벨에서 로그가 출력된다.
io.jeyong.test.environment.main.level.LoggerLevelWarnTest ‑ WARN 레벨에서 로그가 출력된다.
io.jeyong.test.environment.test.annotation.AnnotationTest ‑ @NPlusOneTest에서 지정한 설정이 우선적으로 적용된다.
io.jeyong.test.environment.test.exclude.ExcludeQueryTest ‑ 두 번째로 제외된 쿼리는 감지하지 않는다.
io.jeyong.test.environment.test.exclude.ExcludeQueryTest ‑ 제외되지 않은 쿼리는 감지한다.
io.jeyong.test.environment.test.exclude.ExcludeQueryTest ‑ 첫 번째로 제외된 쿼리는 감지하지 않는다.
io.jeyong.test.environment.test.mode.configuration.ExceptionModeConfigurationTest ‑ EXCEPTION 모드의 설정이 작동한다.
io.jeyong.test.environment.test.mode.configuration.LoggingModeConfigurationTest ‑ LOGGING 모드의 설정이 작동한다.
io.jeyong.test.environment.test.mode.integration.ExceptionModeIntegrationTest ‑ @SpringBootTest를 이용한 API를 호출하는 상황에서 EXCEPTION 모드가 동작한다.
io.jeyong.test.environment.test.mode.integration.ExceptionModeIntegrationTest ‑ @SpringBootTest를 이용한 Business Logic을 호출에서 상황에서 EXCEPTION 모드가 동작한다.
io.jeyong.test.environment.test.mode.integration.ExceptionModeIntegrationTest ‑ @SpringBootTest를 이용한 여러번의 예외 발생 상황에서 EXCEPTION 모드가 동작한다.
io.jeyong.test.environment.test.mode.integration.LoggingModeIntegrationTest ‑ @SpringBootTest를 이용한 API를 호출하는 상황에서 LOGGING 모드가 동작한다.
io.jeyong.test.environment.test.mode.integration.LoggingModeIntegrationTest ‑ @SpringBootTest를 이용한 Business Logic을 호출에서 상황에서 LOGGING 모드가 동작한다.
io.jeyong.test.environment.test.mode.unit.ExceptionModeUnitTest ‑ @DataJpaTest를 이용한 Repository를 호출하는 상황에서 EXCEPTION 모드가 동작한다.
io.jeyong.test.environment.test.mode.unit.LoggingModeUnitTest ‑ @DataJpaTest를 이용한 Repository를 호출하는 상황에서 LOGGING 모드가 동작한다.
io.jeyong.test.environment.workbench.concurrency.ExceptionContextConcurrencyTest ‑ ExceptionContext 동시성 테스트
io.jeyong.test.environment.workbench.performance.ExceptionContextPerformanceTest ‑ AtomicReference MultiThread 성능 테스트
io.jeyong.test.environment.workbench.performance.ExceptionContextPerformanceTest ‑ AtomicReference 성능 테스트
io.jeyong.test.environment.workbench.performance.ExceptionContextPerformanceTest ‑ Synchronized MultiThread 성능 테스트
io.jeyong.test.environment.workbench.performance.ExceptionContextPerformanceTest ‑ Synchronized 성능 테스트
io.jeyong.test.environment.workbench.performance.LoggerPerformanceTest ‑ ParallelStream 성능 테스트
io.jeyong.test.environment.workbench.performance.LoggerPerformanceTest ‑ Stream 성능 테스트
io.jeyong.test.environment.workbench.performance.LoggerPerformanceTest ‑ forEach 성능 테스트