python / python/cpython

5 tests failed with eCryptfs: copy_file_range(), utime(), file name too long

未关闭
#143,527 10 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

extension-modules stdlib tests topic-pathlib type-bug
主要语言
Python
星标
77.2k
派生
35.9k
PR 合并指标
PR 指标待抓取

描述

Bug report

Bug description:

5 tests failed:
test_filecmp test_os test_pathlib test_shutil test_tarfile

I tried to build python 3.14.2 in Linux Mint. I downloaded the package .tar.xz

I extracted the content of the package

I ran in the Linux Mint Terminal:

cd Downloads
cd Python-3.14.2
./configure
make
make test

And there appeared the failures of the test mentioned above.

The README.rst file suggests to file a bug report given these issues, so this is the bug report.

CPython versions tested on:

3.14

Operating systems tested on:

Linux

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

在 Linux Mint 上使用报告的 Python 3.14.2 构建,通过 make test 重现这些失败。先从 test_filecmp、test_os、test_pathlib、test_shutil 和 test_tarfile 开始,然后比较 eCryptfs 上 copy_file_range()、utime() 和文件名长度相关的失败。完成的标准是确定这些失败是由 eCryptfs 还是 CPython 引起的,并记录一份可复现的诊断结果。

由索引模型根据 Issue 内容生成。

评估

技术栈
python
领域
operating-systems, testing
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
32/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。