arcus-azure/arcus.testing
✨ [New]: pass cancellation token to test polling
Offen
#496 geöffnet am 12.01.2026
area:coreenhancementfeature-requestgood first issue
Repository-Metriken
- Stars
- (9 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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