##// END OF EJS Templates
test-clonebundles: simplify matching to be less flavor depends...
marmoute -
r52352:077d5a78 default
parent child Browse files
Show More
@@ -394,9 +394,9 b' No bundle spec should work'
394 394 $ hg clone -U http://localhost:$HGPORT stream-clone-no-spec
395 395 applying clone bundle from http://localhost:$HGPORT1/packed.hg
396 396 5 files to transfer, 613 bytes of data (no-rust !)
397 transferred 613 bytes in *.* seconds (*) (glob) (no-rust !)
397 transferred 613 bytes in * seconds (* */sec) (glob) (no-rust !)
398 398 7 files to transfer, 739 bytes of data (rust !)
399 transferred 739 bytes in *.* seconds (*) (glob) (rust !)
399 transferred 739 bytes in * seconds (* */sec) (glob) (rust !)
400 400 finished applying clone bundle
401 401 searching for changes
402 402 no changes found
@@ -409,10 +409,8 b' Bundle spec without parameters should wo'
409 409
410 410 $ hg clone -U http://localhost:$HGPORT stream-clone-vanilla-spec
411 411 applying clone bundle from http://localhost:$HGPORT1/packed.hg
412 5 files to transfer, 613 bytes of data (no-rust !)
413 transferred 613 bytes in *.* seconds (*) (glob) (no-rust !)
414 7 files to transfer, 739 bytes of data (rust !)
415 transferred 739 bytes in *.* seconds (*) (glob) (rust !)
412 * files to transfer, * bytes of data (glob)
413 transferred * bytes in * seconds (* */sec) (glob)
416 414 finished applying clone bundle
417 415 searching for changes
418 416 no changes found
@@ -425,10 +423,8 b' Bundle spec with format requirements sho'
425 423
426 424 $ hg clone -U http://localhost:$HGPORT stream-clone-supported-requirements
427 425 applying clone bundle from http://localhost:$HGPORT1/packed.hg
428 5 files to transfer, 613 bytes of data (no-rust !)
429 transferred 613 bytes in *.* seconds (*) (glob) (no-rust !)
430 7 files to transfer, 739 bytes of data (rust !)
431 transferred 739 bytes in *.* seconds (*) (glob) (rust !)
426 * files to transfer, * bytes of data (glob)
427 transferred * bytes in * seconds (* */sec) (glob)
432 428 finished applying clone bundle
433 429 searching for changes
434 430 no changes found
@@ -574,10 +570,8 b' A manifest with just a gzip bundle'
574 570 no compatible clone bundles available on server; falling back to regular clone
575 571 (you may want to report this to the server operator)
576 572 streaming all changes
577 10 files to transfer, 816 bytes of data (no-rust !)
578 transferred 816 bytes in * seconds (*) (glob) (no-rust !)
579 12 files to transfer, 942 bytes of data (rust !)
580 transferred 942 bytes in *.* seconds (*) (glob) (rust !)
573 * files to transfer, * bytes of data (glob)
574 transferred * bytes in * seconds (* */sec) (glob)
581 575
582 576 A manifest with a stream clone but no BUNDLESPEC
583 577
@@ -589,10 +583,8 b' A manifest with a stream clone but no BU'
589 583 no compatible clone bundles available on server; falling back to regular clone
590 584 (you may want to report this to the server operator)
591 585 streaming all changes
592 10 files to transfer, 816 bytes of data (no-rust !)
593 transferred 816 bytes in * seconds (*) (glob) (no-rust !)
594 12 files to transfer, 942 bytes of data (rust !)
595 transferred 942 bytes in *.* seconds (*) (glob) (rust !)
586 * files to transfer, * bytes of data (glob)
587 transferred * bytes in * seconds (* */sec) (glob)
596 588
597 589 A manifest with a gzip bundle and a stream clone
598 590
@@ -603,10 +595,8 b' A manifest with a gzip bundle and a stre'
603 595
604 596 $ hg clone -U --stream http://localhost:$HGPORT uncompressed-gzip-packed
605 597 applying clone bundle from http://localhost:$HGPORT1/packed.hg
606 5 files to transfer, 613 bytes of data (no-rust !)
607 transferred 613 bytes in *.* seconds (*) (glob) (no-rust !)
608 7 files to transfer, 739 bytes of data (rust !)
609 transferred 739 bytes in *.* seconds (*) (glob) (rust !)
598 * files to transfer, * bytes of data (glob)
599 transferred * bytes in * seconds (* */sec) (glob)
610 600 finished applying clone bundle
611 601 searching for changes
612 602 no changes found
@@ -620,10 +610,8 b' A manifest with a gzip bundle and stream'
620 610
621 611 $ hg clone -U --stream http://localhost:$HGPORT uncompressed-gzip-packed-requirements
622 612 applying clone bundle from http://localhost:$HGPORT1/packed.hg
623 5 files to transfer, 613 bytes of data (no-rust !)
624 transferred 613 bytes in *.* seconds (*) (glob) (no-rust !)
625 7 files to transfer, 739 bytes of data (rust !)
626 transferred 739 bytes in *.* seconds (*) (glob) (rust !)
613 * files to transfer, * bytes of data (glob)
614 transferred * bytes in * seconds (* */sec) (glob)
627 615 finished applying clone bundle
628 616 searching for changes
629 617 no changes found
@@ -639,10 +627,8 b' A manifest with a gzip bundle and a stre'
639 627 no compatible clone bundles available on server; falling back to regular clone
640 628 (you may want to report this to the server operator)
641 629 streaming all changes
642 10 files to transfer, 816 bytes of data (no-rust !)
643 transferred 816 bytes in * seconds (*) (glob) (no-rust !)
644 12 files to transfer, 942 bytes of data (rust !)
645 transferred 942 bytes in *.* seconds (*) (glob) (rust !)
630 * files to transfer, * bytes of data (glob)
631 transferred * bytes in * seconds (* */sec) (glob)
646 632
647 633 Test clone bundle retrieved through bundle2
648 634
General Comments 0
You need to be logged in to leave comments. Login now