Regression in multiple tests on macOS

オープン
#486 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
25/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
python

調査の方向性

まず、macOS 上の Python 3.7 で一覧にある失敗を再現し、その後、最初の不正なコミットとして特定されたコミット 846531b92198efc4db2a37bdadf4a037defcfd96 を調査します。Python 3.8 と動作を比較し、test_sys_path_profile_dir、test_save_history、display-hook tests を含む失敗するテストを実行します。Python 3.7 で回帰の原因を理解し、影響を受けるテストが成功すれば完了です。

索引モデルが 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時間
マージ済み PR(30日)
9

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

ipython/ipykernel のほかの issue

ipython/ipykernel の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。