Skip to content

Fix oracle-check fallback for PGXS modules#1391

Draft
neu-hsc wants to merge 1 commit into
IvorySQL:masterfrom
neu-hsc:codex/ivorysql-1323-oracheck
Draft

Fix oracle-check fallback for PGXS modules#1391
neu-hsc wants to merge 1 commit into
IvorySQL:masterfrom
neu-hsc:codex/ivorysql-1323-oracheck

Conversation

@neu-hsc

@neu-hsc neu-hsc commented Jul 11, 2026

Copy link
Copy Markdown

Summary

  • Run PGXS REGRESS tests through oracle-check when a module does not define ORA_REGRESS.
  • Run PGXS ISOLATION tests through oracle-check when a module does not define ORA_ISOLATION.
  • Preserve an explicit Oracle-specific test list when present, and avoid invoking an empty test runner.

Root cause

oracle-check considered only ORA_REGRESS and ORA_ISOLATION. Most modules under src/oracle_test/modules/ define the ordinary REGRESS or ISOLATION list, so their Oracle-mode tests were skipped.

Validation

  • Docker (Ubuntu 24.04) configuration completed with GCC, bison, flex, and OpenSSL.
  • make -C src/oracle_test/modules/brin -n oracle-check MAKE=true schedules only summarization-and-inprogress-insertion through the Oracle isolation runner.
  • make -C src/oracle_test/modules/commit_ts -n oracle-check MAKE=true schedules only commit_timestamp through the Oracle regression runner.
  • git diff --check

Fixes #1323

@coderabbitai

coderabbitai Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: a6e2d832-6eb9-4324-8580-4586da42bdd3

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

@neu-hsc neu-hsc force-pushed the codex/ivorysql-1323-oracheck branch from 8836c75 to a120174 Compare July 11, 2026 17:18
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.

Tests within the oracle_test/modules/ directory were omitted.

1 participant