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

Fixes a race condition in e2e tests. #1312

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

bashir2
Copy link
Collaborator

@bashir2 bashir2 commented Feb 24, 2025

Description of what I changed

Fixes #1295; please note this is built on top of PR #1297 so only the last commit belongs to this PR.

E2E test

TESTED:

Relying on e2e tests.

Checklist: I completed these to help reviewers :)

  • I have read and will follow the review process.

  • I am familiar with Google Style Guides for the language I have coded in.

    No? Please take some time and review Java and Python style guides.

  • My IDE is configured to follow the Google code styles.

    No? Unsure? -> configure your IDE.

  • I have added tests to cover my changes. (If you refactored existing code that was well tested you do not have to add tests)

  • I ran mvn clean package right before creating this pull request and added all formatting changes to my commit.

  • All new and existing tests passed.

  • My pull request is based on the latest changes of the master branch.

    No? Unsure? -> execute command git pull --rebase upstream master

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.70%. Comparing base (c901832) to head (e990a06).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1312      +/-   ##
============================================
- Coverage     51.43%   50.70%   -0.73%     
+ Complexity      716      691      -25     
============================================
  Files            95       90       -5     
  Lines          5916     5723     -193     
  Branches        790      774      -16     
============================================
- Hits           3043     2902     -141     
+ Misses         2582     2535      -47     
+ Partials        291      286       -5     

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

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.

Fix the race condition in e2e test.
2 participants