-
Notifications
You must be signed in to change notification settings - Fork 125
Labels
enhancementNew feature or requestNew feature or requesttriagedThis issue has undergone initial triageThis issue has undergone initial triage
Milestone
Description
Motivation
In a test process running lots of complex asynchronous code, when things go wrong, it can be difficult to debug the process and understand what each of the Tasks in the process are supposed to be doing.
Proposed solution
To help make this a little easier, whenever the testing library creates a Task for running asynchronous work, it should attempt to specify a name
reflecting the task's purpose to aid with debugging.
Potentially interesting info:
- Is it a task spun up for producing the runner plan / evaluating arguments, or for running a test?
- What is the name/identifier of the test that the task for?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttriagedThis issue has undergone initial triageThis issue has undergone initial triage