Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pubsub/awssnssqs: Add support for setting FIFO message metadata #3435

Merged
merged 3 commits into from
May 31, 2024

Conversation

bartventer
Copy link
Contributor

This PR closes #3434

I've also added tests to cover this change, and generated new replay files for the tests.

Copy link

codecov bot commented May 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.31%. Comparing base (e677ded) to head (5753b54).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3435      +/-   ##
==========================================
+ Coverage   73.26%   73.31%   +0.05%     
==========================================
  Files         113      113              
  Lines       14897    14921      +24     
==========================================
+ Hits        10914    10940      +26     
+ Misses       3207     3206       -1     
+ Partials      776      775       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vangent vangent merged commit e891930 into google:master May 31, 2024
5 checks passed
@vangent
Copy link
Contributor

vangent commented May 31, 2024

Thanks for the contribution!

@vangent
Copy link
Contributor

vangent commented Jun 3, 2024

FYI the SQSv2 test turned out to be flaky, it sets 2 attributes in the CreateTopic call, and the HTTPReplay record/replay seems to randomly order them so sometimes the replay doesn't match. Not sure why it only affects this test, but I commented it out.

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.

pubsub/awssnssqs: Add support for setting FIFO message metadata
2 participants