Skip to content

tests(event-queue): add test for invalid tx in mempool #1091

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

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

glevco
Copy link
Contributor

@glevco glevco commented Jul 24, 2024

Motivation

An Event Queue scenario simulation and its respective test was missing for the case where transactions get removed from the storage after a reorg.

Acceptance Criteria

  • Add INVALID_MEMPOOL_TRANSACTION simulation scenario and test.

Checklist

  • If you are requesting a merge into master, confirm this code is production-ready and can be included in future releases as soon as it gets merged

@glevco glevco added the tests label Jul 24, 2024
@glevco glevco self-assigned this Jul 24, 2024
@glevco glevco marked this pull request as ready for review July 24, 2024 19:55
@glevco glevco requested review from jansegre and msbrogli as code owners July 24, 2024 19:55
Copy link

codecov bot commented Jul 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.77%. Comparing base (d2dde8f) to head (95d7292).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1091      +/-   ##
==========================================
- Coverage   84.79%   84.77%   -0.02%     
==========================================
  Files         314      314              
  Lines       23900    23900              
  Branches     3612     3612              
==========================================
- Hits        20265    20262       -3     
- Misses       2917     2921       +4     
+ Partials      718      717       -1     

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

@glevco glevco merged commit 995c208 into master Jul 25, 2024
12 checks passed
@glevco glevco deleted the tests/event-queue/reward-lock branch July 25, 2024 19:15
This was referenced Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants