-
Notifications
You must be signed in to change notification settings - Fork 8
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
BNK-370 generate multiple batches in a recon file #177
Conversation
d070921
to
f22cc2c
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.
One comment, but I just realized this is only the test harness, so probably not worth worrying about too much.
|
||
writer FileWriter | ||
func (batch *batchMirrorBatch) write(buf *bytes.Buffer) error { |
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.
How big are these batches likely to get? Is storing them in memory ever going to be a problem?
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.
in a way, that's going to get tested when we use this for simulating volume.
Codecov ReportPatch coverage:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #177 +/- ##
==========================================
+ Coverage 58.11% 59.32% +1.21%
==========================================
Files 15 15
Lines 721 740 +19
==========================================
+ Hits 419 439 +20
Misses 250 250
+ Partials 52 51 -1
☔ View full report in Codecov by Sentry. |
Changes
Why Are Changes Being Made