Skip to content

Update build-results call sites to results-build - #88

Open
jnasbyupgrade wants to merge 2 commits into
Postgres-Extensions:masterfrom
jnasbyupgrade:rename-build-results-to-results-build
Open

jnasbyupgrade wants to merge 2 commits into
Postgres-Extensions:masterfrom
jnasbyupgrade:rename-build-results-to-results-build

Conversation

@jnasbyupgrade

Copy link
Copy Markdown
Contributor

Summary

Paired with Postgres-Extensions/pgxntool#123, which renames pgxntool's
build-results target to results-build (review feedback on #109: the
old name was too close to the existing results target). Updates the
make build-results call sites this repo's own tests added in #79
(test/standard/make-test.bats) to results-build, so the suite keeps
exercising the renamed target instead of a now-nonexistent one.

Replaces #87, which closed automatically when its head branch was renamed
(to match the branch name on the paired pgxntool PR, per this project's CI
pairing convention -- same content, same commit, just a fresh PR object).

Test plan

  • Full suite (test-all), this branch paired with
    jnasbyupgrade/pgxntool#123 via PGXNBRANCH: 258/258 passing, including
    both renamed results-build tests (issue #108's coverage).

🤖 Generated with Claude Code

pgxntool renamed the target for the same reason: too similar to `results`.

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

coderabbitai Bot commented Sep 16, 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: Advanced

Run ID: d231daa2-953c-402b-8722-7b7b750515b8

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.

The branch rename that replaced closed PR Postgres-Extensions#87 with Postgres-Extensions#88 kept the same
commit, so GitHub's checks-for-ref API still returns Postgres-Extensions#87's cancelled
check runs alongside Postgres-Extensions#88's passing ones for that SHA, poisoning the
paired-PR check in the pgxntool PR. A fresh SHA avoids the collision.
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