Skip to content

Bump Ministack to 1.4.15; adopt typed duplicate-instance fault match - #25

Merged
Kiran01bm merged 1 commit into
mainfrom
kiran01bm/bump-ministack-1.4.15
Aug 11, 2026
Merged

Bump Ministack to 1.4.15; adopt typed duplicate-instance fault match#25
Kiran01bm merged 1 commit into
mainfrom
kiran01bm/bump-ministack-1.4.15

Conversation

@Kiran01bm

Copy link
Copy Markdown
Collaborator

Summary

Bumps the pinned Ministack image for the AWS-boundary test tier from 1.4.13-full to 1.4.15-full and adopts the fidelity fixes that release carries: the duplicate-instance divergence pin becomes the typed errors.As match production code uses, and the engine-version map moves to versions the emulator's new create-time validation accepts.

Why

Ministack v1.4.14/v1.4.15 include fixes contributed upstream specifically for this tier: the duplicate-instance wire code now matches real AWS (DBInstanceAlreadyExists, no Fault suffix), Stop/Start do real compute lifecycle, and EngineVersion is validated against the creatable catalog at create time. The old divergence pin was written to fail the day the emulator was fixed, forcing this adoption — so the image bump and the typed-match flip land together.

What

  • internal/testutil/ministack.go — pin 1.4.15-full; move auroraEngineVersion to catalog entries (14.23, 15.18, 16.14, 17.10, 18.4) since 1.4.15 rejects unknown versions with the AWS-exact InvalidParameterCombination; the unknown-major fallback becomes the bare major, which the validator accepts as a dot-boundary prefix.
  • internal/testutil/ministack_integration_test.go — replace the pinned divergent wire-code assertion with require.ErrorAs(..., &types.DBInstanceAlreadyExistsFault{}), matching the cluster-level cases.
  • docs/testing.md — the divergence note becomes a record that the gap was fixed upstream in v1.4.14.

Verified: make test-aws-boundary green against 1.4.15-full (all three subtests), make lint clean, unit tier green.

The 1.4.14/1.4.15 releases carry fixes contributed upstream for this test
tier: the duplicate-instance wire code now matches real AWS, so the
deliberate divergence pin is replaced by the typed errors.As match
production code uses, and the divergence note leaves docs/testing.md.
1.4.15 also validates EngineVersion against its creatable catalog at
create time, so the per-major version map moves to catalog entries.
@Kiran01bm
Kiran01bm marked this pull request as ready for review August 11, 2026 22:04
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@Kiran01bm
Kiran01bm merged commit d552ec6 into main Aug 11, 2026
13 checks passed
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.

2 participants