arcus-azure/arcus.testing

✨ [New]: pass cancellation token to test polling

Open

#496 opened on Jan 12, 2026

 (2 comments) (0 reactions) (1 assignee)C# (6 forks)auto 404
area:coreenhancementfeature-requestgood first issue

Repository metrics

Stars
 (9 stars)
PR merge metrics
 (PR metrics pending)

Description

Description

When constructing a Poll test 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 .Target overloads with cancellation support.

Additional context

No response

Contributor guide