Closed
Bug 1898284
Opened 9 months ago
Closed 9 months ago
hgext/serverlog/tests/test-http-blackbox.t failure with current hg
Categories
(Developer Services :: Mercurial: hg.mozilla.org, defect)
Developer Services
Mercurial: hg.mozilla.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jcristau, Assigned: jcristau)
Details
Attachments
(1 file)
The "capabilities" command's response varies based on hg version so the assumption that it's 485 bytes has bitrotted:
--- /app/vct/hgext/serverlog/tests/test-http-blackbox.t
+++ /app/vct/hgext/serverlog/tests/test-http-blackbox.t.err
@@ -16,7 +16,7 @@
$ cat server/.hg/blackbox.log
*> * BEGIN_REQUEST $TESTTMP/server $LOCALIP /?cmd=capabilities (glob)
*> * BEGIN_PROTOCOL capabilities (glob)
- *> * END_REQUEST 485 * * (glob)
+ 1970-01-01 00:00:00.000 vct @0000000000000000000000000000000000000000 (6351)> e3d46e22-183a-11ef-b7de-10e7c61b8748 END_REQUEST 518 0.035 0.021
*> * BEGIN_REQUEST $TESTTMP/server $LOCALIP /?cmd=batch (glob)
*> * BEGIN_PROTOCOL batch (glob)
*> * END_REQUEST 42 * * (glob)
ERROR: test-http-blackbox.t output changed
Assignee | ||
Comment 1•9 months ago
|
||
Updated•9 months ago
|
Assignee: nobody → jcristau
Status: NEW → ASSIGNED
Pushed by cosheehan@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/5cbde915228f
serverlog: relax assumption about capabilities command response size in test . r=sheehan
Status: ASSIGNED → RESOLVED
Closed: 9 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•