Skip to content

bpo-46644: Fix test_typing test broken by GH-31151 due to a merge race - #31833

Merged
JelleZijlstra merged 1 commit into
python:mainfrom
JelleZijlstra:fixtyping
Mar 12, 2022
Merged

bpo-46644: Fix test_typing test broken by GH-31151 due to a merge race#31833
JelleZijlstra merged 1 commit into
python:mainfrom
JelleZijlstra:fixtyping

Conversation

@JelleZijlstra

@JelleZijlstraJelleZijlstra commented Mar 12, 2022

Copy link
Copy Markdown
Member

@vstinner

Copy link
Copy Markdown
Member

"fix test" is not a great commit title, it doesn't help future developers who will read commits. Would you mind to elaborate that?

Which test? Why was it failing? Is it related to a recent change? etc.

@JelleZijlstraJelleZijlstra changed the title bpo-46644: fix testbpo-46644: Fix test_typing test broken by GH-31151 due to a merge raceMar 12, 2022
@JelleZijlstra

Copy link
Copy Markdown
MemberAuthor

Good point, how is the new title?

@vstinner

Copy link
Copy Markdown
Member

Good point, how is the new title?

Much better. Practical issue: be careful when you click on the Merge button, GitHub uses the commit title and commit message from Git, not the one on the web page. It's confusing. You can fix it with the form open by GitHub.

I avoid the automerge label to avoid this trap.

@JelleZijlstra

Copy link
Copy Markdown
MemberAuthor

Yes, I always read over the commit message when I merge :)

@JelleZijlstra
JelleZijlstra merged commit 7517437 into python:mainMar 12, 2022
@JelleZijlstra
JelleZijlstra deleted the fixtyping branch March 12, 2022 02:17
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@JelleZijlstra@vstinner@the-knights-who-say-ni@bedevere-bot