Skip to content

CI workflows with Jacoco test comment #14

@ghkdqhrbals

Description

@ghkdqhrbals

Description

Github Actions 를 통한 CI 작업에서 아래와 같이 여러 실패 테스트가 관찰되었습니다.

LoginApiControllerTest > 로그인 성공 FAILED
    java.lang.IllegalStateException at DefaultCacheAwareContextLoaderDelegate.java:180
        Caused by: org.springframework.beans.factory.BeanCreationException at AbstractAutowireCapableBeanFactory.java:1786
            Caused by: jakarta.persistence.PersistenceException at AbstractEntityManagerFactoryBean.java:421
                Caused by: org.hibernate.exception.JDBCConnectionException at SQLStateConversionDelegate.java:100
                    Caused by: org.postgresql.util.PSQLException at ConnectionFactoryImpl.java:342
                        Caused by: java.net.ConnectException at Net.java:-2

LoginApiControllerTest > 로그인 실패 시 GlobalException 발생 FAILED
    java.lang.IllegalStateException at DefaultCacheAwareContextLoaderDelegate.java:145

LoginApiControllerTest > 로그아웃 성공 FAILED
    java.lang.IllegalStateException at DefaultCacheAwareContextLoaderDelegate.java:145
...

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions