I noticed in the coverage report that we didn't have much coverage in
revlog.py. Let's try and get some of the more interesting bits tested
by the fuzzer. I ran this locally for a few minutes to verify that I
appear to be calling the various functions in reasonable ways.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGebe51a2e75be: fuzz: exercise more of the revlog API
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
contrib/fuzz/revlog.cc | ||
---|---|---|
22 | nit: could have relied on revlog.__iter__ and used just index instead of range(len(index)) here and on the next line |
nit: could have relied on revlog.__iter__ and used just index instead of range(len(index)) here and on the next line