Skip to content

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

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

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

Triggered via issue July 4, 2024 05:24
Status Success
Total duration 14s
Artifacts
create_issue_branch_job
5s
create_issue_branch_job
Fit to window
Zoom out
Zoom in

Annotations

2 errors
create_issue_branch_job
Cannot read properties of undefined (reading 'setOutput') { name: 'event', id: '9788965567', err: { type: 'TypeError', message: "Cannot read properties of undefined (reading 'setOutput')", stack: "TypeError: Cannot read properties of undefined (reading 'setOutput')\n" + ' at /home/runner/work/_actions/robvanderleek/create-issue-branch/main/dist/index.js:1743:36\n' + ' at Generator.next (<anonymous>)\n' + ' at fulfilled (/home/runner/work/_actions/robvanderleek/create-issue-branch/main/dist/index.js:1696:58)', event: { id: '9788965567', name: 'issues', payload: { action: 'opened', issue: { active_lock_reason: null, assignee: { avatar_url: 'https://avatars.githubusercontent.com/u/127406465?v=4', events_url: 'https://api.github.com/users/donghyun0304/events{/privacy}', followers_url: 'https://api.github.com/users/donghyun0304/followers', following_url: 'https://api.github.com/users/donghyun0304/following{/other_user}', gists_url: 'https://api.github.com/users/donghyun0304/gists{/gist_id}', gravatar_id: '', html_url: 'https://github.com/donghyun0304', id: 127406465, login: 'donghyun0304', node_id: 'U_kgDOB5gRgQ', organizations_url: 'https://api.github.com/users/donghyun0304/orgs', received_events_url: 'https://api.github.com/users/donghyun0304/received_events', repos_url: 'https://api.github.com/users/donghyun0304/repos', site_admin: false, starred_url: 'https://api.github.com/users/donghyun0304/starred{/owner}{/repo}', subscriptions_url: 'https://api.github.com/users/donghyun0304/subscriptions', type: 'User', url: 'https://api.github.com/users/donghyun0304' }, assignees: [ { avatar_url: 'https://avatars.githubusercontent.com/u/127406465?v=4', events_url: 'https://api.github.com/users/donghyun0304/events{/privacy}', followers_url: 'https://api.github.com/users/donghyun0304/followers', following_url: 'https://api.github.com/users/donghyun0304/following{/other_user}', gists_url: 'https://api.github.com/users/donghyun0304/gists{/gist_id}', gravatar_id: '', html_url: 'https://github.com/donghyun0304', id: 127406465, login: 'donghyun0304', node_id: 'U_kgDOB5gRgQ', organizations_url: 'https://api.github.com/users/donghyun0304/orgs', received_events_url: 'https://api.github.com/users/donghyun0304/received_events', repos_url: 'https://api.github.com/users/donghyun0304/repos', site_admin: false, starred_url: 'https://api.github.com/users/donghyun0304/starred{/owner}{/repo}', subscriptions_url: 'https://api.github.com/users/donghyun0304/subscriptions', type: 'User', url: 'https://api.github.com/users/donghyun0304' } ], author_association: 'CONTRIBUTOR', body: '# 추가/개선 필요 요소\r\n' + '테스트 @transactional 어노테이션 제거 \r\n' + '# 추가/개선 필요 이유\r\n' + '테스트에서 거짓양성 제거\r\n' + '- 프로덕션 코드에는 문제가 없는데, 테스트가 실패하는 현상\r\n' + '- 트랜잭션이 전파됨으로써 영속성 컨텍스트에 1차 캐시에서 엔티티를 조회함.\r\n' + '- 따로 엔티티간의 참조를 설정해주지 않는다면 테스트가 실패함\r\n', closed_at: null, comments: 0, comments_url: 'https://api.github.com/repos/Cafegory/Cafegory_Backend_REST_API/issues/113/comments', created_at: '2024-07-04T05:24:28Z', events_url: 'https://api.github.com/repos/Cafegory/Cafegory_Backend_REST_API/issues/113/events', html_url: 'https://github.com/Cafegory/Cafegory_Backend_REST_API/issues/113', id: 2389968034, labels: [ { color: 'E77471', default: false, description:
create_issue_branch_job
TypeError: Cannot read properties of undefined (reading 'setOutput') at /home/runner/work/_actions/robvanderleek/create-issue-branch/main/dist/index.js:1743:36 at Generator.next (<anonymous>) at fulfilled (/home/runner/work/_actions/robvanderleek/create-issue-branch/main/dist/index.js:1696:58) { err: { type: 'AggregateError', message: '\n' + " TypeError: Cannot read properties of undefined (reading 'setOutput')\n" + ' at /home/runner/work/_actions/robvanderleek/create-issue-branch/main/dist/index.js:1743:36\n' + ' at Generator.next (<anonymous>)\n' + ' at fulfilled (/home/runner/work/_actions/robvanderleek/create-issue-branch/main/dist/index.js:1696:58)', stack: 'AggregateError: \n' + " TypeError: Cannot read properties of undefined (reading 'setOutput')\n" + ' at /home/runner/work/_actions/robvanderleek/create-issue-branch/main/dist/index.js:1743:36\n' + ' at Generator.next (<anonymous>)\n' + ' at fulfilled (/home/runner/work/_actions/robvanderleek/create-issue-branch/main/dist/index.js:1696:58)\n' + ' at /home/runner/work/_actions/robvanderleek/create-issue-branch/main/dist/index.js:32796:19', aggregateErrors: [ { type: 'TypeError', message: "Cannot read properties of undefined (reading 'setOutput')", stack: "TypeError: Cannot read properties of undefined (reading 'setOutput')\n" + ' at /home/runner/work/_actions/robvanderleek/create-issue-branch/main/dist/index.js:1743:36\n' + ' at Generator.next (<anonymous>)\n' + ' at fulfilled (/home/runner/work/_actions/robvanderleek/create-issue-branch/main/dist/index.js:1696:58)', event: { id: '9788965567', name: 'issues', payload: { action: 'opened', issue: { active_lock_reason: null, assignee: { avatar_url: 'https://avatars.githubusercontent.com/u/127406465?v=4', events_url: 'https://api.github.com/users/donghyun0304/events{/privacy}', followers_url: 'https://api.github.com/users/donghyun0304/followers', following_url: 'https://api.github.com/users/donghyun0304/following{/other_user}', gists_url: 'https://api.github.com/users/donghyun0304/gists{/gist_id}', gravatar_id: '', html_url: 'https://github.com/donghyun0304', id: 127406465, login: 'donghyun0304', node_id: 'U_kgDOB5gRgQ', organizations_url: 'https://api.github.com/users/donghyun0304/orgs', received_events_url: 'https://api.github.com/users/donghyun0304/received_events', repos_url: 'https://api.github.com/users/donghyun0304/repos', site_admin: false, starred_url: 'https://api.github.com/users/donghyun0304/starred{/owner}{/repo}', subscriptions_url: 'https://api.github.com/users/donghyun0304/subscriptions', type: 'User', url: 'https://api.github.com/users/donghyun0304' }, assignees: [ { avatar_url: 'https://avatars.githubusercontent.com/u/127406465?v=4', events_url: 'https://api.github.com/users/donghyun0304/events{/privacy}', followers_url: 'https://api.github.com/users/donghyun0304/followers', following_url: 'https://api.github.com/users/donghyun0304/following{/other_user}', gists_url: 'https://api.github.com/users/donghyun0304/gists{/gist_id}', gravatar_id: '', html_url: 'https://github.com/donghyun0304', id: 127406465, login: 'donghyun0304', node_id: 'U_kgDOB5gRgQ', organizations_url: 'https://api.github.com/users/donghyun0304/orgs', received_events_url: 'https://api.github.com/us