Oracle regression framework restructure #891
Conversation
WalkthroughIntroduces Oracle-specific test prerequisites and path updates. Adds an order-only prerequisite for oracle-check-tests, switches temp install prep to oracle-checkprep, changes several test targets to depend on oracle-temp-install, updates module/test paths to oracle_test, and adjusts regresslib paths to /oraregress. Also updates PGFILEDESC to “ora_pg_regress - test driver”. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor Dev as Developer
participant M as make
participant OTI as oracle-temp-install
participant OCP as oracle-checkprep
participant DB as initdb
participant RT as ora_pg_regress
Note over Dev,M: Oracle regression run
Dev->>M: make oracle-check-tests
M->>OTI: Order-only prerequisite
OTI->>OCP: Run oracle-checkprep
OCP-->>OTI: Prep complete
OTI->>DB: initdb (temp install)
DB-->>OTI: Cluster ready
OTI-->>M: oracle-temp-install done
M->>RT: Run oracle-check-tests
rect rgba(230,245,255,0.6)
Note right of M: Also applies to bigcheck and isolation prepared-txns targets<br/>which now depend on oracle-temp-install
end
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (9)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2025-09-02T10:43:25.257ZApplied to files:
🪛 checkmake (0.2.2)src/oracle_test/modules/test_resowner/Makefile[warning] 1-1: Missing required phony target "all" (minphony) [warning] 1-1: Missing required phony target "clean" (minphony) [warning] 1-1: Missing required phony target "test" (minphony) src/oracle_test/modules/test_oat_hooks/Makefile[warning] 1-1: Missing required phony target "all" (minphony) [warning] 1-1: Missing required phony target "clean" (minphony) [warning] 1-1: Missing required phony target "test" (minphony) ⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
🔇 Additional comments (12)
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. 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 |
|
No comments. |
Summary by CodeRabbit
Tests
Chores