Skip to content

Conversation

@viren-nadkarni
Copy link
Member

@viren-nadkarni viren-nadkarni commented Jun 16, 2025

Summary

This PR bumps moto-ext to 5.1.6.post2

Contains:

Moto response serialiser is being reworked upstream where now the tags field in IAM resources is always returned. AWS does not return this field if no tags are set. This is causing snapshot tests to fail, because of which this PR marks the tags attribute to be skipped. This is expected to be resolved in future Moto releases. See getmoto/moto#8997.

To do

@viren-nadkarni viren-nadkarni self-assigned this Jun 16, 2025
@viren-nadkarni viren-nadkarni added the semver: patch Non-breaking changes which can be included in patch releases label Jun 16, 2025
@github-actions
Copy link

github-actions bot commented Jun 16, 2025

S3 Image Test Results (AMD64 / ARM64)

    2 files    2 suites   8m 58s ⏱️
  506 tests 456 ✅  50 💤 0 ❌
1 012 runs  912 ✅ 100 💤 0 ❌

Results for commit 6d77356.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Jun 16, 2025

Test Results - Preflight, Unit

21 727 tests  ±0   20 070 ✅ ±0   6m 23s ⏱️ +9s
     1 suites ±0    1 657 💤 ±0 
     1 files   ±0        0 ❌ ±0 

Results for commit 6d77356. ± Comparison against base commit 0a43548.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Jun 16, 2025

Test Results (amd64) - Acceptance

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

Results for commit 6d77356. ± Comparison against base commit 0a43548.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Jun 16, 2025

Test Results - Alternative Providers

988 tests  ±0   622 ✅ ±0   34m 22s ⏱️ -7s
  4 suites ±0   366 💤 ±0 
  4 files   ±0     0 ❌ ±0 

Results for commit 6d77356. ± Comparison against base commit 0a43548.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Jun 16, 2025

Test Results (amd64) - Integration, Bootstrap

    5 files  ±0      5 suites  ±0   2h 21m 32s ⏱️ - 1m 53s
5 247 tests ±0  4 321 ✅ ±0  926 💤 ±0  0 ❌ ±0 
5 253 runs  ±0  4 321 ✅ ±0  932 💤 ±0  0 ❌ ±0 

Results for commit 6d77356. ± Comparison against base commit 0a43548.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Jun 16, 2025

LocalStack Community integration with Pro

    2 files  ±0      2 suites  ±0   1h 42m 28s ⏱️ -32s
4 890 tests ±0  4 116 ✅ ±0  774 💤 ±0  0 ❌ ±0 
4 892 runs  ±0  4 116 ✅ ±0  776 💤 ±0  0 ❌ ±0 

Results for commit 6d77356. ± Comparison against base commit 0a43548.

♻️ This comment has been updated with latest results.

@viren-nadkarni viren-nadkarni changed the title Bump moto-ext to 5.1.6.post1 Bump moto-ext to 5.1.6.post2 Jun 24, 2025
@github-actions
Copy link

Test Results (MA/MR) - Preflight, Unit

21 727 tests  ±0   20 070 ✅ ±0   6m 19s ⏱️ -3s
     1 suites ±0    1 657 💤 ±0 
     1 files   ±0        0 ❌ ±0 

Results for commit 6d77356. ± Comparison against base commit 0a43548.

@github-actions
Copy link

Test Results (amd64, MA/MR) - Acceptance

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

Results for commit 6d77356. ± Comparison against base commit 0a43548.

@github-actions
Copy link

Test Results (MA/MR) - Alternative Providers

988 tests  ±0   622 ✅ ±0   34m 20s ⏱️ +15s
  4 suites ±0   366 💤 ±0 
  4 files   ±0     0 ❌ ±0 

Results for commit 6d77356. ± Comparison against base commit 0a43548.

@github-actions
Copy link

Test Results (amd64, MA/MR) - Integration, Bootstrap

    5 files  ±0      5 suites  ±0   2h 21m 39s ⏱️ - 1m 7s
5 247 tests ±0  4 321 ✅ ±0  926 💤 ±0  0 ❌ ±0 
5 253 runs  ±0  4 321 ✅ ±0  932 💤 ±0  0 ❌ ±0 

Results for commit 6d77356. ± Comparison against base commit 0a43548.

@viren-nadkarni viren-nadkarni marked this pull request as ready for review June 24, 2025 08:13
@viren-nadkarni viren-nadkarni requested review from alexrashed and removed request for dominikschubert, pinzon and simonrw June 24, 2025 08:18
Copy link
Member

@alexrashed alexrashed left a comment

Choose a reason for hiding this comment

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

Awesome! Thanks a lot for keeping moto(-ext) up to date! 💯
The changes are looking good to me, but I'll leave the final review to @dfangl since the only changes to a service provider is in IAM.

Copy link
Member

@dfangl dfangl left a comment

Choose a reason for hiding this comment

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

I am not really happy with the snapshot ignores - this is strictly speaking, at least in part, a parity degradation after all, and we should follow up on this, by not including tags if they are not set at all.
For now this is fine for me though, to not hold back the merge 👍

@viren-nadkarni viren-nadkarni merged commit c8d9c9e into master Jun 24, 2025
84 checks passed
@viren-nadkarni viren-nadkarni deleted the bump-moto-ext branch June 24, 2025 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

4 participants