comparison tests/test-clonebundles.t @ 35152:c1b94f34a11a

tests: re-add (glob) for $LOCALIP matches This should fix most of the failing tests on the FreeBSD builder, since it has no 127/8 series IP as a side effect of being trapped in a jail. Differential Revision: https://phab.mercurial-scm.org/D1552
author Augie Fackler <augie@google.com>
date Wed, 29 Nov 2017 17:05:51 -0500
parents 62e10bf001a9
children 44b8b5ad30eb
comparison
equal deleted inserted replaced
35151:b45a9d121b53 35152:c1b94f34a11a
30 added 2 changesets with 2 changes to 2 files 30 added 2 changesets with 2 changes to 2 files
31 new changesets 53245c60e682:aaff8d2ffbbf 31 new changesets 53245c60e682:aaff8d2ffbbf
32 32
33 $ cat server/access.log 33 $ cat server/access.log
34 * - - [*] "GET /?cmd=capabilities HTTP/1.1" 200 - (glob) 34 * - - [*] "GET /?cmd=capabilities HTTP/1.1" 200 - (glob)
35 $LOCALIP - - [$LOGDATE$] "GET /?cmd=batch HTTP/1.1" 200 - x-hgarg-1:cmds=heads+%3Bknown+nodes%3D x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ 35 $LOCALIP - - [$LOGDATE$] "GET /?cmd=batch HTTP/1.1" 200 - x-hgarg-1:cmds=heads+%3Bknown+nodes%3D x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ (glob)
36 $LOCALIP - - [$LOGDATE$] "GET /?cmd=getbundle HTTP/1.1" 200 - x-hgarg-1:$USUAL_BUNDLE_CAPS$&cg=1&common=0000000000000000000000000000000000000000&heads=aaff8d2ffbbf07a46dd1f05d8ae7877e3f56e2a2&listkeys=bookmarks&phases=1 x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ 36 $LOCALIP - - [$LOGDATE$] "GET /?cmd=getbundle HTTP/1.1" 200 - x-hgarg-1:$USUAL_BUNDLE_CAPS$&cg=1&common=0000000000000000000000000000000000000000&heads=aaff8d2ffbbf07a46dd1f05d8ae7877e3f56e2a2&listkeys=bookmarks&phases=1 x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ (glob)
37 37
38 Empty manifest file results in retrieval 38 Empty manifest file results in retrieval
39 (the extension only checks if the manifest file exists) 39 (the extension only checks if the manifest file exists)
40 40
41 $ touch server/.hg/clonebundles.manifest 41 $ touch server/.hg/clonebundles.manifest