Skip to content

Outbox 트랜잭션 롤백 경계 검증 - #173

Merged
Gimini-3 merged 1 commit into
developfrom
feature/166
Aug 13, 2026
Merged

Outbox 트랜잭션 롤백 경계 검증#173
Gimini-3 merged 1 commit into
developfrom
feature/166

Conversation

@Gimini-3

Copy link
Copy Markdown
Contributor

변경 사항

  • 실제 PostgreSQL Trigger로 Version INSERT, Outbox INSERT, Event 완료 UPDATE 장애를 주입했습니다.
  • Version 저장 실패 시 Document·Version·Job·Event가 남지 않는지 검증합니다.
  • Event 저장 실패 시 앞선 Version과 후속 Job이 함께 롤백되는지 검증합니다.
  • Handler 실패 시 Event가 PROCESSING에 남고, 완료 저장 실패 시 Handler가 만든 Job도 롤백되는지 검증합니다.

검증

  • DB_PORT=5432 JWT_SECRET=test-only-secret-key-with-at-least-32-characters ./gradlew test --tests '*SyncTransactionBoundaryIntegrationTest'
  • DB_PORT=5432 JWT_SECRET=test-only-secret-key-with-at-least-32-characters ./gradlew test

Closes #166

@Gimini-3
Gimini-3 requested a review from kangcheolung August 13, 2026 10:16
@coderabbitai

coderabbitai Bot commented Aug 13, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@Gimini-3, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 3 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: cdb5dbd2-69a1-4e52-8d1b-652afda607be

📥 Commits

Reviewing files that changed from the base of the PR and between 2c6bd1d and eb6d4c5.

📒 Files selected for processing (1)
  • backend/src/test/java/com/opensource/docgrid/domain/sync/integration/SyncTransactionBoundaryIntegrationTest.java

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Gimini-3
Gimini-3 merged commit 7624353 into develop Aug 13, 2026
1 check passed
@Gimini-3
Gimini-3 deleted the feature/166 branch August 13, 2026 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Outbox 트랜잭션 롤백 보장 검증

1 participant