Skip to content

ci: bump pgpm to 4.33.0 and tune Postgres durability in CI#93

Merged
pyramation merged 1 commit into
mainfrom
fix/ci-pgpm-tune
Jul 7, 2026
Merged

ci: bump pgpm to 4.33.0 and tune Postgres durability in CI#93
pyramation merged 1 commit into
mainfrom
fix/ci-pgpm-tune

Conversation

@pyramation

Copy link
Copy Markdown
Contributor

Summary

Bumps PGPM_VERSION 4.7.4 → 4.33.0 in both workflows and adds a pgpm tune --yes step (new command, constructive-io/constructive#1336) right after pgpm install. It disables durability for the throwaway CI Postgres (fsync/synchronous_commit/full_page_writes = off, checkpoint_timeout = 30min, max_wal_size = 8GB) via ALTER SYSTEM + pg_reload_conf(), eliminating checkpoint I/O stalls on CI runners — the root cause of test flakiness fixed in constructive-io/constructive-db#1925 (flakiest shard: 644s → 110s).

Link to Devin session: https://app.devin.ai/sessions/7943c7526d254aa4828be110fbb3f272
Requested by: @pyramation

@pyramation pyramation self-assigned this Jul 7, 2026
@devin-ai-integration

Copy link
Copy Markdown

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@pyramation pyramation merged commit 11e7282 into main Jul 7, 2026
23 checks passed
@pyramation pyramation deleted the fix/ci-pgpm-tune branch July 7, 2026 01:43
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