[Bug 6843] New: test-remotefilelog-gc.t: embedded null character in path

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Sat Aug 26 13:16:21 UTC 2023


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

            Bug ID: 6843
           Summary: test-remotefilelog-gc.t: embedded null character in
                    path
           Product: Mercurial
           Version: 6.5.1
          Hardware: All
                OS: NetBSD
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at mercurial-scm.org
          Reporter: tk at giga.or.at
                CC: mercurial-devel at mercurial-scm.org
    Python Version: ---

In 6.5.1 with Python 3.11.5 on NetBSD there is a new test failure:

---
/scratch/devel/py-mercurial/work/mercurial-6.5.1/tests/test-remotefilelog-gc.t
+++
/scratch/devel/py-mercurial/work/mercurial-6.5.1/tests/test-remotefilelog-gc.t.err
@@ -108,7 +108,8 @@
   $ printf "asdas\0das" >> $CACHEDIR/repos
 #if py311
   $ hg gc
-  finished: removed 0 of 4 files (0.00 GB to 0.00 GB)
+  abort: invalid path asdas\x00da: stat: embedded null character in path (esc)
+  [255]
 #else
   $ hg gc
   abort: invalid path asdas\x00da: .*(null|NULL).* (re)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list