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

chore(tests): fix e2e tests in Idempotency utility #5280

Merged
merged 2 commits into from
Oct 1, 2024

Conversation

leandrodamascena
Copy link
Contributor

Issue number: #5279

Summary

Changes

In this PR #5251 we introduced new tests in the Idempotency utility, but Redis is failing because it needs a proper connection handler.

User experience

No changes

Checklist

If your change doesn't seem to apply, please leave them unchecked.

Is this a breaking change?

RFC issue number:

Checklist:

  • Migration process documented
  • Implement warnings (if it can live side by side)

Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@leandrodamascena leandrodamascena requested a review from a team as a code owner October 1, 2024 09:34
@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Oct 1, 2024
@boring-cyborg boring-cyborg bot added the tests label Oct 1, 2024
@github-actions github-actions bot added the bug Something isn't working label Oct 1, 2024
@leandrodamascena leandrodamascena linked an issue Oct 1, 2024 that may be closed by this pull request
Copy link

codecov bot commented Oct 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.20%. Comparing base (4c0bdf5) to head (939ff58).
Report is 3 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #5280   +/-   ##
========================================
  Coverage    96.20%   96.20%           
========================================
  Files          229      229           
  Lines        10753    10753           
  Branches      2002     2002           
========================================
  Hits         10345    10345           
  Misses         322      322           
  Partials        86       86           

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

Copy link

sonarqubecloud bot commented Oct 1, 2024

@dreamorosi dreamorosi changed the title fix(tests): fix e2e tests in Idempotency utility chore(tests): fix e2e tests in Idempotency utility Oct 1, 2024
@github-actions github-actions bot added internal Maintenance changes and removed bug Something isn't working labels Oct 1, 2024
Copy link
Contributor

@dreamorosi dreamorosi left a comment

Choose a reason for hiding this comment

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

Approving since the tests are passing on this branch (here).

@leandrodamascena leandrodamascena merged commit 3b11cee into develop Oct 1, 2024
12 checks passed
@leandrodamascena leandrodamascena deleted the fix/e2e-redis branch October 1, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Maintenance changes size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Fix e2e tests in Idempotency Redis persistent storage
2 participants