test: no-op PR for 15.14 smoke baseline (do not merge)#2182
Draft
utkarash2991 wants to merge 1 commit into
Draft
test: no-op PR for 15.14 smoke baseline (do not merge)#2182utkarash2991 wants to merge 1 commit into
utkarash2991 wants to merge 1 commit into
Conversation
This PR exists purely as a reference target for `supadev trigger-smoke-tests` so we can run the smoke matrix against develop's current 15.14.1.132 / 17.6.1.132 / 17.6.0.089-orioledb AMIs. We're investigating whether the storage tenant-migration race observed on the 15.18 utk_test AMI also surfaces on current production builds (suggesting the race is environmental rather than a 15.18 regression). Refs: PSQL-1230
PostgreSQL Package Dependency Analysis: PR #2182
SummaryNo packages had MAJOR version updates. Full Analysis ResultsPostgreSQL 15 Dependency ChangesExtracting PostgreSQL 15 dependencies...
Runtime Closure Size
Raw Dependency ClosurePostgreSQL 17 Dependency ChangesExtracting PostgreSQL 17 dependencies...
Runtime Closure Size
Raw Dependency Closure |
PostgreSQL Extension Dependency Analysis: PR #2182
SummaryNo extensions had dependencies with MAJOR version updates. Full Analysis ResultsPostgreSQL 15 Extension DependenciesPostgreSQL 17 Extension DependenciesOrioleDB 17 Extension Dependencies |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Throwaway reference PR. Do not merge.
supadev trigger-smoke-testsresolves engine versions from the target PR'sansible/vars.yml. To run the smoke matrix against develop's current production versions (15.14.1.132/17.6.1.132/17.6.0.089-orioledb) instead of the15.18.1.001_utk_testbuild under test in #2155, we need a PR pointed at develop.This PR exists only to provide that URL. The diff is a single cosmetic comment in
nix/docs/README.md; nothing inansible/,migrations/, ornix/tests/is touched.Why we're doing this
Investigating whether the storage tenant-migration race we've been seeing on
15.18.1.001_utk_testsmoke runs (terminating connection due to administrator commandmid storage migration) also reproduces on current production 15.14 AMIs. If yes → race is environmental, not 15.18-specific. If no → something genuinely changed on the PG path.Context: PSQL-1230 (PG 17.10 / 15.18 release).
Cleanup
Will close this PR (without merging) once the smoke runs have produced enough data points (~2-3 runs of
upgrade,pitr,replication,disk-pressureagainst this PR).