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

✅ Add utilities for integration testing & add a test for Mempool asynchronicity #573

Merged
merged 3 commits into from
Jan 10, 2025

Conversation

wraitii
Copy link
Member

@wraitii wraitii commented Jan 9, 2025

No description provided.

@wraitii wraitii force-pushed the feat/integration_testing_and_saync_test branch from c665b6c to 40d4cff Compare January 9, 2025 11:05
Copy link

codecov bot commented Jan 9, 2025

Codecov Report

Attention: Patch coverage is 91.72932% with 22 lines in your changes missing coverage. Please review.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/utils/integration_test.rs 93.08% 11 Missing ⚠️
src/mempool/test/async_data_proposals.rs 92.70% 7 Missing ⚠️
src/consensus.rs 0.00% 1 Missing ⚠️
src/data_availability.rs 0.00% 1 Missing ⚠️
src/mempool.rs 0.00% 1 Missing ⚠️
src/single_node_consensus.rs 0.00% 1 Missing ⚠️
Files with missing lines Coverage Δ
src/data_availability/node_state/verifiers.rs 11.11% <100.00%> (+3.23%) ⬆️
src/genesis.rs 91.92% <100.00%> (ø)
src/consensus.rs 83.44% <0.00%> (ø)
src/data_availability.rs 79.21% <0.00%> (+11.31%) ⬆️
src/mempool.rs 80.90% <0.00%> (+12.83%) ⬆️
src/single_node_consensus.rs 79.73% <0.00%> (+28.75%) ⬆️
src/mempool/test/async_data_proposals.rs 92.70% <92.70%> (ø)
src/utils/integration_test.rs 93.08% <93.08%> (ø)

... and 8 files with indirect coverage changes

@wraitii wraitii force-pushed the feat/integration_testing_and_saync_test branch 2 times, most recently from 805248d to 86e6756 Compare January 10, 2025 09:00
@wraitii wraitii force-pushed the feat/integration_testing_and_saync_test branch from 86e6756 to 2ddb9d7 Compare January 10, 2025 09:35
@wraitii wraitii enabled auto-merge (squash) January 10, 2025 09:35
@wraitii wraitii merged commit 6d3cb50 into main Jan 10, 2025
11 checks passed
@wraitii wraitii deleted the feat/integration_testing_and_saync_test branch January 10, 2025 09:40
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.

2 participants