test(dursto): add integration test for database for roundtrip of proofs#1064
Draft
NSant215 wants to merge 1 commit into
Draft
test(dursto): add integration test for database for roundtrip of proofs#1064NSant215 wants to merge 1 commit into
NSant215 wants to merge 1 commit into
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1064 +/- ##
==========================================
- Coverage 90.16% 90.14% -0.02%
==========================================
Files 130 131 +1
Lines 27969 28010 +41
Branches 27969 28010 +41
==========================================
+ Hits 25217 25250 +33
- Misses 2004 2011 +7
- Partials 748 749 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
cb9e030 to
2c3cde9
Compare
|
Benchmark results for revision f1ca0fc:
Full results
Compare the results above with those for the default branch. |
2c3cde9 to
1c9567e
Compare
Contributor
Author
|
waiting on PR #1065 to avoid overlap work |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes RV-1004.
Related to RV-985.
What
Adds a multi-step roundtrip test to the Database module (excluding copying and moving).
Converges test architecture with
integration_test.rsandmerkle_layerroundtrip tests, as they all use similar enums.Why
Add confidence in multi-step proofs working.
How
create a
proof_test_utilsmodule with helpers for running operations on the database vs the merkle layer.Tasks for the Author