tests/test-clonebundles.t
changeset 51978 73a43fe3e6fd
parent 51524 077d5a784c58
child 52012 aa7f4a45d8fa
equal deleted inserted replaced
51977:e58f02e2f6a9 51978:73a43fe3e6fd
    76 Server is not running aborts
    76 Server is not running aborts
    77 
    77 
    78   $ echo "http://localhost:$HGPORT1/bundle.hg" > server/.hg/clonebundles.manifest
    78   $ echo "http://localhost:$HGPORT1/bundle.hg" > server/.hg/clonebundles.manifest
    79   $ hg clone http://localhost:$HGPORT server-not-runner
    79   $ hg clone http://localhost:$HGPORT server-not-runner
    80   applying clone bundle from http://localhost:$HGPORT1/bundle.hg
    80   applying clone bundle from http://localhost:$HGPORT1/bundle.hg
    81   error fetching bundle: (.* refused.*|Protocol not supported|(.* )?\$EADDRNOTAVAIL\$|.* No route to host) (re)
    81   error fetching bundle: (.*\$ECONNREFUSED\$|Protocol not supported|(.* )?\$EADDRNOTAVAIL\$|.* No route to host) (re)
    82   abort: error applying bundle
    82   abort: error applying bundle
    83   (if this error persists, consider contacting the server operator or disable clone bundles via "--config ui.clonebundles=false")
    83   (if this error persists, consider contacting the server operator or disable clone bundles via "--config ui.clonebundles=false")
    84   [255]
    84   [255]
    85 
    85 
    86 Server returns 404
    86 Server returns 404