Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

CloudFormation: make test_fn_find_in_map_with_nested_ref_change_mapping region-agnostic#13700

Merged
simonrw merged 1 commit intomainfrom
cfn/fix-ma-mr-pipeline
Feb 5, 2026
Merged

CloudFormation: make test_fn_find_in_map_with_nested_ref_change_mapping region-agnostic#13700
simonrw merged 1 commit intomainfrom
cfn/fix-ma-mr-pipeline

Conversation

@nik-localstack
Copy link
Copy Markdown
Contributor

Motivation

The test test_fn_find_in_map_with_nested_ref_change_mapping was failing in the MA/MR pipeline.
The test was hardcoded to use us-east-1 and us-west-2 in its CloudFormation mapping definitions, which caused it to fail when the pipeline selected a different region.

Changes

Replaced hardcoded "us-east-1" and "us-west-2" with the fixture values

@nik-localstack nik-localstack added this to the 4.14 milestone Feb 4, 2026
@nik-localstack nik-localstack self-assigned this Feb 4, 2026
@nik-localstack nik-localstack added aws:cloudformation AWS CloudFormation semver: patch Non-breaking changes which can be included in patch releases docs: skip Pull request does not require documentation changes notes: skip Pull request does not have to be mentioned in the release notes labels Feb 4, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 4, 2026

Test Results - Preflight, Unit

23 114 tests  ±0   21 255 ✅ ±0   6m 0s ⏱️ -6s
     1 suites ±0    1 859 💤 ±0 
     1 files   ±0        0 ❌ ±0 

Results for commit 0f8a6f6. ± Comparison against base commit 7c60109.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 4, 2026

Test Results (amd64) - Acceptance

7 tests  ±0   5 ✅ ±0   3m 1s ⏱️ -2s
1 suites ±0   2 💤 ±0 
1 files   ±0   0 ❌ ±0 

Results for commit 0f8a6f6. ± Comparison against base commit 7c60109.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 4, 2026

LocalStack Community integration with Pro

  2 files    2 suites   31m 24s ⏱️
586 tests 473 ✅ 113 💤 0 ❌
588 runs  473 ✅ 115 💤 0 ❌

Results for commit 0f8a6f6.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 4, 2026

Test Results (amd64) - Integration, Bootstrap

  5 files    5 suites   43m 43s ⏱️
610 tests 498 ✅ 112 💤 0 ❌
616 runs  498 ✅ 118 💤 0 ❌

Results for commit 0f8a6f6.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 4, 2026

Test Results - Alternative Providers

585 tests   322 ✅  17m 41s ⏱️
  1 suites  263 💤
  1 files      0 ❌

Results for commit 0f8a6f6.

Copy link
Copy Markdown
Contributor

@simonrw simonrw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this, you are right this is an oversight for this test. I'm surprised it has taken this long to fail!

@simonrw simonrw merged commit 3a3586b into main Feb 5, 2026
43 checks passed
@simonrw simonrw deleted the cfn/fix-ma-mr-pipeline branch February 5, 2026 12:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

aws:cloudformation AWS CloudFormation docs: skip Pull request does not require documentation changes notes: skip Pull request does not have to be mentioned in the release notes semver: patch Non-breaking changes which can be included in patch releases

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants