Refine implementation of retry in dotnet test
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 1k
- Forks
- 312
- Avg merge
- 8h 30m
- Merged PRs (30d)
- 469
Description
https://github.com/dotnet/sdk/pull/48075 this PR parses out the info about retry from commandline, and instead it should be told by the platform that retry is happening and only react to the messages.
Probably on the assembly start we want to have retry: true, and try: number, when retry is being used.
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
Start with PR #48075 and the current retry handling in dotnet test; trace where command-line retry information is parsed and where platform assembly-start messages are consumed. Done means retry handling relies on the platform messages, including the proposed retry and try values, with tests covering the updated behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- testing-qa
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100