tests/test-lfs-serve-access.t
changeset 40324 6637b079ae45
parent 40034 393e44324037
child 40659 8863f08c1630
equal deleted inserted replaced
40323:2c0aa02ecd5a 40324:6637b079ae45
    40   $ mv `hg config lfs.usercache` $TESTTMP/servercache
    40   $ mv `hg config lfs.usercache` $TESTTMP/servercache
    41 
    41 
    42 Downloads fail...
    42 Downloads fail...
    43 
    43 
    44   $ hg clone http://localhost:$HGPORT httpclone
    44   $ hg clone http://localhost:$HGPORT httpclone
       
    45   (remote is using large file support (lfs); lfs will be enabled for this repository)
    45   requesting all changes
    46   requesting all changes
    46   adding changesets
    47   adding changesets
    47   adding manifests
    48   adding manifests
    48   adding file changes
    49   adding file changes
    49   added 1 changesets with 1 changes to 1 files
    50   added 1 changesets with 1 changes to 1 files
    74   $ cat hg.pid >> $DAEMON_PIDS
    75   $ cat hg.pid >> $DAEMON_PIDS
    75 
    76 
    76   $ hg clone --debug http://localhost:$HGPORT/subdir/mount/point cloned2
    77   $ hg clone --debug http://localhost:$HGPORT/subdir/mount/point cloned2
    77   using http://localhost:$HGPORT/subdir/mount/point
    78   using http://localhost:$HGPORT/subdir/mount/point
    78   sending capabilities command
    79   sending capabilities command
       
    80   (remote is using large file support (lfs); lfs will be enabled for this repository)
    79   query 1; heads
    81   query 1; heads
    80   sending batch command
    82   sending batch command
    81   requesting all changes
    83   requesting all changes
    82   sending getbundle command
    84   sending getbundle command
    83   bundle2-input-bundle: with-transaction
    85   bundle2-input-bundle: with-transaction
    86   add changeset 525251863cad
    88   add changeset 525251863cad
    87   adding manifests
    89   adding manifests
    88   adding file changes
    90   adding file changes
    89   adding lfs.bin revisions
    91   adding lfs.bin revisions
    90   added 1 changesets with 1 changes to 1 files
    92   added 1 changesets with 1 changes to 1 files
    91   calling hook pretxnchangegroup.lfs: hgext.lfs.checkrequireslfs
       
    92   bundle2-input-part: total payload size 648
    93   bundle2-input-part: total payload size 648
    93   bundle2-input-part: "listkeys" (params: 1 mandatory) supported
    94   bundle2-input-part: "listkeys" (params: 1 mandatory) supported
    94   bundle2-input-part: "phase-heads" supported
    95   bundle2-input-part: "phase-heads" supported
    95   bundle2-input-part: total payload size 24
    96   bundle2-input-part: total payload size 24
    96   bundle2-input-part: "cache:rev-branch-cache" (advisory) supported
    97   bundle2-input-part: "cache:rev-branch-cache" (advisory) supported
   237   $ cat hg.pid >> $DAEMON_PIDS
   238   $ cat hg.pid >> $DAEMON_PIDS
   238 
   239 
   239 Test an I/O error in localstore.verify() (Batch API) with GET
   240 Test an I/O error in localstore.verify() (Batch API) with GET
   240 
   241 
   241   $ hg clone http://localhost:$HGPORT1 httpclone2
   242   $ hg clone http://localhost:$HGPORT1 httpclone2
       
   243   (remote is using large file support (lfs); lfs will be enabled for this repository)
   242   requesting all changes
   244   requesting all changes
   243   adding changesets
   245   adding changesets
   244   adding manifests
   246   adding manifests
   245   adding file changes
   247   adding file changes
   246   added 1 changesets with 1 changes to 1 files
   248   added 1 changesets with 1 changes to 1 files