https://bz.mercurial-scm.org/show_bug.cgi?id=6033

            Bug ID: 6033
           Summary: Weird lfs test failure: reliable on FreeBSD, flaky on
                    linux
           Product: Mercurial
           Version: stable branch
          Hardware: PC
                OS: Mac OS
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: lfs
          Assignee: bugzi...@mercurial-scm.org
          Reporter: duri...@gmail.com
                CC: mercurial-devel@mercurial-scm.org

I can't make sense of this failure, but it's keeping the BSD buildbot from
being green, and it occasionally shows up on Linux too.

---
/usr/home/hg/buildslave/FreeBSD_hg_tests/build/tests/test-lfs-serve-access.t
+++
/usr/home/hg/buildslave/FreeBSD_hg_tests/build/tests/test-lfs-serve-access.t.err
@@ -161,11 +161,13 @@

   $ cat $TESTTMP/access.log $TESTTMP/errors.log
   $LOCALIP - - [$LOGDATE$] "POST /missing/objects/batch HTTP/1.1" 404 - (glob)
+  172.16.18.2 - - [05/Dec/2018 13:01:14] "{"objects": [{"oid":
"f03217a32529a28a42d03b1244fe09b6e0f9fd06d7b966d4d50567be2abe6c0e", "size":
20}], "operation": "download"}" 400 -
   $LOCALIP - - [$LOGDATE$] "GET /subdir/mount/point?cmd=capabilities HTTP/1.1"
200 - (glob)
   $LOCALIP - - [$LOGDATE$] "GET /subdir/mount/point?cmd=batch HTTP/1.1" 200 -
x-hgarg-1:cmds=heads+%3Bknown+nodes%3D x-hgproto-1:0.1 0.2
comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
   $LOCALIP - - [$LOGDATE$] "GET /subdir/mount/point?cmd=getbundle HTTP/1.1"
200 -
x-hgarg-1:bookmarks=1&bundlecaps=HG20%2Cbundle2%3DHG20%250Abookmarks%250Achangegroup%253D01%252C02%252C03%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Alistkeys%250Aphases%253Dheads%250Apushkey%250Aremote-changegroup%253Dhttp%252Chttps%250Arev-branch-cache%250Astream%253Dv2&cg=1&common=0000000000000000000000000000000000000000&heads=525251863cad618e55d483555f3d00a2ca99597e&listkeys=bookmarks&phases=1
x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
   $LOCALIP - - [$LOGDATE$] "POST
/subdir/mount/point/.git/info/lfs/objects/batch HTTP/1.1" 200 - (glob)
   $LOCALIP - - [$LOGDATE$] "GET
/subdir/mount/point/.hg/lfs/objects/f03217a32529a28a42d03b1244fe09b6e0f9fd06d7b966d4d50567be2abe6c0e
HTTP/1.1" 200 - (glob)
+  172.16.18.2 - - [05/Dec/2018 13:01:14] code 400, message Bad request syntax
('{"objects": [{"oid":
"f03217a32529a28a42d03b1244fe09b6e0f9fd06d7b966d4d50567be2abe6c0e", "size":
20}], "operation": "download"}')

 Blobs that already exist in the usercache are linked into the repo store, even
 though the client doesn't send the blob.
@@ -193,6 +195,7 @@
  
server2/.hg/store/lfs/objects/f0/3217a32529a28a42d03b1244fe09b6e0f9fd06d7b966d4d50567be2abe6c0e
   $ "$PYTHON" $RUNTESTDIR/killdaemons.py $DAEMON_PIDS
   $ cat $TESTTMP/errors.log
+  172.16.18.2 - - [05/Dec/2018 13:01:14] code 400, message Bad request syntax
('{"objects": [{"oid":
"f03217a32529a28a42d03b1244fe09b6e0f9fd06d7b966d4d50567be2abe6c0e", "size":
20}], "operation": "download"}')

   $ cat >> $TESTTMP/lfsstoreerror.py <<EOF
   > import errno

ERROR: test-lfs-serve-access.t output changed

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to