tests/test-clonebundles.t
changeset 42355 da3861ef7959
parent 41321 f2f538725d07
child 42966 be0d54cce8f4
equal deleted inserted replaced
42354:163b8fd7bb72 42355:da3861ef7959
    51 Manifest file with invalid URL aborts
    51 Manifest file with invalid URL aborts
    52 
    52 
    53   $ echo 'http://does.not.exist/bundle.hg' > server/.hg/clonebundles.manifest
    53   $ echo 'http://does.not.exist/bundle.hg' > server/.hg/clonebundles.manifest
    54   $ hg clone http://localhost:$HGPORT 404-url
    54   $ hg clone http://localhost:$HGPORT 404-url
    55   applying clone bundle from http://does.not.exist/bundle.hg
    55   applying clone bundle from http://does.not.exist/bundle.hg
    56   error fetching bundle: (.* not known|(\[Errno -?\d+])? No address associated with hostname) (re) (no-windows !)
    56   error fetching bundle: (.* not known|(\[Errno -?\d+])? [Nn]o address associated with (host)?name) (re) (no-windows !)
    57   error fetching bundle: [Errno 1100*] getaddrinfo failed (glob) (windows !)
    57   error fetching bundle: [Errno 1100*] getaddrinfo failed (glob) (windows !)
    58   abort: error applying bundle
    58   abort: error applying bundle
    59   (if this error persists, consider contacting the server operator or disable clone bundles via "--config ui.clonebundles=false")
    59   (if this error persists, consider contacting the server operator or disable clone bundles via "--config ui.clonebundles=false")
    60   [255]
    60   [255]
    61 
    61