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

test: add assert_invariants #4623

Merged
merged 1 commit into from
Sep 18, 2023
Merged

test: add assert_invariants #4623

merged 1 commit into from
Sep 18, 2023

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Sep 16, 2023

add assert_invariants function for txpool

enforced on drop for test

@mattsse mattsse added A-tx-pool Related to the transaction mempool C-test A change that impacts how or what we test labels Sep 16, 2023
@codecov
Copy link

codecov bot commented Sep 16, 2023

Codecov Report

Merging #4623 (632bd8c) into main (62e7d98) will decrease coverage by 0.03%.
The diff coverage is 96.42%.

Impacted file tree graph

Files Changed Coverage Δ
crates/transaction-pool/src/pool/pending.rs 83.12% <83.33%> (+<0.01%) ⬆️
crates/transaction-pool/src/pool/blob.rs 15.49% <100.00%> (+3.72%) ⬆️
crates/transaction-pool/src/pool/parked.rs 80.31% <100.00%> (+0.31%) ⬆️
crates/transaction-pool/src/pool/txpool.rs 73.00% <100.00%> (+0.34%) ⬆️

... and 12 files with indirect coverage changes

Flag Coverage Δ
integration-tests 16.76% <0.00%> (-0.02%) ⬇️
unit-tests 64.02% <96.42%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
reth binary 31.08% <ø> (ø)
blockchain tree 83.58% <ø> (ø)
pipeline 90.53% <ø> (ø)
storage (db) 75.32% <ø> (ø)
trie 94.84% <ø> (-0.04%) ⬇️
txpool 49.87% <96.42%> (+0.23%) ⬆️
networking 77.22% <ø> (-0.14%) ⬇️
rpc 57.40% <ø> (ø)
consensus 63.40% <ø> (ø)
revm 31.56% <ø> (ø)
payload builder 8.97% <ø> (ø)
primitives 86.52% <ø> (-0.03%) ⬇️

@onbjerg onbjerg added this pull request to the merge queue Sep 18, 2023
Merged via the queue into main with commit cbb7434 Sep 18, 2023
22 checks passed
@onbjerg onbjerg deleted the matt/add-assert-invariants branch September 18, 2023 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tx-pool Related to the transaction mempool C-test A change that impacts how or what we test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants