tests/test-clone-uncompressed.t
branchstable
changeset 47871 132525ead0db
parent 47870 67af3b3173b7
equal deleted inserted replaced
47870:67af3b3173b7 47871:132525ead0db
   175 
   175 
   176 The logic is close enough of uncompressed.
   176 The logic is close enough of uncompressed.
   177 This is present here to reuse the testing around file with "special" names.
   177 This is present here to reuse the testing around file with "special" names.
   178 
   178 
   179   $ hg clone server local-clone
   179   $ hg clone server local-clone
   180   updating to branch default (missing-correct-output !)
   180   updating to branch default
   181   1088 files updated, 0 files merged, 0 files removed, 0 files unresolved (missing-correct-output !)
   181   1088 files updated, 0 files merged, 0 files removed, 0 files unresolved
   182   abort: $ENOENT$: '$TESTTMP/local-clone/.hg/store/dh/containe/isam-bui/bazel-coverage-generator-sandboxfs-compatibility-0758e3e4d94041277bcd011e1d54c247523c124b4a325686.i' (known-bad-output !)
       
   183   [255]
       
   184 
   182 
   185 Check that the clone went well
   183 Check that the clone went well
   186 
   184 
   187   $ hg verify -R local-clone
   185   $ hg verify -R local-clone
   188   checking changesets (missing-correct-output !)
   186   checking changesets
   189   checking manifests (missing-correct-output !)
   187   checking manifests
   190   crosschecking files in changesets and manifests (missing-correct-output !)
   188   crosschecking files in changesets and manifests
   191   checking files (missing-correct-output !)
   189   checking files
   192   checked 3 changesets with 1088 changes to 1088 files (missing-correct-output !)
   190   checked 3 changesets with 1088 changes to 1088 files
   193   abort: repository local-clone not found (known-bad-output !)
       
   194   [255]
       
   195 
   191 
   196 Check uncompressed
   192 Check uncompressed
   197 ==================
   193 ==================
   198 
   194 
   199 Cannot stream clone when server.uncompressed is set
   195 Cannot stream clone when server.uncompressed is set