This is an archive of the discontinued Mercurial Phabricator instance.

tests: glob away content-length changes relating to missing zstd bindings
ClosedPublic

Authored by durin42 on Apr 25 2018, 1:14 PM.

Details

Summary

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?

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

durin42 created this revision.Apr 25 2018, 1:14 PM
indygreg accepted this revision.Apr 25 2018, 1:27 PM

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...

This revision is now accepted and ready to land.Apr 25 2018, 1:27 PM
This revision was automatically updated to reflect the committed changes.