-
Notifications
You must be signed in to change notification settings - Fork 115
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
Implement GetDiff E2E tests #1975
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add tests for write log merging.
36c8e10
to
70001b9
Compare
f544878
to
e57ea55
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would split the commits into three parts:
- Add write log merging.
- Improve syncing (tracking outstanding roots, retries).
- Add E2E tests.
Otherwise only minor nits and cleaning up the debug statements. The new syncing code and tests look good.
70001b9
to
ca24117
Compare
0db4eaf
to
d439ff3
Compare
Codecov Report
@@ Coverage Diff @@
## master #1975 +/- ##
=========================================
- Coverage 55.97% 55.77% -0.2%
=========================================
Files 247 249 +2
Lines 25089 25344 +255
=========================================
+ Hits 14043 14136 +93
- Misses 9534 9685 +151
- Partials 1512 1523 +11
Continue to review full report at Codecov.
|
b6492a5
to
7b9d9a5
Compare
d439ff3
to
7f46195
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this looks good except for the minor nits. Feel free to squash/reorganize commits.
You should just wait before merging this so that #1902 is merged into master first and the base of this PR is changed to be master.
cc89e26
to
1e5e0be
Compare
018dccf
to
d79662c
Compare
61ba378
to
25afa74
Compare
d79662c
to
971e5a5
Compare
d2e3c79
to
ec92630
Compare
971e5a5
to
701afb4
Compare
ec92630
to
9f50be2
Compare
701afb4
to
6227e26
Compare
5e43056
to
1e6e48c
Compare
d092c79
to
5a62dec
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Went over the last commit, looks good except the minor nit.
5a62dec
to
e19939f
Compare
This PR:
Closes #1932