[Bug 6899] New: test-revlog-mmapindex.t test failure

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Thu Aug 8 08:09:00 UTC 2024


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

            Bug ID: 6899
           Summary: test-revlog-mmapindex.t test failure
           Product: Mercurial
           Version: 6.8.1
          Hardware: All
                OS: NetBSD
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at mercurial-scm.org
          Reporter: wiz at gatalith.at
                CC: mercurial-devel at mercurial-scm.org
    Python Version: ---

While updating the pkgsrc package to 6.8.1 I noticed a new test error when
testing with Python 3.12.5.

---
/scratch/devel/py-mercurial/work/mercurial-6.8.1/tests/test-revlog-mmapindex.t
+++
/scratch/devel/py-mercurial/work/mercurial-6.8.1/tests/test-revlog-mmapindex.t.err
@@ -37,9 +37,8 @@

 mmap index which is now more than 4k long
   $ hg log -l 5 -T '{rev}\n' --config experimental.mmapindexthreshold=4k
-  mmapping $TESTTMP/a/.hg/store/00changelog.i (no-pure !)
+  100
   mmapping $TESTTMP/a/.hg/store/00changelog-????????.nd (glob) (rust !)
-  100
   99
   98
   97

ERROR: test-revlog-mmapindex.t output changed

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


More information about the Mercurial-devel mailing list