Skip to content

feat: 즐겨찾기 기능을 구현한다. #82

feat: 즐겨찾기 기능을 구현한다.

feat: 즐겨찾기 기능을 구현한다. #82

Triggered via pull request February 7, 2025 08:51
Status Failure
Total duration 1m 19s
Artifacts

pull_request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 5 warnings
SubjectServiceTest.과목명으로 과목을 조회한다.: src/test/java/kr/allcll/seatfinder/subject/SubjectServiceTest.java#L28
org.springframework.dao.DataIntegrityViolationException: JDBC exception executing SQL [delete from subjects s1_0] [Referential integrity constraint violation: "FKF9M2143STU8501I7S8VRP4WL7: PUBLIC.STAR FOREIGN KEY(SUBJECT_ID) REFERENCES PUBLIC.SUBJECTS(ID) (CAST(8 AS BIGINT))"; SQL statement: delete from subjects s1_0 [23503-232]] [n/a]; SQL [n/a]; constraint [FKF9M2143STU8501I7S8VRP4WL7: PUBLIC.STAR FOREIGN KEY(SUBJECT_ID) REFERENCES PUBLIC.SUBJECTS(ID) (CAST(8 AS BIGINT)); SQL statement: delete from subjects s1_0 [23503-232]]
SubjectServiceTest.학수번호, 분반, 교수명으로 과목을 조회한다.: src/test/java/kr/allcll/seatfinder/subject/SubjectServiceTest.java#L28
org.springframework.dao.DataIntegrityViolationException: JDBC exception executing SQL [delete from subjects s1_0] [Referential integrity constraint violation: "FKF9M2143STU8501I7S8VRP4WL7: PUBLIC.STAR FOREIGN KEY(SUBJECT_ID) REFERENCES PUBLIC.SUBJECTS(ID) (CAST(8 AS BIGINT))"; SQL statement: delete from subjects s1_0 [23503-232]] [n/a]; SQL [n/a]; constraint [FKF9M2143STU8501I7S8VRP4WL7: PUBLIC.STAR FOREIGN KEY(SUBJECT_ID) REFERENCES PUBLIC.SUBJECTS(ID) (CAST(8 AS BIGINT)); SQL statement: delete from subjects s1_0 [23503-232]]
SubjectServiceTest.존재하지 않는 조건으로 과목을 조회한다.: src/test/java/kr/allcll/seatfinder/subject/SubjectServiceTest.java#L28
org.springframework.dao.DataIntegrityViolationException: JDBC exception executing SQL [delete from subjects s1_0] [Referential integrity constraint violation: "FKF9M2143STU8501I7S8VRP4WL7: PUBLIC.STAR FOREIGN KEY(SUBJECT_ID) REFERENCES PUBLIC.SUBJECTS(ID) (CAST(8 AS BIGINT))"; SQL statement: delete from subjects s1_0 [23503-232]] [n/a]; SQL [n/a]; constraint [FKF9M2143STU8501I7S8VRP4WL7: PUBLIC.STAR FOREIGN KEY(SUBJECT_ID) REFERENCES PUBLIC.SUBJECTS(ID) (CAST(8 AS BIGINT)); SQL statement: delete from subjects s1_0 [23503-232]]
SubjectServiceTest.전체 과목을 조회한다.: src/test/java/kr/allcll/seatfinder/subject/SubjectServiceTest.java#L28
org.springframework.dao.DataIntegrityViolationException: JDBC exception executing SQL [delete from subjects s1_0] [Referential integrity constraint violation: "FKF9M2143STU8501I7S8VRP4WL7: PUBLIC.STAR FOREIGN KEY(SUBJECT_ID) REFERENCES PUBLIC.SUBJECTS(ID) (CAST(8 AS BIGINT))"; SQL statement: delete from subjects s1_0 [23503-232]] [n/a]; SQL [n/a]; constraint [FKF9M2143STU8501I7S8VRP4WL7: PUBLIC.STAR FOREIGN KEY(SUBJECT_ID) REFERENCES PUBLIC.SUBJECTS(ID) (CAST(8 AS BIGINT)); SQL statement: delete from subjects s1_0 [23503-232]]
test
Process completed with exit code 1.
과목명으로 과목을 조회한다. (kr.allcll.seatfinder.subject.SubjectServiceTest) failed: kr.allcll.seatfinder.subject.SubjectServiceTest#L0
build/test-results/test/TEST-kr.allcll.seatfinder.subject.SubjectServiceTest.xml [took 0s]
존재하지 않는 조건으로 과목을 조회한다. (kr.allcll.seatfinder.subject.SubjectServiceTest) failed: kr.allcll.seatfinder.subject.SubjectServiceTest#L0
build/test-results/test/TEST-kr.allcll.seatfinder.subject.SubjectServiceTest.xml [took 0s]
전체 과목을 조회한다. (kr.allcll.seatfinder.subject.SubjectServiceTest) failed: kr.allcll.seatfinder.subject.SubjectServiceTest#L0
build/test-results/test/TEST-kr.allcll.seatfinder.subject.SubjectServiceTest.xml [took 0s]
즐겨찾기가 5개 이상일 경우 예외를 검증한다. (kr.allcll.seatfinder.star.StarServiceTest) failed: kr.allcll.seatfinder.star.StarServiceTest#L0
build/test-results/test/TEST-kr.allcll.seatfinder.star.StarServiceTest.xml [took 0s]