Mercurial > hg
comparison tests/test-http-protocol.t @ 37820:143632f82479 stable
tests: glob away content-length changes relating to missing zstd bindings
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?
Differential Revision: https://phab.mercurial-scm.org/D3429
author | Augie Fackler <augie@google.com> |
---|---|
date | Wed, 25 Apr 2018 13:13:42 -0400 |
parents | 3ea8323d6f95 |
children | da07c781aba9 |
comparison
equal
deleted
inserted
replaced
37819:ee3d58b4a47f | 37820:143632f82479 |
---|---|
255 s> makefile('rb', None) | 255 s> makefile('rb', None) |
256 s> HTTP/1.1 200 Script output follows\r\n | 256 s> HTTP/1.1 200 Script output follows\r\n |
257 s> Server: testing stub value\r\n | 257 s> Server: testing stub value\r\n |
258 s> Date: $HTTP_DATE$\r\n | 258 s> Date: $HTTP_DATE$\r\n |
259 s> Content-Type: application/mercurial-0.1\r\n | 259 s> Content-Type: application/mercurial-0.1\r\n |
260 s> Content-Length: 458\r\n | 260 s> Content-Length: *\r\n (glob) |
261 s> \r\n | 261 s> \r\n |
262 s> batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset compression=$BUNDLE2_COMPRESSIONS$ getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash | 262 s> batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset compression=$BUNDLE2_COMPRESSIONS$ getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash |
263 sending heads command | 263 sending heads command |
264 s> GET /?cmd=heads HTTP/1.1\r\n | 264 s> GET /?cmd=heads HTTP/1.1\r\n |
265 s> Accept-Encoding: identity\r\n | 265 s> Accept-Encoding: identity\r\n |