This doesn't fix everything in these two tests around missing zstd: we
still get some changes in the CBOR payload in ways that I think we
probably shouldn't bother to glob around. Maybe we should just disable
zstd support in some of these lower-level wireproto tests?
Details
Details
- Reviewers
indygreg - Group Reviewers
hg-reviewers - Commits
- rHG143632f82479: tests: glob away content-length changes relating to missing zstd bindings
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
At some point we will want a conditional test for zstd and no zstd. But we only really need one of those unless we're testing zstd specific behavior. I will follow up with fixes...