tests/test-largefiles-cache.t
branchstable
changeset 26825 78539633acf3
parent 26824 30db531e4146
child 26951 af1ae4ee755c
equal deleted inserted replaced
26824:30db531e4146 26825:78539633acf3
   207 
   207 
   208   $ mkdir $TESTTMP/mirrorcache
   208   $ mkdir $TESTTMP/mirrorcache
   209   $ hg serve -R ../mirror -d -p $HGPORT1 --pid-file hg.pid --config largefiles.usercache=$TESTTMP/mirrorcache
   209   $ hg serve -R ../mirror -d -p $HGPORT1 --pid-file hg.pid --config largefiles.usercache=$TESTTMP/mirrorcache
   210   $ cat hg.pid >> $DAEMON_PIDS
   210   $ cat hg.pid >> $DAEMON_PIDS
   211 
   211 
   212 (the following push fails but doesn't show why)
       
   213   $ hg push http://localhost:$HGPORT1 -f --config files.usercache=nocache
   212   $ hg push http://localhost:$HGPORT1 -f --config files.usercache=nocache
   214   pushing to http://localhost:$HGPORT1/
   213   pushing to http://localhost:$HGPORT1/
   215   searching for changes
   214   searching for changes
   216   unexpected putlfile response: None
   215   abort: remotestore: could not open file $TESTTMP/src/.hg/largefiles/e2fb5f2139d086ded2cb600d5a91a196e76bf020: HTTP Error 403: ssl required
   217   abort: remotestore: could not put $TESTTMP/src/.hg/largefiles/e2fb5f2139d086ded2cb600d5a91a196e76bf020 to remote store http://localhost:$HGPORT1/
       
   218   [255]
   216   [255]
   219 
   217 
   220   $ rm .hg/largefiles/e2fb5f2139d086ded2cb600d5a91a196e76bf020
   218   $ rm .hg/largefiles/e2fb5f2139d086ded2cb600d5a91a196e76bf020
   221 
   219 
   222 Test coverage of 'missing from store':
   220 Test coverage of 'missing from store':