I attempted this in 94670e124d29 but we didn't actually have any tests for this
function it seems, and I mistook "it works now" for it being fixed (when what
had actually happened was that my cache had populated enough that I didn't
trigger the minimum threshold on my reattempts).
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGfaf00e30b63f: remotefilelog: actually fix (and test this time) a bytes vs str issue
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
Comment Actions
D7729 was my attempt at fixing it. Your patch is clearly better since it includes a test. I'll abandon mine.
tests/test-remotefilelog-prefetch.t | ||
---|---|---|
253 | test-check-code.t fails now: --- /home/pulkitg/repo/hgpush/tests/test-check-code.t +++ /home/pulkitg/repo/hgpush/tests/test-check-code.t.err @@ -32,6 +32,10 @@ Skipping i18n/polib.py it has no-che?k-code (glob) Skipping mercurial/statprof.py it has no-che?k-code (glob) Skipping tests/badserverext.py it has no-che?k-code (glob) + tests/test-remotefilelog-prefetch.t:253: + > except: + naked except clause + [1] @commands in debugcommands.py should be in alphabetical order. ERROR: test-check-code.t output changed Can you send a followup? |
test-check-code.t fails now:
Can you send a followup?