Jon Moldover
Jon Moldover
Currently CDF readers use Jackson to map CVR files into memory all at once. This will not fly for any decent-sized election as @freedomcounts has already discovered we cannot tabulate...
And come up with some clever names for them... Include this String computedCastVoteRecordID = String.format("%s(%d)", fileName, ++cvrIndex);
Regression tests need to compare actual tabulation result file to expected result files. Our tabulator "discovers" precinct IDs during the course of tabulation. We would need some way of exposing...
Currently it is a hard-coded exception in the file compare code. Would be better to at least remove hard-coding. Maybe there is a clever way to mock this.
Add a way to generate a config file with some of the values (e.g. the candidates and the CVR source) prepopulated from Dominion data folder.