feat: test 복구 #114
backend-prod-cd.yml
on: push
backend-docker-build-and-push
1m 42s
Annotations
8 errors and 1 warning
IssueConcurrencyTest.동시에 10명의 사용자가 이슈를 생성할 때:
src/test/java/dynamicquad/agilehub/issue/IssueConcurrencyTest.java#L116
java.lang.AssertionError:
Expected size: 10 but was: 0 in:
[]
|
EpicFactoryTest.이미지없는_에픽이슈를_정상적으로_생성():
src/test/java/dynamicquad/agilehub/issue/service/factory/EpicFactoryTest.java#L77
org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis
|
EpicFactoryTest.이미지없는_에픽이슈에_넣은_assignee가_프로젝트에_속하지않을때_예외처리():
src/test/java/dynamicquad/agilehub/issue/service/factory/EpicFactoryTest.java#L155
java.lang.AssertionError:
Expecting actual throwable to be an instance of:
dynamicquad.agilehub.global.exception.GeneralException
but was:
org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.translateException(LettuceConnectionFactory.java:1795)
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.getConnection(LettuceConnectionFactory.java:1726)
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getNativeConnection(LettuceConnectionFactory.java:1528)
...(126 remaining lines not displayed - this can be changed with Assertions.setMaxStackTraceElementsDisplayed)
|
EpicFactoryTest.이미지없는_에픽이슈에_넣은_assinee가_서비스에_존재하지않을때_예외처리():
src/test/java/dynamicquad/agilehub/issue/service/factory/EpicFactoryTest.java#L118
java.lang.AssertionError:
Expecting actual throwable to be an instance of:
dynamicquad.agilehub.global.exception.GeneralException
but was:
org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.translateException(LettuceConnectionFactory.java:1795)
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.getConnection(LettuceConnectionFactory.java:1726)
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getNativeConnection(LettuceConnectionFactory.java:1528)
...(126 remaining lines not displayed - this can be changed with Assertions.setMaxStackTraceElementsDisplayed)
|
StoryFactoryTest.부모이슈가_스토리나_테스크일때_예외처리():
src/test/java/dynamicquad/agilehub/issue/service/factory/StoryFactoryTest.java#L69
java.lang.AssertionError:
Expecting actual throwable to be an instance of:
dynamicquad.agilehub.global.exception.GeneralException
but was:
org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.translateException(LettuceConnectionFactory.java:1795)
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.getConnection(LettuceConnectionFactory.java:1726)
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getNativeConnection(LettuceConnectionFactory.java:1528)
...(126 remaining lines not displayed - this can be changed with Assertions.setMaxStackTraceElementsDisplayed)
|
StoryFactoryTest.부모이슈가_정상적으로_등록():
src/test/java/dynamicquad/agilehub/issue/service/factory/StoryFactoryTest.java#L131
org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis
|
TaskFactoryTest.부모이슈가_에픽이거나_테스크일때_예외처리():
src/test/java/dynamicquad/agilehub/issue/service/factory/TaskFactoryTest.java#L72
java.lang.AssertionError:
Expecting actual throwable to be an instance of:
dynamicquad.agilehub.global.exception.GeneralException
but was:
org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.translateException(LettuceConnectionFactory.java:1795)
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.getConnection(LettuceConnectionFactory.java:1726)
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getNativeConnection(LettuceConnectionFactory.java:1528)
...(126 remaining lines not displayed - this can be changed with Assertions.setMaxStackTraceElementsDisplayed)
|
TaskFactoryTest.부모이슈를_정상적으로_등록():
src/test/java/dynamicquad/agilehub/issue/service/factory/TaskFactoryTest.java#L113
org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis
|
backend-docker-build-and-push
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|