##// END OF EJS Templates
stream-requirements: smoother matching in test-ssh-proto-unbundle.t...
marmoute -
r49492:77f8f8ca default
parent child Browse files
Show More
@@ -50,9 +50,9 b' Test pushing bundle1 payload to a server'
50 50 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000
51 51 i> flush() -> None
52 52 o> readline() -> 4:
53 o> 444\n
54 o> readline() -> 444:
55 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n
53 o> \d+\\n (re)
54 o> readline\(\) -> \d+: (re)
55 o> capabilities: batch branchmap \$USUAL_BUNDLE2_CAPS\$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=[^ ,]+(,[^ ,]+)* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\\n (re)
56 56 o> readline() -> 2:
57 57 o> 1\n
58 58 o> readline() -> 1:
@@ -179,9 +179,9 b' ui.write() in hook is redirected to stde'
179 179 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000
180 180 i> flush() -> None
181 181 o> readline() -> 4:
182 o> 444\n
183 o> readline() -> 444:
184 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n
182 o> \d+\\n (re)
183 o> readline\(\) -> \d+: (re)
184 o> capabilities: batch branchmap \$USUAL_BUNDLE2_CAPS\$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=[^ ,]+(,[^ ,]+)* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\\n (re)
185 185 o> readline() -> 2:
186 186 o> 1\n
187 187 o> readline() -> 1:
@@ -247,10 +247,10 b' And a variation that writes multiple lin'
247 247 i> pairs 81\n
248 248 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000
249 249 i> flush() -> None
250 o> readline() -> 4:
251 o> 444\n
252 o> readline() -> 444:
253 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n
250 o> readline\(\) -> \d+: (re)
251 o> \d+\\n (re)
252 o> readline\(\) -> \d+: (re)
253 o> capabilities: batch branchmap \$USUAL_BUNDLE2_CAPS\$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=[^ ,]+(,[^ ,]+)* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\\n (re)
254 254 o> readline() -> 2:
255 255 o> 1\n
256 256 o> readline() -> 1:
@@ -318,9 +318,9 b' And a variation that does a ui.flush() a'
318 318 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000
319 319 i> flush() -> None
320 320 o> readline() -> 4:
321 o> 444\n
322 o> readline() -> 444:
323 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n
321 o> \d+\\n (re)
322 o> readline\(\) -> \d+: (re)
323 o> capabilities: batch branchmap \$USUAL_BUNDLE2_CAPS\$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=[^ ,]+(,[^ ,]+)* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\\n (re)
324 324 o> readline() -> 2:
325 325 o> 1\n
326 326 o> readline() -> 1:
@@ -387,9 +387,9 b' Multiple writes + flush'
387 387 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000
388 388 i> flush() -> None
389 389 o> readline() -> 4:
390 o> 444\n
391 o> readline() -> 444:
392 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n
390 o> \d+\\n (re)
391 o> readline\(\) -> \d+: (re)
392 o> capabilities: batch branchmap \$USUAL_BUNDLE2_CAPS\$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=[^ ,]+(,[^ ,]+)* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\\n (re)
393 393 o> readline() -> 2:
394 394 o> 1\n
395 395 o> readline() -> 1:
@@ -457,9 +457,9 b' ui.write() + ui.write_err() output is ca'
457 457 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000
458 458 i> flush() -> None
459 459 o> readline() -> 4:
460 o> 444\n
461 o> readline() -> 444:
462 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n
460 o> \d+\\n (re)
461 o> readline\(\) -> \d+: (re)
462 o> capabilities: batch branchmap \$USUAL_BUNDLE2_CAPS\$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=[^ ,]+(,[^ ,]+)* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\\n (re)
463 463 o> readline() -> 2:
464 464 o> 1\n
465 465 o> readline() -> 1:
@@ -530,9 +530,9 b' print() output is captured'
530 530 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000
531 531 i> flush() -> None
532 532 o> readline() -> 4:
533 o> 444\n
534 o> readline() -> 444:
535 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n
533 o> \d+\\n (re)
534 o> readline\(\) -> \d+: (re)
535 o> capabilities: batch branchmap \$USUAL_BUNDLE2_CAPS\$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=[^ ,]+(,[^ ,]+)* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\\n (re)
536 536 o> readline() -> 2:
537 537 o> 1\n
538 538 o> readline() -> 1:
@@ -599,9 +599,9 b' Mixed print() and ui.write() are both ca'
599 599 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000
600 600 i> flush() -> None
601 601 o> readline() -> 4:
602 o> 444\n
603 o> readline() -> 444:
604 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n
602 o> \d+\\n (re)
603 o> readline\(\) -> \d+: (re)
604 o> capabilities: batch branchmap \$USUAL_BUNDLE2_CAPS\$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=[^ ,]+(,[^ ,]+)* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\\n (re)
605 605 o> readline() -> 2:
606 606 o> 1\n
607 607 o> readline() -> 1:
@@ -671,9 +671,9 b' print() to stdout and stderr both get ca'
671 671 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000
672 672 i> flush() -> None
673 673 o> readline() -> 4:
674 o> 444\n
675 o> readline() -> 444:
676 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n
674 o> \d+\\n (re)
675 o> readline\(\) -> \d+: (re)
676 o> capabilities: batch branchmap \$USUAL_BUNDLE2_CAPS\$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=[^ ,]+(,[^ ,]+)* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\\n (re)
677 677 o> readline() -> 2:
678 678 o> 1\n
679 679 o> readline() -> 1:
@@ -749,9 +749,9 b' Shell hook writing to stdout has output '
749 749 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000
750 750 i> flush() -> None
751 751 o> readline() -> 4:
752 o> 444\n
753 o> readline() -> 444:
754 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n
752 o> \d+\\n (re)
753 o> readline\(\) -> \d+: (re)
754 o> capabilities: batch branchmap \$USUAL_BUNDLE2_CAPS\$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=[^ ,]+(,[^ ,]+)* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\\n (re)
755 755 o> readline() -> 2:
756 756 o> 1\n
757 757 o> readline() -> 1:
@@ -819,9 +819,9 b' Shell hook writing to stderr has output '
819 819 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000
820 820 i> flush() -> None
821 821 o> readline() -> 4:
822 o> 444\n
823 o> readline() -> 444:
824 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n
822 o> \d+\\n (re)
823 o> readline\(\) -> \d+: (re)
824 o> capabilities: batch branchmap \$USUAL_BUNDLE2_CAPS\$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=[^ ,]+(,[^ ,]+)* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\\n (re)
825 825 o> readline() -> 2:
826 826 o> 1\n
827 827 o> readline() -> 1:
@@ -891,9 +891,9 b' Shell hook writing to stdout and stderr '
891 891 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000
892 892 i> flush() -> None
893 893 o> readline() -> 4:
894 o> 444\n
895 o> readline() -> 444:
896 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n
894 o> \d+\\n (re)
895 o> readline\(\) -> \d+: (re)
896 o> capabilities: batch branchmap \$USUAL_BUNDLE2_CAPS\$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=[^ ,]+(,[^ ,]+)* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\\n (re)
897 897 o> readline() -> 2:
898 898 o> 1\n
899 899 o> readline() -> 1:
@@ -971,9 +971,9 b' Shell and Python hooks writing to stdout'
971 971 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000
972 972 i> flush() -> None
973 973 o> readline() -> 4:
974 o> 444\n
975 o> readline() -> 444:
976 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n
974 o> \d+\\n (re)
975 o> readline\(\) -> \d+: (re)
976 o> capabilities: batch branchmap \$USUAL_BUNDLE2_CAPS\$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=[^ ,]+(,[^ ,]+)* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\\n (re)
977 977 o> readline() -> 2:
978 978 o> 1\n
979 979 o> readline() -> 1:
@@ -1046,9 +1046,9 b' Pushing a bundle1 with no output'
1046 1046 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000
1047 1047 i> flush() -> None
1048 1048 o> readline() -> 4:
1049 o> 444\n
1050 o> readline() -> 444:
1051 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n
1049 o> \d+\\n (re)
1050 o> readline\(\) -> \d+: (re)
1051 o> capabilities: batch branchmap \$USUAL_BUNDLE2_CAPS\$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=[^ ,]+(,[^ ,]+)* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\\n (re)
1052 1052 o> readline() -> 2:
1053 1053 o> 1\n
1054 1054 o> readline() -> 1:
@@ -1123,9 +1123,9 b' Pushing a bundle1 with ui.write() and ui'
1123 1123 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000
1124 1124 i> flush() -> None
1125 1125 o> readline() -> 4:
1126 o> 444\n
1127 o> readline() -> 444:
1128 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n
1126 o> \d+\\n (re)
1127 o> readline\(\) -> \d+: (re)
1128 o> capabilities: batch branchmap \$USUAL_BUNDLE2_CAPS\$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=[^ ,]+(,[^ ,]+)* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\\n (re)
1129 1129 o> readline() -> 2:
1130 1130 o> 1\n
1131 1131 o> readline() -> 1:
General Comments 0
You need to be logged in to leave comments. Login now