tests/test-clonebundles.t
changeset 40371 5a81c4aa6313
parent 40034 393e44324037
child 40889 abac9d186e7e
equal deleted inserted replaced
40370:3b84ef904aea 40371:5a81c4aa6313
    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+])? No address associated with hostname) (re) (no-windows !)
    57   error fetching bundle: [Errno 11004] getaddrinfo failed (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 
    62 Server is not running aborts
    62 Server is not running aborts