Skip to content

Update pgtle tests for PGXNTOOL_PGTLE_VERSION rename - #64

Merged
jnasbyupgrade merged 1 commit into
Postgres-Extensions:masterfrom
jnasbyupgrade:fix-78-pgtle-prefix
Jul 31, 2026
Merged

Update pgtle tests for PGXNTOOL_PGTLE_VERSION rename#64
jnasbyupgrade merged 1 commit into
Postgres-Extensions:masterfrom
jnasbyupgrade:fix-78-pgtle-prefix

Conversation

@jnasbyupgrade

Copy link
Copy Markdown
Contributor

Summary

  • Companion test for Rename PGTLE_VERSION to PGXNTOOL_PGTLE_VERSION pgxntool#85, which renames PGTLE_VERSION to PGXNTOOL_PGTLE_VERSION (issue pgxntool#78) to avoid a silent collision with same-named CI environment variables.
  • Updated test/sequential/04-pgtle.bats to invoke make pgtle PGXNTOOL_PGTLE_VERSION=... instead of the old variable name.
  • Added a regression test confirming that setting a PGTLE_VERSION environment variable no longer has any effect on make pgtle (reproduces the issue #78 scenario).

Add tests/updates for pgxntool commit 092f5c0 (rename PGTLE_VERSION
to PGXNTOOL_PGTLE_VERSION):
- base.mk's pgtle target now reads PGXNTOOL_PGTLE_VERSION instead of
  PGTLE_VERSION, avoiding a silent collision with same-named
  environment variables (issue #78)

- Updated test/sequential/04-pgtle.bats to invoke
  `make pgtle PGXNTOOL_PGTLE_VERSION=...` instead of the old variable
  name
- Added a regression test confirming that setting a PGTLE_VERSION
  environment variable no longer has any effect on `make pgtle`

Co-Authored-By: Claude <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. 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: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 667ff802-706d-46e2-bb6f-73faca3eb79a

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

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.

@jnasbyupgrade
jnasbyupgrade marked this pull request as ready for review July 31, 2026 20:58
@jnasbyupgrade
jnasbyupgrade merged commit bea9b18 into Postgres-Extensions:master Jul 31, 2026
11 checks passed
@jnasbyupgrade
jnasbyupgrade deleted the fix-78-pgtle-prefix branch July 31, 2026 20:59
jnasbyupgrade added a commit to Postgres-Extensions/pgxntool that referenced this pull request Jul 31, 2026
Fixes #78.

Companion pgxntool-test PR: Postgres-Extensions/pgxntool-test#64

Co-authored-by: Claude <noreply@anthropic.com>
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.

1 participant