test(ops): replay CDC safe observability RED on current develop - #303
Conversation
|
Warning Review limit reached
Next review available in: 9 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 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 configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
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. Comment |
Rebuilds issue #182 from exact protected
develop@1f06296faf7140eff03d069cc7def2d804c02b98rather than rewriting stale-base Draft #297.This replacement is intentionally test-only RED at exact source
dffb4717c9558d1041503b0b62f7b70986e63530. The focused contract loads the deployable CDC base configuration and requires it not to force 100% trace sampling, application DEBUG, or Spring Web DEBUG, while requiring an explicitlocalprofile to preserve the developer-verbose posture.Protected source still hard-codes
management.tracing.sampling.probability: 1.0,logging.level.com.xtrmetl: DEBUG, andlogging.level.org.springframework.web: DEBUGinapplication.yml, and no protectedapplication-local.ymlexists. Hosted RED must reach those real configuration assertions; compilation/fixture/import failure is not valid RED.After valid current-base RED, the bounded GREEN is to remove only those verbose overrides from the default profile and add
application-local.ymlrestoring them underspring.config.activate.on-profile: local. Preserve root/debezium log levels, Zipkin destination, all other CDC configuration, standalone/MSA compatibility, and current security/coverage controls.Keep Draft through RED → GREEN. Do not close #297 until exact diff/ancestry proves its unique three-file behavior is preserved. Stale/predecessor/synthetic-only/status-only/author-only/queued/pending/skipped-required evidence is not merge authority.