-
Notifications
You must be signed in to change notification settings - Fork 6
✨ [New]: pass cancellation token to test polling #496
Copy link
Copy link
Open
Labels
area:coreAll issues related to al types of testing.All issues related to al types of testing.enhancementNew feature or requestNew feature or requestfeature-requestAll issues related to feature requests by customersAll issues related to feature requests by customersgood first issueGood for newcomersGood for newcomers
Milestone
Metadata
Metadata
Assignees
Labels
area:coreAll issues related to al types of testing.All issues related to al types of testing.enhancementNew feature or requestNew feature or requestfeature-requestAll issues related to feature requests by customersAll issues related to feature requests by customersgood first issueGood for newcomersGood for newcomers
Type
Fields
Give feedbackNo fields configured for Feature.
Projects
StatusShow more project fields
To do
Description
When constructing a
Polltest operation, there is no overload to pass the cancellation token. Especially in cancelled tests, it provide better support in performance and error handling if we could cancel these operations.Solution
Provide
.Targetoverloads with cancellation support.Additional context
No response