comparison tests/test-http.t @ 37416:7542e97c7867

tests: conditionalize tests for various repo features Working my down the long tail of test failures due to the simple store. We're now down to 38 failures with the simple store. Differential Revision: https://phab.mercurial-scm.org/D3096
author Gregory Szorc <gregory.szorc@gmail.com>
date Wed, 04 Apr 2018 14:04:18 -0700
parents 36b2a304216c
children aacfca6f9767
comparison
equal deleted inserted replaced
37415:c2c8962a9465 37416:7542e97c7867
468 remote: abort: server has pull-based clones disabled 468 remote: abort: server has pull-based clones disabled
469 abort: pull failed on remote 469 abort: pull failed on remote
470 (remove --pull if specified or upgrade Mercurial) 470 (remove --pull if specified or upgrade Mercurial)
471 [255] 471 [255]
472 472
473 #if no-reposimplestore
473 ... but keep stream clones working 474 ... but keep stream clones working
474 475
475 $ hg clone --stream --noupdate http://localhost:$HGPORT1/ test-stream-clone 476 $ hg clone --stream --noupdate http://localhost:$HGPORT1/ test-stream-clone
476 streaming all changes 477 streaming all changes
477 * files to transfer, * of data (glob) 478 * files to transfer, * of data (glob)
478 transferred * in * seconds (*/sec) (glob) 479 transferred * in * seconds (*/sec) (glob)
479 searching for changes 480 searching for changes
480 no changes found 481 no changes found
481 $ cat error.log 482 $ cat error.log
483 #endif
482 484
483 ... and also keep partial clones and pulls working 485 ... and also keep partial clones and pulls working
484 $ hg clone http://localhost:$HGPORT1 --rev 0 test-partial-clone 486 $ hg clone http://localhost:$HGPORT1 --rev 0 test-partial-clone
485 adding changesets 487 adding changesets
486 adding manifests 488 adding manifests