Skip to content

StateProofRecoverabiliy: CR fixes#5176

Merged
algorandskiy merged 9 commits intoalgorand:feature/stateproofs-recoverabilityfrom
id-ms:spr-cr-fix
Mar 13, 2023
Merged

StateProofRecoverabiliy: CR fixes#5176
algorandskiy merged 9 commits intoalgorand:feature/stateproofs-recoverabilityfrom
id-ms:spr-cr-fix

Conversation

@id-ms
Copy link
Copy Markdown
Contributor

@id-ms id-ms commented Mar 2, 2023

Summary

Test Plan

@id-ms id-ms changed the title Spr cr fix StateProofRecoverabiliy: CR fixes Mar 2, 2023
@id-ms id-ms changed the title StateProofRecoverabiliy: CR fixes StateProofRecoverabiliy: CR fixes [WIP] Mar 2, 2023
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 2, 2023

Codecov Report

Merging #5176 (37baa87) into feature/stateproofs-recoverability (3d303b0) will decrease coverage by 0.71%.
The diff coverage is 86.95%.

@@                          Coverage Diff                           @@
##           feature/stateproofs-recoverability    #5176      +/-   ##
======================================================================
- Coverage                               54.43%   53.73%   -0.71%     
======================================================================
  Files                                     445      441       -4     
  Lines                                   55533    55489      -44     
======================================================================
- Hits                                    30230    29817     -413     
- Misses                                  22936    23333     +397     
+ Partials                                 2367     2339      -28     
Impacted Files Coverage Δ
data/accountManager.go 17.50% <ø> (-55.12%) ⬇️
...e/trackerdb/sqlitedriver/spVerificationAccessor.go 0.00% <0.00%> (ø)
ledger/tracker.go 72.91% <ø> (-0.84%) ⬇️
stateproof/builder.go 75.83% <50.00%> (-0.15%) ⬇️
ledger/catchupaccessor.go 63.14% <60.00%> (ø)
ledger/catchpointtracker.go 57.37% <100.00%> (-0.13%) ⬇️
ledger/catchpointwriter.go 59.73% <100.00%> (+0.54%) ⬆️
ledger/internal/cow.go 66.15% <100.00%> (ø)
ledger/ledgercore/catchpointlabel.go 100.00% <100.00%> (ø)
ledger/ledgercore/statedelta.go 19.52% <100.00%> (ø)
... and 39 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@id-ms id-ms force-pushed the spr-cr-fix branch 2 times, most recently from f906a20 to 165a239 Compare March 8, 2023 08:14
Copy link
Copy Markdown
Contributor

@algorandskiy algorandskiy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, one comment request

require.NoError(t, err)
}

func TestCatchpointFileWithLargeSpVerification(t *testing.T) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add a brief comment for this test

@id-ms id-ms marked this pull request as ready for review March 13, 2023 16:12
@id-ms id-ms changed the title StateProofRecoverabiliy: CR fixes [WIP] StateProofRecoverabiliy: CR fixes Mar 13, 2023
@algorandskiy algorandskiy merged commit 3c831df into algorand:feature/stateproofs-recoverability Mar 13, 2023
@id-ms id-ms deleted the spr-cr-fix branch March 13, 2023 16:43
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