Skip to content

Conversation

bentsku
Copy link
Contributor

@bentsku bentsku commented Dec 11, 2024

Motivation

@dfangl encountered a flake in an APIGW test which was quite unlikely, due to a port field (usually 443) being present in a UUID and breaking the snapshot replacement.

https://app.circleci.com/pipelines/github/localstack/localstack/30209/workflows/d7b445e5-43ba-4686-8d83-73a0c370d721/jobs/267451/tests

side-note: the content length changing between snapshots might mean we should transform it, it runs against AWS again when run but might change over time. We can always look into it in a follow up

Changes

  • do not reference replace the forwarded port field as it is not really important to do so, and update the snapshots that are concerned

@bentsku bentsku added aws:apigateway Amazon API Gateway semver: patch Non-breaking changes which can be included in patch releases labels Dec 11, 2024
@bentsku bentsku added this to the 4.1 milestone Dec 11, 2024
@bentsku bentsku self-assigned this Dec 11, 2024
Copy link

LocalStack Community integration with Pro

    2 files  ±0      2 suites  ±0   1h 53m 11s ⏱️ -51s
3 881 tests ±0  3 565 ✅ ±0  316 💤 ±0  0 ❌ ±0 
3 883 runs  ±0  3 565 ✅ ±0  318 💤 ±0  0 ❌ ±0 

Results for commit fe11f98. ± Comparison against base commit 33e59e9.

@bentsku bentsku marked this pull request as ready for review December 11, 2024 17:35
Copy link
Contributor

@cloutierMat cloutierMat left a comment

Choose a reason for hiding this comment

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

Awesome work on attacking the flakes once again! 🙏

Curious for the content-length. maybe something to look at in the future but since they are all skipped anyway, it shouldn't be an issue for now.

@bentsku bentsku merged commit 5949987 into master Dec 11, 2024
42 checks passed
@bentsku bentsku deleted the fix-flaky-apigw branch December 11, 2024 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws:apigateway Amazon API Gateway 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