TestMaildir.test_clean fails randomly under parallel tests
Open
Nobody has claimed this yet.
3.9 (EOL)
tests
topic-email
type-bug
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 39029 |
|---|---|
| Nosy | @warsaw, @vstinner, @bitdancer, @serhiy-storchaka, @maxking, @tirkarthi |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2019-12-12.08:59:34.549>
labels = ['type-bug', 'tests', '3.9']
title = 'TestMaildir.test_clean fails randomly under parallel tests'
updated_at = <Date 2020-01-09.11:21:28.702>
user = 'https://github.com/tirkarthi'
bugs.python.org fields:
activity = <Date 2020-01-09.11:21:28.702>
actor = 'vstinner'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Tests']
creation = <Date 2019-12-12.08:59:34.549>
creator = 'xtreak'
dependencies = []
files = []
hgrepos = []
issue_num = 39029
keywords = []
message_count = 10.0
messages = ['358295', '358299', '359031', '359661', '359662', '359665', '359666', '359667', '359668', '359669']
nosy_count = 6.0
nosy_names = ['barry', 'vstinner', 'r.david.murray', 'serhiy.storchaka', 'maxking', 'xtreak']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue39029'
versions = ['Python 3.9']
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate TestMaildir.test_clean and run it with the test suite's parallel mode to reproduce the intermittent failure. Inspect the reported failure and surrounding test code; done means the test passes reliably during parallel runs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100