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.
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
Read from branch with compaction data #7701
Read from branch with compaction data #7701
Changes from 21 commits
deee833
036a2b4
82694ff
90059b0
c554d87
0170d65
5f44d2b
644a04d
18742fa
6cf1337
11a448f
dfb54e6
f609ec2
eb9c4e4
d51ead2
3adc263
70c49d0
ca9a9cb
29e5085
c2cef8b
005f718
2717510
0400e6c
23221ae
1c10a6e
19d797c
2a0f495
4c46b26
3426e0b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Nit: Rather than double each test scenario, I would probably just loop over both scenarios by saying
for _, compactBranch := range{false, true} { t.Run(...) }
on l. 585.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.
Why? Particularly worried that we might never call this. If no UGC occurs, will the test fail somewhere else?