Regression in multiple tests on macOS

未关闭
#486 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

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

调研方向

首先在 macOS 上使用 Python 3.7 重现列出的失败,然后检查 commit 846531b92198efc4db2a37bdadf4a037defcfd96,该 commit 被确定为第一个错误 commit。将行为与 Python 3.8 进行比较,并运行失败的测试,包括 test_sys_path_profile_dir、test_save_history 和 display-hook tests。在 Python 3.7 上理解该 regression 且受影响的测试通过,即表示完成。

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

描述

There appears to be a regression that happened between 5.1.2 and 5.1.3. There are following tests are now failing on master:

  • test_sys_path_profile_dir
  • test_save_history - flaky?
  • test_help_output - flaky?
  • test_write_kernel_spec - flaky?
  • test_ipython_start_kernel_userns
  • test_display_hook_halts_send
  • test_display_hook_return_calls_send
  • test_display_publisher_creation
  • test_publish
  • test_thread_local_hooks
  • test_unregister_hook

Bisecting this behaviour points to 846531b92198efc4db2a37bdadf4a037defcfd96 as the first bad commit. For some reason the problem is only seen on python 3.7 and not python 3.8.

主要语言
Python
星标
734
派生
411
平均合并
1 天 2 小时
30 天内合并 PR
9

贡献指南

打开贡献指南

从这里开始

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

ipython/ipykernel 的其他 Issue

查看 ipython/ipykernel 的全部 Issue

相似的 Issue

更多 Python Issue

把新 issue 发到你的邮箱

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