fedarovich / qbittorrent-net-client

qBittorrent client library for .Net
MIT License
32 stars 14 forks source link

Resolve `ResumeAll` test flakiness. #24

Closed bpoxy closed 9 months ago

bpoxy commented 9 months ago

The ResumeAll test sometimes fails because the recently added torrents have not yet transitioned from TorrentState.CheckingResumeData to TorrentState.PausedDownload. Modified the test to wait for them to leave TorrentState.CheckingResumeData before continuing.

This test is currently blocking the Azure CI.

bpoxy commented 9 months ago

Already fixed by @fedarovich in 0aae82d43d1eb45f480ce4c8f03fb0c50a2ab9ea.