##// END OF EJS Templates
tests: remove output conditionalized on no-py3...
Gregory Szorc -
r49729:af0b21d5 default
parent child Browse files
Show More
@@ -54,7 +54,6 b' another bad extension'
54 $ hg -q help help 2>&1 |grep extension
54 $ hg -q help help 2>&1 |grep extension
55 *** failed to import extension "badext" from $TESTTMP/badext.py: bit bucket overflow
55 *** failed to import extension "badext" from $TESTTMP/badext.py: bit bucket overflow
56 *** failed to import extension "badext2": No module named 'badext2' (py3 !)
56 *** failed to import extension "badext2": No module named 'badext2' (py3 !)
57 *** failed to import extension "badext2": No module named badext2 (no-py3 !)
58
57
59 show traceback
58 show traceback
60
59
@@ -63,9 +62,7 b' show traceback'
63 Traceback (most recent call last):
62 Traceback (most recent call last):
64 Exception: bit bucket overflow
63 Exception: bit bucket overflow
65 *** failed to import extension "badext2": No module named 'badext2' (py3 !)
64 *** failed to import extension "badext2": No module named 'badext2' (py3 !)
66 *** failed to import extension "badext2": No module named badext2 (no-py3 !)
67 Traceback (most recent call last):
65 Traceback (most recent call last):
68 ImportError: No module named badext2 (no-py3 !)
69 ImportError: No module named 'hgext.badext2' (py3 no-py36 !)
66 ImportError: No module named 'hgext.badext2' (py3 no-py36 !)
70 ModuleNotFoundError: No module named 'hgext.badext2' (py36 !)
67 ModuleNotFoundError: No module named 'hgext.badext2' (py36 !)
71 Traceback (most recent call last): (py3 !)
68 Traceback (most recent call last): (py3 !)
@@ -114,19 +111,16 b' show traceback for ImportError of hgext.'
114 YYYY/MM/DD HH:MM:SS (PID)> - loading extension: badext2
111 YYYY/MM/DD HH:MM:SS (PID)> - loading extension: badext2
115 YYYY/MM/DD HH:MM:SS (PID)> - could not import hgext.badext2 (No module named *badext2*): trying hgext3rd.badext2 (glob)
112 YYYY/MM/DD HH:MM:SS (PID)> - could not import hgext.badext2 (No module named *badext2*): trying hgext3rd.badext2 (glob)
116 Traceback (most recent call last):
113 Traceback (most recent call last):
117 ImportError: No module named badext2 (no-py3 !)
118 ImportError: No module named 'hgext.badext2' (py3 no-py36 !)
114 ImportError: No module named 'hgext.badext2' (py3 no-py36 !)
119 ModuleNotFoundError: No module named 'hgext.badext2' (py36 !)
115 ModuleNotFoundError: No module named 'hgext.badext2' (py36 !)
120 YYYY/MM/DD HH:MM:SS (PID)> - could not import hgext3rd.badext2 (No module named *badext2*): trying badext2 (glob)
116 YYYY/MM/DD HH:MM:SS (PID)> - could not import hgext3rd.badext2 (No module named *badext2*): trying badext2 (glob)
121 Traceback (most recent call last):
117 Traceback (most recent call last):
122 ImportError: No module named badext2 (no-py3 !)
123 ImportError: No module named 'hgext.badext2' (py3 no-py36 !)
118 ImportError: No module named 'hgext.badext2' (py3 no-py36 !)
124 ModuleNotFoundError: No module named 'hgext.badext2' (py36 !)
119 ModuleNotFoundError: No module named 'hgext.badext2' (py36 !)
125 Traceback (most recent call last): (py3 !)
120 Traceback (most recent call last): (py3 !)
126 ImportError: No module named 'hgext3rd.badext2' (py3 no-py36 !)
121 ImportError: No module named 'hgext3rd.badext2' (py3 no-py36 !)
127 ModuleNotFoundError: No module named 'hgext3rd.badext2' (py36 !)
122 ModuleNotFoundError: No module named 'hgext3rd.badext2' (py36 !)
128 *** failed to import extension "badext2": No module named 'badext2' (py3 !)
123 *** failed to import extension "badext2": No module named 'badext2' (py3 !)
129 *** failed to import extension "badext2": No module named badext2 (no-py3 !)
130 Traceback (most recent call last):
124 Traceback (most recent call last):
131 ImportError: No module named 'hgext.badext2' (py3 no-py36 !)
125 ImportError: No module named 'hgext.badext2' (py3 no-py36 !)
132 ModuleNotFoundError: No module named 'hgext.badext2' (py36 !)
126 ModuleNotFoundError: No module named 'hgext.badext2' (py36 !)
@@ -136,7 +130,6 b' show traceback for ImportError of hgext.'
136 Traceback (most recent call last): (py3 !)
130 Traceback (most recent call last): (py3 !)
137 ModuleNotFoundError: No module named 'badext2' (py36 !)
131 ModuleNotFoundError: No module named 'badext2' (py36 !)
138 ImportError: No module named 'badext2' (py3 no-py36 !)
132 ImportError: No module named 'badext2' (py3 no-py36 !)
139 ImportError: No module named badext2 (no-py3 !)
140 YYYY/MM/DD HH:MM:SS (PID)> > loaded 2 extensions, total time * (glob)
133 YYYY/MM/DD HH:MM:SS (PID)> > loaded 2 extensions, total time * (glob)
141 YYYY/MM/DD HH:MM:SS (PID)> - loading configtable attributes
134 YYYY/MM/DD HH:MM:SS (PID)> - loading configtable attributes
142 YYYY/MM/DD HH:MM:SS (PID)> - executing uisetup hooks
135 YYYY/MM/DD HH:MM:SS (PID)> - executing uisetup hooks
@@ -165,7 +158,6 b" confirm that there's no crash when an ex"
165 $ hg help --keyword baddocext
158 $ hg help --keyword baddocext
166 *** failed to import extension "badext" from $TESTTMP/badext.py: bit bucket overflow
159 *** failed to import extension "badext" from $TESTTMP/badext.py: bit bucket overflow
167 *** failed to import extension "badext2": No module named 'badext2' (py3 !)
160 *** failed to import extension "badext2": No module named 'badext2' (py3 !)
168 *** failed to import extension "badext2": No module named badext2 (no-py3 !)
169 Topics:
161 Topics:
170
162
171 extensions Using Additional Features
163 extensions Using Additional Features
@@ -301,7 +301,6 b' error case are ignored'
301 malformatted run limit entry, missing "-": 500
301 malformatted run limit entry, missing "-": 500
302 ! wall * comb * user * sys * (best of 5) (glob)
302 ! wall * comb * user * sys * (best of 5) (glob)
303 $ hg perfparents --config perf.stub=no --config perf.run-limits='aaa-12, 0.000000001-5'
303 $ hg perfparents --config perf.stub=no --config perf.run-limits='aaa-12, 0.000000001-5'
304 malformatted run limit entry, could not convert string to float: aaa: aaa-12 (no-py3 !)
305 malformatted run limit entry, could not convert string to float: 'aaa': aaa-12 (py3 !)
304 malformatted run limit entry, could not convert string to float: 'aaa': aaa-12 (py3 !)
306 ! wall * comb * user * sys * (best of 5) (glob)
305 ! wall * comb * user * sys * (best of 5) (glob)
307 $ hg perfparents --config perf.stub=no --config perf.run-limits='12-aaaaaa, 0.000000001-5'
306 $ hg perfparents --config perf.stub=no --config perf.run-limits='12-aaaaaa, 0.000000001-5'
@@ -212,7 +212,6 b' debugdelta chain basic output'
212 {
212 {
213 "chainid": 1,
213 "chainid": 1,
214 "chainlen": 1,
214 "chainlen": 1,
215 "chainratio": 1.02325581395, (no-py3 !)
216 "chainratio": 1.0232558139534884, (py3 !)
215 "chainratio": 1.0232558139534884, (py3 !)
217 "chainsize": 44,
216 "chainsize": 44,
218 "compsize": 44,
217 "compsize": 44,
@@ -249,7 +248,6 b' debugdelta chain basic output'
249 {
248 {
250 "chainid": 3,
249 "chainid": 3,
251 "chainlen": 1,
250 "chainlen": 1,
252 "chainratio": 1.02325581395, (no-py3 !)
253 "chainratio": 1.0232558139534884, (py3 !)
251 "chainratio": 1.0232558139534884, (py3 !)
254 "chainsize": 44,
252 "chainsize": 44,
255 "compsize": 44,
253 "compsize": 44,
@@ -289,7 +287,6 b' debugdelta chain with sparse read enable'
289 {
287 {
290 "chainid": 1,
288 "chainid": 1,
291 "chainlen": 1,
289 "chainlen": 1,
292 "chainratio": 1.02325581395, (no-py3 !)
293 "chainratio": 1.0232558139534884, (py3 !)
290 "chainratio": 1.0232558139534884, (py3 !)
294 "chainsize": 44,
291 "chainsize": 44,
295 "compsize": 44,
292 "compsize": 44,
@@ -326,7 +323,6 b' debugdelta chain with sparse read enable'
326 {
323 {
327 "chainid": 3,
324 "chainid": 3,
328 "chainlen": 1,
325 "chainlen": 1,
329 "chainratio": 1.02325581395, (no-py3 !)
330 "chainratio": 1.0232558139534884, (py3 !)
326 "chainratio": 1.0232558139534884, (py3 !)
331 "chainsize": 44,
327 "chainsize": 44,
332 "compsize": 44,
328 "compsize": 44,
@@ -1940,7 +1940,6 b' Prohibit the use of unicode strings as t'
1940 > EOF
1940 > EOF
1941 $ hg -R $TESTTMP/opt-unicode-default dummy
1941 $ hg -R $TESTTMP/opt-unicode-default dummy
1942 *** failed to import extension "test_unicode_default_value" from $TESTTMP/test_unicode_default_value.py: unicode 'value' found in cmdtable.dummy (py3 !)
1942 *** failed to import extension "test_unicode_default_value" from $TESTTMP/test_unicode_default_value.py: unicode 'value' found in cmdtable.dummy (py3 !)
1943 *** failed to import extension "test_unicode_default_value" from $TESTTMP/test_unicode_default_value.py: unicode u'value' found in cmdtable.dummy (no-py3 !)
1944 *** (use b'' to make it byte string)
1943 *** (use b'' to make it byte string)
1945 hg: unknown command 'dummy'
1944 hg: unknown command 'dummy'
1946 (did you mean summary?)
1945 (did you mean summary?)
@@ -214,12 +214,10 b' Ensure the data got to the server OK'
214 File "mercurial.revlogutils.flagutil", line *, in insertflagprocessor (glob) (pyoxidizer !)
214 File "mercurial.revlogutils.flagutil", line *, in insertflagprocessor (glob) (pyoxidizer !)
215 raise error.Abort(msg)
215 raise error.Abort(msg)
216 mercurial.error.Abort: cannot register multiple processors on flag '0x8'. (py3 !)
216 mercurial.error.Abort: cannot register multiple processors on flag '0x8'. (py3 !)
217 Abort: cannot register multiple processors on flag '0x8'. (no-py3 !)
218 *** failed to set up extension duplicate: cannot register multiple processors on flag '0x8'.
217 *** failed to set up extension duplicate: cannot register multiple processors on flag '0x8'.
219 $ hg st 2>&1 | egrep 'cannot register multiple processors|flagprocessorext'
218 $ hg st 2>&1 | egrep 'cannot register multiple processors|flagprocessorext'
220 File "*/tests/flagprocessorext.py", line *, in extsetup (glob)
219 File "*/tests/flagprocessorext.py", line *, in extsetup (glob)
221 mercurial.error.Abort: cannot register multiple processors on flag '0x8'. (py3 !)
220 mercurial.error.Abort: cannot register multiple processors on flag '0x8'. (py3 !)
222 Abort: cannot register multiple processors on flag '0x8'. (no-py3 !)
223 *** failed to set up extension duplicate: cannot register multiple processors on flag '0x8'.
221 *** failed to set up extension duplicate: cannot register multiple processors on flag '0x8'.
224 File "*/tests/flagprocessorext.py", line *, in b64decode (glob)
222 File "*/tests/flagprocessorext.py", line *, in b64decode (glob)
225
223
@@ -979,7 +979,6 b' test python hooks'
979 Traceback (most recent call last): (py3 !)
979 Traceback (most recent call last): (py3 !)
980 SyntaxError: * (glob) (py3 !)
980 SyntaxError: * (glob) (py3 !)
981 Traceback (most recent call last):
981 Traceback (most recent call last):
982 ImportError: No module named hgext_syntaxerror (no-py3 !)
983 ImportError: No module named 'hgext_syntaxerror' (py3 no-py36 !)
982 ImportError: No module named 'hgext_syntaxerror' (py3 no-py36 !)
984 ModuleNotFoundError: No module named 'hgext_syntaxerror' (py36 !)
983 ModuleNotFoundError: No module named 'hgext_syntaxerror' (py36 !)
985 Traceback (most recent call last):
984 Traceback (most recent call last):
@@ -988,7 +987,6 b' test python hooks'
988 ImportError: No module named 'hgext_syntaxerror' (py3 no-py36 !)
987 ImportError: No module named 'hgext_syntaxerror' (py3 no-py36 !)
989 ModuleNotFoundError: No module named 'hgext_syntaxerror' (py36 !)
988 ModuleNotFoundError: No module named 'hgext_syntaxerror' (py36 !)
990 Traceback (most recent call last): (py3 !)
989 Traceback (most recent call last): (py3 !)
991 HookLoadError: preoutgoing.syntaxerror hook is invalid: import of "syntaxerror" failed (no-py3 !)
992 raise error.HookLoadError( (py38 !)
990 raise error.HookLoadError( (py38 !)
993 mercurial.error.HookLoadError: preoutgoing.syntaxerror hook is invalid: import of "syntaxerror" failed (py3 !)
991 mercurial.error.HookLoadError: preoutgoing.syntaxerror hook is invalid: import of "syntaxerror" failed (py3 !)
994 abort: preoutgoing.syntaxerror hook is invalid: import of "syntaxerror" failed
992 abort: preoutgoing.syntaxerror hook is invalid: import of "syntaxerror" failed
@@ -1123,7 +1121,6 b' test python hook configured with python:'
1123
1121
1124 $ hg id
1122 $ hg id
1125 loading pre-identify.npmd hook failed:
1123 loading pre-identify.npmd hook failed:
1126 abort: No module named repo (no-py3 !)
1127 abort: No module named 'repo' (py3 !)
1124 abort: No module named 'repo' (py3 !)
1128 [255]
1125 [255]
1129
1126
@@ -1144,7 +1141,6 b' make sure --traceback works on hook impo'
1144 $ hg --traceback commit -ma 2>&1 | egrep '^exception|ImportError|ModuleNotFoundError|Traceback|HookLoadError|abort'
1141 $ hg --traceback commit -ma 2>&1 | egrep '^exception|ImportError|ModuleNotFoundError|Traceback|HookLoadError|abort'
1145 exception from first failed import attempt:
1142 exception from first failed import attempt:
1146 Traceback (most recent call last):
1143 Traceback (most recent call last):
1147 ImportError: No module named somebogusmodule (no-py3 !)
1148 ImportError: No module named 'somebogusmodule' (py3 no-py36 !)
1144 ImportError: No module named 'somebogusmodule' (py3 no-py36 !)
1149 ModuleNotFoundError: No module named 'somebogusmodule' (py36 !)
1145 ModuleNotFoundError: No module named 'somebogusmodule' (py36 !)
1150 exception from second failed import attempt:
1146 exception from second failed import attempt:
@@ -1158,11 +1154,9 b' make sure --traceback works on hook impo'
1158 ImportError: No module named 'somebogusmodule' (py3 no-py36 !)
1154 ImportError: No module named 'somebogusmodule' (py3 no-py36 !)
1159 ModuleNotFoundError: No module named 'somebogusmodule' (py36 !)
1155 ModuleNotFoundError: No module named 'somebogusmodule' (py36 !)
1160 Traceback (most recent call last):
1156 Traceback (most recent call last):
1161 ImportError: No module named hgext_importfail (no-py3 !)
1162 ImportError: No module named 'hgext_importfail' (py3 no-py36 !)
1157 ImportError: No module named 'hgext_importfail' (py3 no-py36 !)
1163 ModuleNotFoundError: No module named 'hgext_importfail' (py36 !)
1158 ModuleNotFoundError: No module named 'hgext_importfail' (py36 !)
1164 Traceback (most recent call last):
1159 Traceback (most recent call last):
1165 HookLoadError: precommit.importfail hook is invalid: import of "importfail" failed (no-py3 !)
1166 raise error.HookLoadError( (py38 !)
1160 raise error.HookLoadError( (py38 !)
1167 mercurial.error.HookLoadError: precommit.importfail hook is invalid: import of "importfail" failed (py3 !)
1161 mercurial.error.HookLoadError: precommit.importfail hook is invalid: import of "importfail" failed (py3 !)
1168 abort: precommit.importfail hook is invalid: import of "importfail" failed
1162 abort: precommit.importfail hook is invalid: import of "importfail" failed
@@ -134,13 +134,6 b' Failure on subsequent HTTP request on th'
134 sendall(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py36 !)
134 sendall(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py36 !)
135 write(160) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: *\r\n\r\n (glob) (py3 no-py36 !)
135 write(160) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: *\r\n\r\n (glob) (py3 no-py36 !)
136 write(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py3 no-py36 !)
136 write(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py3 no-py36 !)
137 write(36) -> HTTP/1.1 200 Script output follows\r\n (no-py3 !)
138 write(23) -> Server: badhttpserver\r\n (no-py3 !)
139 write(37) -> Date: $HTTP_DATE$\r\n (no-py3 !)
140 write(41) -> Content-Type: application/mercurial-0.1\r\n (no-py3 !)
141 write(21) -> Content-Length: *\r\n (glob) (no-py3 !)
142 write(2) -> \r\n (no-py3 !)
143 write(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (no-py3 !)
144 readline(~) -> (26) GET /?cmd=batch HTTP/1.1\r\n (glob)
137 readline(~) -> (26) GET /?cmd=batch HTTP/1.1\r\n (glob)
145 readline(*) -> (1?) Accept-Encoding* (glob)
138 readline(*) -> (1?) Accept-Encoding* (glob)
146 read limit reached; closing socket
139 read limit reached; closing socket
@@ -183,13 +176,6 b' Failure to read getbundle HTTP request'
183 sendall(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py36 !)
176 sendall(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py36 !)
184 write(160) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: *\r\n\r\n (glob) (py3 no-py36 !)
177 write(160) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: *\r\n\r\n (glob) (py3 no-py36 !)
185 write(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py3 no-py36 !)
178 write(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py3 no-py36 !)
186 write(36) -> HTTP/1.1 200 Script output follows\r\n (no-py3 !)
187 write(23) -> Server: badhttpserver\r\n (no-py3 !)
188 write(37) -> Date: $HTTP_DATE$\r\n (no-py3 !)
189 write(41) -> Content-Type: application/mercurial-0.1\r\n (no-py3 !)
190 write(21) -> Content-Length: *\r\n (glob) (no-py3 !)
191 write(2) -> \r\n (no-py3 !)
192 write(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (no-py3 !)
193 readline(~) -> (26) GET /?cmd=batch HTTP/1.1\r\n (glob)
179 readline(~) -> (26) GET /?cmd=batch HTTP/1.1\r\n (glob)
194 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
180 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
195 readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
181 readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
@@ -209,13 +195,6 b' Failure to read getbundle HTTP request'
209 sendall(42) -> 96ee1d7354c4ad7372047672c36a1f561e3a6a4c\n; (py36 !)
195 sendall(42) -> 96ee1d7354c4ad7372047672c36a1f561e3a6a4c\n; (py36 !)
210 write(159) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: 42\r\n\r\n (py3 no-py36 !)
196 write(159) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: 42\r\n\r\n (py3 no-py36 !)
211 write(42) -> 96ee1d7354c4ad7372047672c36a1f561e3a6a4c\n; (py3 no-py36 !)
197 write(42) -> 96ee1d7354c4ad7372047672c36a1f561e3a6a4c\n; (py3 no-py36 !)
212 write(36) -> HTTP/1.1 200 Script output follows\r\n (no-py3 !)
213 write(23) -> Server: badhttpserver\r\n (no-py3 !)
214 write(37) -> Date: $HTTP_DATE$\r\n (no-py3 !)
215 write(41) -> Content-Type: application/mercurial-0.1\r\n (no-py3 !)
216 write(20) -> Content-Length: 42\r\n (no-py3 !)
217 write(2) -> \r\n (no-py3 !)
218 write(42) -> 96ee1d7354c4ad7372047672c36a1f561e3a6a4c\n; (no-py3 !)
219 readline(24 from ~) -> (*) GET /?cmd=getbundle HTTP* (glob)
198 readline(24 from ~) -> (*) GET /?cmd=getbundle HTTP* (glob)
220 read limit reached; closing socket
199 read limit reached; closing socket
221 readline(~) -> (30) GET /?cmd=getbundle HTTP/1.1\r\n
200 readline(~) -> (30) GET /?cmd=getbundle HTTP/1.1\r\n
@@ -253,13 +232,6 b' Now do a variation using POST to send ar'
253 sendall(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx httppostargs known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py36 !)
232 sendall(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx httppostargs known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py36 !)
254 write(160) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: *\r\n\r\n (glob) (py3 no-py36 !)
233 write(160) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: *\r\n\r\n (glob) (py3 no-py36 !)
255 write(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx httppostargs known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py3 no-py36 !)
234 write(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx httppostargs known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py3 no-py36 !)
256 write(36) -> HTTP/1.1 200 Script output follows\r\n (no-py3 !)
257 write(23) -> Server: badhttpserver\r\n (no-py3 !)
258 write(37) -> Date: $HTTP_DATE$\r\n (no-py3 !)
259 write(41) -> Content-Type: application/mercurial-0.1\r\n (no-py3 !)
260 write(21) -> Content-Length: *\r\n (glob) (no-py3 !)
261 write(2) -> \r\n (no-py3 !)
262 write(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx httppostargs known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (no-py3 !)
263 readline(~) -> (27) POST /?cmd=batch HTTP/1.1\r\n (glob)
235 readline(~) -> (27) POST /?cmd=batch HTTP/1.1\r\n (glob)
264 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
236 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
265 readline(*) -> (41) content-type: application/mercurial-0.1\r\n (glob)
237 readline(*) -> (41) content-type: application/mercurial-0.1\r\n (glob)
@@ -312,7 +284,6 b' Server sends a single character from the'
312 readline(*) -> (2) \r\n (glob)
284 readline(*) -> (2) \r\n (glob)
313 sendall(1 from 160) -> (0) H (py36 !)
285 sendall(1 from 160) -> (0) H (py36 !)
314 write(1 from 160) -> (0) H (py3 no-py36 !)
286 write(1 from 160) -> (0) H (py3 no-py36 !)
315 write(1 from 36) -> (0) H (no-py3 !)
316 write limit reached; closing socket
287 write limit reached; closing socket
317 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=capabilities': (glob)
288 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=capabilities': (glob)
318 Traceback (most recent call last):
289 Traceback (most recent call last):
@@ -348,13 +319,6 b' Server sends an incomplete capabilities '
348 sendall(20 from *) -> (0) batch branchmap bund (glob) (py36 !)
319 sendall(20 from *) -> (0) batch branchmap bund (glob) (py36 !)
349 write(160) -> (20) HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: *\r\n\r\n (glob) (py3 no-py36 !)
320 write(160) -> (20) HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: *\r\n\r\n (glob) (py3 no-py36 !)
350 write(20 from *) -> (0) batch branchmap bund (glob) (py3 no-py36 !)
321 write(20 from *) -> (0) batch branchmap bund (glob) (py3 no-py36 !)
351 write(36) -> HTTP/1.1 200 Script output follows\r\n (no-py3 !)
352 write(23) -> Server: badhttpserver\r\n (no-py3 !)
353 write(37) -> Date: $HTTP_DATE$\r\n (no-py3 !)
354 write(41) -> Content-Type: application/mercurial-0.1\r\n (no-py3 !)
355 write(21) -> Content-Length: *\r\n (glob) (no-py3 !)
356 write(2) -> \r\n (no-py3 !)
357 write(20 from *) -> (0) batch branchmap bund (glob) (no-py3 !)
358 write limit reached; closing socket
322 write limit reached; closing socket
359 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=capabilities': (glob)
323 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=capabilities': (glob)
360 Traceback (most recent call last):
324 Traceback (most recent call last):
@@ -394,13 +358,6 b' TODO this output is horrible'
394 sendall(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py36 !)
358 sendall(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py36 !)
395 write(160) -> (568) HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: *\r\n\r\n (glob) (py3 no-py36 !)
359 write(160) -> (568) HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: *\r\n\r\n (glob) (py3 no-py36 !)
396 write(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py3 no-py36 !)
360 write(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py3 no-py36 !)
397 write(36) -> HTTP/1.1 200 Script output follows\r\n (no-py3 !)
398 write(23) -> Server: badhttpserver\r\n (no-py3 !)
399 write(37) -> Date: $HTTP_DATE$\r\n (no-py3 !)
400 write(41) -> Content-Type: application/mercurial-0.1\r\n (no-py3 !)
401 write(21) -> Content-Length: *\r\n (glob) (no-py3 !)
402 write(2) -> \r\n (no-py3 !)
403 write(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (no-py3 !)
404 readline(~) -> (26) GET /?cmd=batch HTTP/1.1\r\n
361 readline(~) -> (26) GET /?cmd=batch HTTP/1.1\r\n
405 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
362 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
406 readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
363 readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
@@ -412,10 +369,6 b' TODO this output is horrible'
412 readline(*) -> (2) \r\n (glob)
369 readline(*) -> (2) \r\n (glob)
413 sendall(118 from 159) -> (0) HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: applicat (py36 !)
370 sendall(118 from 159) -> (0) HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: applicat (py36 !)
414 write(118 from 159) -> (0) HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: applicat (py3 no-py36 !)
371 write(118 from 159) -> (0) HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: applicat (py3 no-py36 !)
415 write(36) -> HTTP/1.1 200 Script output follows\r\n (no-py3 !)
416 write(23) -> Server: badhttpserver\r\n (no-py3 !)
417 write(37) -> Date: $HTTP_DATE$\r\n (no-py3 !)
418 write(22 from 41) -> (0) Content-Type: applicat (no-py3 !)
419 write limit reached; closing socket
372 write limit reached; closing socket
420 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=batch': (glob)
373 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=batch': (glob)
421 Traceback (most recent call last):
374 Traceback (most recent call last):
@@ -455,13 +408,6 b' TODO client spews a stack due to uncaugh'
455 sendall(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py36 !)
408 sendall(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py36 !)
456 write(160) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: *\r\n\r\n (glob) (py3 no-py36 !)
409 write(160) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: *\r\n\r\n (glob) (py3 no-py36 !)
457 write(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py3 no-py36 !)
410 write(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py3 no-py36 !)
458 write(36) -> HTTP/1.1 200 Script output follows\r\n (no-py3 !)
459 write(23) -> Server: badhttpserver\r\n (no-py3 !)
460 write(37) -> Date: $HTTP_DATE$\r\n (no-py3 !)
461 write(41) -> Content-Type: application/mercurial-0.1\r\n (no-py3 !)
462 write(21) -> Content-Length: *\r\n (glob) (no-py3 !)
463 write(2) -> \r\n (no-py3 !)
464 write(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (no-py3 !)
465 readline(~) -> (26) GET /?cmd=batch HTTP/1.1\r\n
411 readline(~) -> (26) GET /?cmd=batch HTTP/1.1\r\n
466 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
412 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
467 readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
413 readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
@@ -475,13 +421,6 b' TODO client spews a stack due to uncaugh'
475 sendall(24 from 42) -> (0) 96ee1d7354c4ad7372047672 (py36 !)
421 sendall(24 from 42) -> (0) 96ee1d7354c4ad7372047672 (py36 !)
476 write(159) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: 42\r\n\r\n (py3 no-py36 !)
422 write(159) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: 42\r\n\r\n (py3 no-py36 !)
477 write(24 from 42) -> (0) 96ee1d7354c4ad7372047672 (py3 no-py36 !)
423 write(24 from 42) -> (0) 96ee1d7354c4ad7372047672 (py3 no-py36 !)
478 write(36) -> HTTP/1.1 200 Script output follows\r\n (no-py3 !)
479 write(23) -> Server: badhttpserver\r\n (no-py3 !)
480 write(37) -> Date: $HTTP_DATE$\r\n (no-py3 !)
481 write(41) -> Content-Type: application/mercurial-0.1\r\n (no-py3 !)
482 write(20) -> Content-Length: 42\r\n (no-py3 !)
483 write(2) -> \r\n (no-py3 !)
484 write(24 from 42) -> (0) 96ee1d7354c4ad7372047672 (no-py3 !)
485 write limit reached; closing socket
424 write limit reached; closing socket
486 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=batch': (glob)
425 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=batch': (glob)
487 Traceback (most recent call last):
426 Traceback (most recent call last):
@@ -522,13 +461,6 b' TODO this output is terrible'
522 sendall(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py36 !)
461 sendall(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py36 !)
523 write(160) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: *\r\n\r\n (glob) (py3 no-py36 !)
462 write(160) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: *\r\n\r\n (glob) (py3 no-py36 !)
524 write(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py3 no-py36 !)
463 write(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py3 no-py36 !)
525 write(36) -> HTTP/1.1 200 Script output follows\r\n (no-py3 !)
526 write(23) -> Server: badhttpserver\r\n (no-py3 !)
527 write(37) -> Date: $HTTP_DATE$\r\n (no-py3 !)
528 write(41) -> Content-Type: application/mercurial-0.1\r\n (no-py3 !)
529 write(21) -> Content-Length: *\r\n (glob) (no-py3 !)
530 write(2) -> \r\n (no-py3 !)
531 write(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (no-py3 !)
532 readline(~) -> (26) GET /?cmd=batch HTTP/1.1\r\n
464 readline(~) -> (26) GET /?cmd=batch HTTP/1.1\r\n
533 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
465 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
534 readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
466 readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
@@ -542,13 +474,6 b' TODO this output is terrible'
542 sendall(42) -> 96ee1d7354c4ad7372047672c36a1f561e3a6a4c\n; (py36 !)
474 sendall(42) -> 96ee1d7354c4ad7372047672c36a1f561e3a6a4c\n; (py36 !)
543 write(159) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: 42\r\n\r\n (py3 no-py36 !)
475 write(159) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: 42\r\n\r\n (py3 no-py36 !)
544 write(42) -> 96ee1d7354c4ad7372047672c36a1f561e3a6a4c\n; (py3 no-py36 !)
476 write(42) -> 96ee1d7354c4ad7372047672c36a1f561e3a6a4c\n; (py3 no-py36 !)
545 write(36) -> HTTP/1.1 200 Script output follows\r\n (no-py3 !)
546 write(23) -> Server: badhttpserver\r\n (no-py3 !)
547 write(37) -> Date: $HTTP_DATE$\r\n (no-py3 !)
548 write(41) -> Content-Type: application/mercurial-0.1\r\n (no-py3 !)
549 write(20) -> Content-Length: 42\r\n (no-py3 !)
550 write(2) -> \r\n (no-py3 !)
551 write(42) -> 96ee1d7354c4ad7372047672c36a1f561e3a6a4c\n; (no-py3 !)
552 readline(~) -> (30) GET /?cmd=getbundle HTTP/1.1\r\n
477 readline(~) -> (30) GET /?cmd=getbundle HTTP/1.1\r\n
553 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
478 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
554 readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
479 readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
@@ -560,10 +485,6 b' TODO this output is terrible'
560 readline(*) -> (2) \r\n (glob)
485 readline(*) -> (2) \r\n (glob)
561 sendall(129 from 167) -> (0) HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercuri (py36 !)
486 sendall(129 from 167) -> (0) HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercuri (py36 !)
562 write(129 from 167) -> (0) HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercuri (py3 no-py36 !)
487 write(129 from 167) -> (0) HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercuri (py3 no-py36 !)
563 write(36) -> HTTP/1.1 200 Script output follows\r\n (no-py3 !)
564 write(23) -> Server: badhttpserver\r\n (no-py3 !)
565 write(37) -> Date: $HTTP_DATE$\r\n (no-py3 !)
566 write(33 from 41) -> (0) Content-Type: application/mercuri (no-py3 !)
567 write limit reached; closing socket
488 write limit reached; closing socket
568 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=getbundle': (glob)
489 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=getbundle': (glob)
569 Traceback (most recent call last):
490 Traceback (most recent call last):
@@ -638,13 +559,6 b' Server sends empty HTTP body for getbund'
638 sendall(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py36 !)
559 sendall(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py36 !)
639 write(160) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: *\r\n\r\n (glob) (py3 no-py36 !)
560 write(160) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: *\r\n\r\n (glob) (py3 no-py36 !)
640 write(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py3 no-py36 !)
561 write(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py3 no-py36 !)
641 write(36) -> HTTP/1.1 200 Script output follows\r\n (no-py3 !)
642 write(23) -> Server: badhttpserver\r\n (no-py3 !)
643 write(37) -> Date: $HTTP_DATE$\r\n (no-py3 !)
644 write(41) -> Content-Type: application/mercurial-0.1\r\n (no-py3 !)
645 write(21) -> Content-Length: *\r\n (glob) (no-py3 !)
646 write(2) -> \r\n (no-py3 !)
647 write(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (no-py3 !)
648 readline(~) -> (26) GET /?cmd=batch HTTP/1.1\r\n
562 readline(~) -> (26) GET /?cmd=batch HTTP/1.1\r\n
649 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
563 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
650 readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
564 readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
@@ -658,13 +572,6 b' Server sends empty HTTP body for getbund'
658 sendall(42) -> 96ee1d7354c4ad7372047672c36a1f561e3a6a4c\n; (py36 !)
572 sendall(42) -> 96ee1d7354c4ad7372047672c36a1f561e3a6a4c\n; (py36 !)
659 write(159) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: 42\r\n\r\n (py3 no-py36 !)
573 write(159) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: 42\r\n\r\n (py3 no-py36 !)
660 write(42) -> 96ee1d7354c4ad7372047672c36a1f561e3a6a4c\n; (py3 no-py36 !)
574 write(42) -> 96ee1d7354c4ad7372047672c36a1f561e3a6a4c\n; (py3 no-py36 !)
661 write(36) -> HTTP/1.1 200 Script output follows\r\n (no-py3 !)
662 write(23) -> Server: badhttpserver\r\n (no-py3 !)
663 write(37) -> Date: $HTTP_DATE$\r\n (no-py3 !)
664 write(41) -> Content-Type: application/mercurial-0.1\r\n (no-py3 !)
665 write(20) -> Content-Length: 42\r\n (no-py3 !)
666 write(2) -> \r\n (no-py3 !)
667 write(42) -> 96ee1d7354c4ad7372047672c36a1f561e3a6a4c\n; (no-py3 !)
668 readline(~) -> (30) GET /?cmd=getbundle HTTP/1.1\r\n
575 readline(~) -> (30) GET /?cmd=getbundle HTTP/1.1\r\n
669 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
576 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
670 readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
577 readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
@@ -676,12 +583,6 b' Server sends empty HTTP body for getbund'
676 readline(*) -> (2) \r\n (glob)
583 readline(*) -> (2) \r\n (glob)
677 sendall(167 from 167) -> (0) HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.2\r\nTransfer-Encoding: chunked\r\n\r\n (py36 !)
584 sendall(167 from 167) -> (0) HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.2\r\nTransfer-Encoding: chunked\r\n\r\n (py36 !)
678 write(167 from 167) -> (0) HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.2\r\nTransfer-Encoding: chunked\r\n\r\n (py3 no-py36 !)
585 write(167 from 167) -> (0) HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.2\r\nTransfer-Encoding: chunked\r\n\r\n (py3 no-py36 !)
679 write(36) -> HTTP/1.1 200 Script output follows\r\n (no-py3 !)
680 write(23) -> Server: badhttpserver\r\n (no-py3 !)
681 write(37) -> Date: $HTTP_DATE$\r\n (no-py3 !)
682 write(41) -> Content-Type: application/mercurial-0.2\r\n (no-py3 !)
683 write(28) -> Transfer-Encoding: chunked\r\n (no-py3 !)
684 write(2 from 2) -> (0) \r\n (no-py3 !)
685 write limit reached; closing socket
586 write limit reached; closing socket
686 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=getbundle': (glob)
587 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=getbundle': (glob)
687 Traceback (most recent call last):
588 Traceback (most recent call last):
@@ -718,13 +619,6 b' Server sends partial compression string'
718 sendall(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py36 !)
619 sendall(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py36 !)
719 write(160) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: *\r\n\r\n (glob) (py3 no-py36 !)
620 write(160) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: *\r\n\r\n (glob) (py3 no-py36 !)
720 write(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py3 no-py36 !)
621 write(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (py3 no-py36 !)
721 write(36) -> HTTP/1.1 200 Script output follows\r\n (no-py3 !)
722 write(23) -> Server: badhttpserver\r\n (no-py3 !)
723 write(37) -> Date: $HTTP_DATE$\r\n (no-py3 !)
724 write(41) -> Content-Type: application/mercurial-0.1\r\n (no-py3 !)
725 write(21) -> Content-Length: *\r\n (glob) (no-py3 !)
726 write(2) -> \r\n (no-py3 !)
727 write(*) -> batch branchmap $USUAL_BUNDLE2_CAPS_NO_PHASES$ changegroupsubset compression=none getbundle httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx known lookup pushkey streamreqs=* unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash (glob) (no-py3 !)
728 readline(~) -> (26) GET /?cmd=batch HTTP/1.1\r\n
622 readline(~) -> (26) GET /?cmd=batch HTTP/1.1\r\n
729 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
623 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
730 readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
624 readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
@@ -737,13 +631,6 b' Server sends partial compression string'
737 sendall(159) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: 42\r\n\r\n (py36 !)
631 sendall(159) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: 42\r\n\r\n (py36 !)
738 sendall(42) -> 96ee1d7354c4ad7372047672c36a1f561e3a6a4c\n; (py36 !)
632 sendall(42) -> 96ee1d7354c4ad7372047672c36a1f561e3a6a4c\n; (py36 !)
739 write(159) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: 42\r\n\r\n (py3 no-py36 !)
633 write(159) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.1\r\nContent-Length: 42\r\n\r\n (py3 no-py36 !)
740 write(36) -> HTTP/1.1 200 Script output follows\r\n (no-py3 !)
741 write(23) -> Server: badhttpserver\r\n (no-py3 !)
742 write(37) -> Date: $HTTP_DATE$\r\n (no-py3 !)
743 write(41) -> Content-Type: application/mercurial-0.1\r\n (no-py3 !)
744 write(20) -> Content-Length: 42\r\n (no-py3 !)
745 write(2) -> \r\n (no-py3 !)
746 write(42) -> 96ee1d7354c4ad7372047672c36a1f561e3a6a4c\n; (no-py3 !)
747 readline(~) -> (30) GET /?cmd=getbundle HTTP/1.1\r\n
634 readline(~) -> (30) GET /?cmd=getbundle HTTP/1.1\r\n
748 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
635 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
749 readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
636 readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
@@ -758,15 +645,6 b' Server sends partial compression string'
758 sendall(9) -> 4\r\nnone\r\n (py36 !)
645 sendall(9) -> 4\r\nnone\r\n (py36 !)
759 sendall(9 from 9) -> (0) 4\r\nHG20\r\n (py36 !)
646 sendall(9 from 9) -> (0) 4\r\nHG20\r\n (py36 !)
760 write(167) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.2\r\nTransfer-Encoding: chunked\r\n\r\n (py3 no-py36 !)
647 write(167) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.2\r\nTransfer-Encoding: chunked\r\n\r\n (py3 no-py36 !)
761 write(36) -> HTTP/1.1 200 Script output follows\r\n (no-py3 !)
762 write(23) -> Server: badhttpserver\r\n (no-py3 !)
763 write(37) -> Date: $HTTP_DATE$\r\n (no-py3 !)
764 write(41) -> Content-Type: application/mercurial-0.2\r\n (no-py3 !)
765 write(28) -> Transfer-Encoding: chunked\r\n (no-py3 !)
766 write(2) -> \r\n (no-py3 !)
767 write(6) -> 1\\r\\n\x04\\r\\n (esc) (no-py3 !)
768 write(9) -> 4\r\nnone\r\n (no-py3 !)
769 write(9 from 9) -> (0) 4\r\nHG20\r\n (no-py3 !)
770 write limit reached; closing socket
648 write limit reached; closing socket
771 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=getbundle': (glob)
649 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=getbundle': (glob)
772 Traceback (most recent call last):
650 Traceback (most recent call last):
@@ -786,7 +664,6 b' Server sends partial bundle2 header magi'
786 $ hg clone http://localhost:$HGPORT/ clone
664 $ hg clone http://localhost:$HGPORT/ clone
787 requesting all changes
665 requesting all changes
788 abort: HTTP request error (incomplete response) (py3 !)
666 abort: HTTP request error (incomplete response) (py3 !)
789 abort: HTTP request error (incomplete response; expected 4 bytes got 3) (no-py3 !)
790 (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator)
667 (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator)
791 [255]
668 [255]
792
669
@@ -808,9 +685,6 b' Server sends partial bundle2 header magi'
808 $ "$PYTHON" $TESTDIR/filtertraceback.py < error.log | tail -11
685 $ "$PYTHON" $TESTDIR/filtertraceback.py < error.log | tail -11
809 readline(~) -> (2) \r\n (py3 !)
686 readline(~) -> (2) \r\n (py3 !)
810 write(167) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.2\r\nTransfer-Encoding: chunked\r\n\r\n (py3 !)
687 write(167) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.2\r\nTransfer-Encoding: chunked\r\n\r\n (py3 !)
811 write(41) -> Content-Type: application/mercurial-0.2\r\n (no-py3 !)
812 write(28) -> Transfer-Encoding: chunked\r\n (no-py3 !)
813 write(2) -> \r\n (no-py3 !)
814 write(6) -> 1\\r\\n\x04\\r\\n (esc)
688 write(6) -> 1\\r\\n\x04\\r\\n (esc)
815 write(9) -> 4\r\nnone\r\n
689 write(9) -> 4\r\nnone\r\n
816 write(6 from 9) -> (0) 4\r\nHG2
690 write(6 from 9) -> (0) 4\r\nHG2
@@ -834,7 +708,6 b' Server sends incomplete bundle2 stream p'
834 $ hg clone http://localhost:$HGPORT/ clone
708 $ hg clone http://localhost:$HGPORT/ clone
835 requesting all changes
709 requesting all changes
836 abort: HTTP request error (incomplete response) (py3 !)
710 abort: HTTP request error (incomplete response) (py3 !)
837 abort: HTTP request error (incomplete response; expected 4 bytes got 3) (no-py3 !)
838 (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator)
711 (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator)
839 [255]
712 [255]
840
713
@@ -858,8 +731,6 b' Server sends incomplete bundle2 stream p'
858 readline(~) -> (2) \r\n (py3 !)
731 readline(~) -> (2) \r\n (py3 !)
859 write(167) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.2\r\nTransfer-Encoding: chunked\r\n\r\n (py3 !)
732 write(167) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.2\r\nTransfer-Encoding: chunked\r\n\r\n (py3 !)
860 write(41) -> Content-Type: application/mercurial-0.2\r\n
733 write(41) -> Content-Type: application/mercurial-0.2\r\n
861 write(28) -> Transfer-Encoding: chunked\r\n (no-py3 !)
862 write(2) -> \r\n (no-py3 !)
863 write(6) -> 1\\r\\n\x04\\r\\n (esc)
734 write(6) -> 1\\r\\n\x04\\r\\n (esc)
864 write(9) -> 4\r\nnone\r\n
735 write(9) -> 4\r\nnone\r\n
865 write(9) -> 4\r\nHG20\r\n
736 write(9) -> 4\r\nHG20\r\n
@@ -907,8 +778,6 b' Servers stops after bundle2 stream param'
907 readline(~) -> (2) \r\n (py3 !)
778 readline(~) -> (2) \r\n (py3 !)
908 write(167) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.2\r\nTransfer-Encoding: chunked\r\n\r\n (py3 !)
779 write(167) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.2\r\nTransfer-Encoding: chunked\r\n\r\n (py3 !)
909 write(41) -> Content-Type: application/mercurial-0.2\r\n
780 write(41) -> Content-Type: application/mercurial-0.2\r\n
910 write(28) -> Transfer-Encoding: chunked\r\n (no-py3 !)
911 write(2) -> \r\n (no-py3 !)
912 write(6) -> 1\\r\\n\x04\\r\\n (esc)
781 write(6) -> 1\\r\\n\x04\\r\\n (esc)
913 write(9) -> 4\r\nnone\r\n
782 write(9) -> 4\r\nnone\r\n
914 write(9) -> 4\r\nHG20\r\n
783 write(9) -> 4\r\nHG20\r\n
@@ -958,8 +827,6 b' Server stops sending after bundle2 part '
958 readline(~) -> (2) \r\n (py3 !)
827 readline(~) -> (2) \r\n (py3 !)
959 write(167) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.2\r\nTransfer-Encoding: chunked\r\n\r\n (py3 !)
828 write(167) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.2\r\nTransfer-Encoding: chunked\r\n\r\n (py3 !)
960 write(41) -> Content-Type: application/mercurial-0.2\r\n
829 write(41) -> Content-Type: application/mercurial-0.2\r\n
961 write(28) -> Transfer-Encoding: chunked\r\n (no-py3 !)
962 write(2) -> \r\n (no-py3 !)
963 write(6) -> 1\\r\\n\x04\\r\\n (esc)
830 write(6) -> 1\\r\\n\x04\\r\\n (esc)
964 write(9) -> 4\r\nnone\r\n
831 write(9) -> 4\r\nnone\r\n
965 write(9) -> 4\r\nHG20\r\n
832 write(9) -> 4\r\nHG20\r\n
@@ -1013,8 +880,6 b' Server stops sending after bundle2 part '
1013 readline(~) -> (2) \r\n (py3 !)
880 readline(~) -> (2) \r\n (py3 !)
1014 write(167) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.2\r\nTransfer-Encoding: chunked\r\n\r\n (py3 !)
881 write(167) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.2\r\nTransfer-Encoding: chunked\r\n\r\n (py3 !)
1015 write(41) -> Content-Type: application/mercurial-0.2\r\n
882 write(41) -> Content-Type: application/mercurial-0.2\r\n
1016 write(28) -> Transfer-Encoding: chunked\r\n (no-py3 !)
1017 write(2) -> \r\n (no-py3 !)
1018 write(6) -> 1\\r\\n\x04\\r\\n (esc)
883 write(6) -> 1\\r\\n\x04\\r\\n (esc)
1019 write(9) -> 4\r\nnone\r\n
884 write(9) -> 4\r\nnone\r\n
1020 write(9) -> 4\r\nHG20\r\n
885 write(9) -> 4\r\nHG20\r\n
@@ -1044,7 +909,6 b' Server stops after bundle2 part payload '
1044 transaction abort!
909 transaction abort!
1045 rollback completed
910 rollback completed
1046 abort: HTTP request error (incomplete response) (py3 !)
911 abort: HTTP request error (incomplete response) (py3 !)
1047 abort: HTTP request error (incomplete response; expected 466 bytes got 7) (no-py3 !)
1048 (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator)
912 (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator)
1049 [255]
913 [255]
1050
914
@@ -1071,7 +935,6 b' Server stops after bundle2 part payload '
1071 $ "$PYTHON" $TESTDIR/filtertraceback.py < error.log | tail -15
935 $ "$PYTHON" $TESTDIR/filtertraceback.py < error.log | tail -15
1072 write(167) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.2\r\nTransfer-Encoding: chunked\r\n\r\n (py3 !)
936 write(167) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.2\r\nTransfer-Encoding: chunked\r\n\r\n (py3 !)
1073 write(28) -> Transfer-Encoding: chunked\r\n
937 write(28) -> Transfer-Encoding: chunked\r\n
1074 write(2) -> \r\n (no-py3 !)
1075 write(6) -> 1\\r\\n\x04\\r\\n (esc)
938 write(6) -> 1\\r\\n\x04\\r\\n (esc)
1076 write(9) -> 4\r\nnone\r\n
939 write(9) -> 4\r\nnone\r\n
1077 write(9) -> 4\r\nHG20\r\n
940 write(9) -> 4\r\nHG20\r\n
@@ -1130,8 +993,6 b' Server stops sending in middle of bundle'
1130 readline(~) -> (2) \r\n (py3 !)
993 readline(~) -> (2) \r\n (py3 !)
1131 write(167) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.2\r\nTransfer-Encoding: chunked\r\n\r\n (py3 !)
994 write(167) -> HTTP/1.1 200 Script output follows\r\nServer: badhttpserver\r\nDate: $HTTP_DATE$\r\nContent-Type: application/mercurial-0.2\r\nTransfer-Encoding: chunked\r\n\r\n (py3 !)
1132 write(41) -> Content-Type: application/mercurial-0.2\r\n
995 write(41) -> Content-Type: application/mercurial-0.2\r\n
1133 write(28) -> Transfer-Encoding: chunked\r\n (no-py3 !)
1134 write(2) -> \r\n (no-py3 !)
1135 write(6) -> 1\\r\\n\x04\\r\\n (esc)
996 write(6) -> 1\\r\\n\x04\\r\\n (esc)
1136 write(9) -> 4\r\nnone\r\n
997 write(9) -> 4\r\nnone\r\n
1137 write(9) -> 4\r\nHG20\r\n
998 write(9) -> 4\r\nHG20\r\n
@@ -1165,7 +1026,6 b' Server stops sending after 0 length payl'
1165 transaction abort!
1026 transaction abort!
1166 rollback completed
1027 rollback completed
1167 abort: HTTP request error (incomplete response) (py3 !)
1028 abort: HTTP request error (incomplete response) (py3 !)
1168 abort: HTTP request error (incomplete response; expected 32 bytes got 9) (no-py3 !)
1169 (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator)
1029 (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator)
1170 [255]
1030 [255]
1171
1031
@@ -3,7 +3,6 b' hg debuginstall'
3 checking encoding (ascii)...
3 checking encoding (ascii)...
4 checking Python executable (*) (glob)
4 checking Python executable (*) (glob)
5 checking Python implementation (*) (glob)
5 checking Python implementation (*) (glob)
6 checking Python version (2.*) (glob) (no-py3 !)
7 checking Python version (3.*) (glob) (py3 !)
6 checking Python version (3.*) (glob) (py3 !)
8 checking Python lib (.*[Ll]ib.*)... (re) (no-pyoxidizer !)
7 checking Python lib (.*[Ll]ib.*)... (re) (no-pyoxidizer !)
9 checking Python lib (.*pyoxidizer.*)... (re) (pyoxidizer !)
8 checking Python lib (.*pyoxidizer.*)... (re) (pyoxidizer !)
@@ -67,7 +66,6 b' hg debuginstall with no username'
67 checking encoding (ascii)...
66 checking encoding (ascii)...
68 checking Python executable (*) (glob)
67 checking Python executable (*) (glob)
69 checking Python implementation (*) (glob)
68 checking Python implementation (*) (glob)
70 checking Python version (2.*) (glob) (no-py3 !)
71 checking Python version (3.*) (glob) (py3 !)
69 checking Python version (3.*) (glob) (py3 !)
72 checking Python lib (.*[Ll]ib.*)... (re) (no-pyoxidizer !)
70 checking Python lib (.*[Ll]ib.*)... (re) (no-pyoxidizer !)
73 checking Python lib (.*pyoxidizer.*)... (re) (pyoxidizer !)
71 checking Python lib (.*pyoxidizer.*)... (re) (pyoxidizer !)
@@ -117,7 +115,6 b' path variables are expanded (~ is the sa'
117 checking encoding (ascii)...
115 checking encoding (ascii)...
118 checking Python executable (*) (glob)
116 checking Python executable (*) (glob)
119 checking Python implementation (*) (glob)
117 checking Python implementation (*) (glob)
120 checking Python version (2.*) (glob) (no-py3 !)
121 checking Python version (3.*) (glob) (py3 !)
118 checking Python version (3.*) (glob) (py3 !)
122 checking Python lib (.*[Ll]ib.*)... (re) (no-pyoxidizer !)
119 checking Python lib (.*[Ll]ib.*)... (re) (no-pyoxidizer !)
123 checking Python lib (.*pyoxidizer.*)... (re) (pyoxidizer !)
120 checking Python lib (.*pyoxidizer.*)... (re) (pyoxidizer !)
@@ -147,7 +144,6 b' not found (this is intentionally using b'
147 checking encoding (ascii)...
144 checking encoding (ascii)...
148 checking Python executable (*) (glob)
145 checking Python executable (*) (glob)
149 checking Python implementation (*) (glob)
146 checking Python implementation (*) (glob)
150 checking Python version (2.*) (glob) (no-py3 !)
151 checking Python version (3.*) (glob) (py3 !)
147 checking Python version (3.*) (glob) (py3 !)
152 checking Python lib (.*[Ll]ib.*)... (re) (no-pyoxidizer !)
148 checking Python lib (.*[Ll]ib.*)... (re) (no-pyoxidizer !)
153 checking Python lib (.*pyoxidizer.*)... (re) (pyoxidizer !)
149 checking Python lib (.*pyoxidizer.*)... (re) (pyoxidizer !)
@@ -355,7 +355,6 b' Test a checksum failure during the proce'
355 $LOCALIP - - [$ERRDATE$] HG error: super(badstore, self).download(oid, src, contentlength)
355 $LOCALIP - - [$ERRDATE$] HG error: super(badstore, self).download(oid, src, contentlength)
356 $LOCALIP - - [$ERRDATE$] HG error: raise LfsCorruptionError( (glob) (py38 !)
356 $LOCALIP - - [$ERRDATE$] HG error: raise LfsCorruptionError( (glob) (py38 !)
357 $LOCALIP - - [$ERRDATE$] HG error: _(b'corrupt remote lfs object: %s') % oid (glob) (no-py38 !)
357 $LOCALIP - - [$ERRDATE$] HG error: _(b'corrupt remote lfs object: %s') % oid (glob) (no-py38 !)
358 $LOCALIP - - [$ERRDATE$] HG error: LfsCorruptionError: corrupt remote lfs object: b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c (no-py3 !)
359 $LOCALIP - - [$ERRDATE$] HG error: hgext.lfs.blobstore.LfsCorruptionError: corrupt remote lfs object: b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c (py3 !)
358 $LOCALIP - - [$ERRDATE$] HG error: hgext.lfs.blobstore.LfsCorruptionError: corrupt remote lfs object: b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c (py3 !)
360 $LOCALIP - - [$ERRDATE$] HG error: (glob)
359 $LOCALIP - - [$ERRDATE$] HG error: (glob)
361 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/.hg/lfs/objects/276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d': (glob)
360 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/.hg/lfs/objects/276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d': (glob)
@@ -367,7 +366,6 b' Test a checksum failure during the proce'
367 handled = wireprotoserver.handlewsgirequest( (py38 !)
366 handled = wireprotoserver.handlewsgirequest( (py38 !)
368 return _processbasictransfer( (py38 !)
367 return _processbasictransfer( (py38 !)
369 rctx, req, res, self.check_perm (no-py38 !)
368 rctx, req, res, self.check_perm (no-py38 !)
370 return func(*(args + a), **kw) (no-py3 !)
371 rctx.repo, req, res, lambda perm: checkperm(rctx, req, perm) (no-py38 !)
369 rctx.repo, req, res, lambda perm: checkperm(rctx, req, perm) (no-py38 !)
372 res.setbodybytes(localstore.read(oid))
370 res.setbodybytes(localstore.read(oid))
373 blob = self._read(self.vfs, oid, verify)
371 blob = self._read(self.vfs, oid, verify)
@@ -381,7 +379,6 b' Test a checksum failure during the proce'
381 $LOCALIP - - [$ERRDATE$] HG error: blobstore._verify(oid, b'dummy content') (glob)
379 $LOCALIP - - [$ERRDATE$] HG error: blobstore._verify(oid, b'dummy content') (glob)
382 $LOCALIP - - [$ERRDATE$] HG error: raise LfsCorruptionError( (glob) (py38 !)
380 $LOCALIP - - [$ERRDATE$] HG error: raise LfsCorruptionError( (glob) (py38 !)
383 $LOCALIP - - [$ERRDATE$] HG error: hint=_(b'run hg verify'), (glob) (no-py38 !)
381 $LOCALIP - - [$ERRDATE$] HG error: hint=_(b'run hg verify'), (glob) (no-py38 !)
384 $LOCALIP - - [$ERRDATE$] HG error: LfsCorruptionError: detected corrupt lfs object: 276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d (no-py3 !)
385 $LOCALIP - - [$ERRDATE$] HG error: hgext.lfs.blobstore.LfsCorruptionError: detected corrupt lfs object: 276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d (py3 !)
382 $LOCALIP - - [$ERRDATE$] HG error: hgext.lfs.blobstore.LfsCorruptionError: detected corrupt lfs object: 276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d (py3 !)
386 $LOCALIP - - [$ERRDATE$] HG error: (glob)
383 $LOCALIP - - [$ERRDATE$] HG error: (glob)
387
384
@@ -469,7 +469,6 b' non-ascii content and truncation of mult'
469 Content-Transfer-Encoding: 8bit
469 Content-Transfer-Encoding: 8bit
470 X-Test: foo
470 X-Test: foo
471 Date: * (glob)
471 Date: * (glob)
472 Subject: \xc3\xa0... (esc) (no-py3 !)
473 Subject: =?utf-8?b?w6AuLi4=?= (py3 !)
472 Subject: =?utf-8?b?w6AuLi4=?= (py3 !)
474 From: test@test.com
473 From: test@test.com
475 X-Hg-Notification: changeset 0f25f9c22b4c
474 X-Hg-Notification: changeset 0f25f9c22b4c
@@ -514,7 +514,6 b' mime encoded mbox (base64):'
514 X-Mercurial-Series-Id: <f81ef97829467e868fc4.240@test-hostname>
514 X-Mercurial-Series-Id: <f81ef97829467e868fc4.240@test-hostname>
515 User-Agent: Mercurial-patchbomb/* (glob)
515 User-Agent: Mercurial-patchbomb/* (glob)
516 Date: Thu, 01 Jan 1970 00:04:00 +0000
516 Date: Thu, 01 Jan 1970 00:04:00 +0000
517 From: Q <quux> (no-py3 !)
518 From: =?iso-8859-1?q?Q?= <quux> (py3 !)
517 From: =?iso-8859-1?q?Q?= <quux> (py3 !)
519 To: foo
518 To: foo
520 Cc: bar
519 Cc: bar
@@ -2400,9 +2399,6 b' test multi-address parsing:'
2400 User-Agent: Mercurial-patchbomb/* (glob)
2399 User-Agent: Mercurial-patchbomb/* (glob)
2401 Date: Tue, 01 Jan 1980 00:01:00 +0000
2400 Date: Tue, 01 Jan 1980 00:01:00 +0000
2402 From: quux
2401 From: quux
2403 To: spam <spam>, eggs, toast (no-py3 !)
2404 Cc: foo, bar@example.com, "A, B <>" <a@example.com> (no-py3 !)
2405 Bcc: "Quux, A." <quux> (no-py3 !)
2406 To: =?iso-8859-1?q?spam?= <spam>, eggs, toast (py3 !)
2402 To: =?iso-8859-1?q?spam?= <spam>, eggs, toast (py3 !)
2407 Cc: foo, bar@example.com, =?iso-8859-1?q?A=2C_B_=3C=3E?= <a@example.com> (py3 !)
2403 Cc: foo, bar@example.com, =?iso-8859-1?q?A=2C_B_=3C=3E?= <a@example.com> (py3 !)
2408 Bcc: =?iso-8859-1?q?Quux=2C_A=2E?= <quux> (py3 !)
2404 Bcc: =?iso-8859-1?q?Quux=2C_A=2E?= <quux> (py3 !)
@@ -2722,7 +2718,6 b' Test without revisions specified'
2722 MIME-Version: 1.0
2718 MIME-Version: 1.0
2723 Content-Type: text/plain; charset="iso-8859-1"
2719 Content-Type: text/plain; charset="iso-8859-1"
2724 Content-Transfer-Encoding: quoted-printable
2720 Content-Transfer-Encoding: quoted-printable
2725 Subject: [PATCH 2 of 6] \xe7a (esc) (no-py3 !)
2726 Subject: =?utf-8?b?W1BBVENIIDIgb2YgNl0gw6dh?= (py3 !)
2721 Subject: =?utf-8?b?W1BBVENIIDIgb2YgNl0gw6dh?= (py3 !)
2727 X-Mercurial-Node: f81ef97829467e868fc405fccbcfa66217e4d3e6
2722 X-Mercurial-Node: f81ef97829467e868fc405fccbcfa66217e4d3e6
2728 X-Mercurial-Series-Index: 2
2723 X-Mercurial-Series-Index: 2
@@ -38,7 +38,6 b' Verify corrupt cache error message'
38 $ chmod u+w $CACHEDIR/master/11/f6ad8ec52a2984abaafd7c3b516503785c2072/1406e74118627694268417491f018a4a883152f0
38 $ chmod u+w $CACHEDIR/master/11/f6ad8ec52a2984abaafd7c3b516503785c2072/1406e74118627694268417491f018a4a883152f0
39 $ echo x > $CACHEDIR/master/11/f6ad8ec52a2984abaafd7c3b516503785c2072/1406e74118627694268417491f018a4a883152f0
39 $ echo x > $CACHEDIR/master/11/f6ad8ec52a2984abaafd7c3b516503785c2072/1406e74118627694268417491f018a4a883152f0
40 $ hg up tip 2>&1 | egrep "^[^ ].*unexpected remotefilelog"
40 $ hg up tip 2>&1 | egrep "^[^ ].*unexpected remotefilelog"
41 abort: unexpected remotefilelog header: illegal format (no-py3 !)
42 hgext.remotefilelog.shallowutil.BadRemotefilelogHeader: unexpected remotefilelog header: illegal format (py3 !)
41 hgext.remotefilelog.shallowutil.BadRemotefilelogHeader: unexpected remotefilelog header: illegal format (py3 !)
43
42
44 Verify detection and remediation when remotefilelog.validatecachelog is set
43 Verify detection and remediation when remotefilelog.validatecachelog is set
@@ -2086,5 +2086,4 b' Test that a proper "python" has been set'
2086 $ ./test-py3.py
2086 $ ./test-py3.py
2087 3.* (glob)
2087 3.* (glob)
2088 $ ./test-py.py
2088 $ ./test-py.py
2089 2.* (glob) (no-py3 !)
2090 3.* (glob) (py3 !)
2089 3.* (glob) (py3 !)
@@ -326,7 +326,6 b' try again with remote chg, which should '
326 remote: added 1 changesets with 1 changes to 1 files (py3 !)
326 remote: added 1 changesets with 1 changes to 1 files (py3 !)
327 remote: KABOOM
327 remote: KABOOM
328 remote: KABOOM IN PROCESS
328 remote: KABOOM IN PROCESS
329 remote: added 1 changesets with 1 changes to 1 files (no-py3 !)
330
329
331 #endif
330 #endif
332
331
@@ -958,7 +958,6 b' We can restrict optimization to some rev'
958 Check that the repo still works fine
958 Check that the repo still works fine
959
959
960 $ hg log -G --stat
960 $ hg log -G --stat
961 @ changeset: 2:76d4395f5413 (no-py3 !)
962 @ changeset: 2:fca376863211 (py3 !)
961 @ changeset: 2:fca376863211 (py3 !)
963 | tag: tip
962 | tag: tip
964 | parent: 0:ba592bf28da2
963 | parent: 0:ba592bf28da2
@@ -88,9 +88,7 b' Known exception should be caught, but pr'
88 > test 100000.0 abort --traceback 2>&1 | egrep '(WorkerError|Abort)'
88 > test 100000.0 abort --traceback 2>&1 | egrep '(WorkerError|Abort)'
89 raise error.Abort(b'known exception')
89 raise error.Abort(b'known exception')
90 mercurial.error.Abort: known exception (py3 !)
90 mercurial.error.Abort: known exception (py3 !)
91 Abort: known exception (no-py3 !)
92 raise error.WorkerError(status)
91 raise error.WorkerError(status)
93 WorkerError: 255 (no-py3 !)
94 mercurial.error.WorkerError: 255 (py3 !)
92 mercurial.error.WorkerError: 255 (py3 !)
95
93
96 Traceback must be printed for unknown exceptions
94 Traceback must be printed for unknown exceptions
General Comments 0
You need to be logged in to leave comments. Login now