Skip to content

[r3.6] db/downloader: keep the BT discovery tests off UDP - #23205

Queued
AskAlexSharov wants to merge 1 commit into
release/3.6from
alex/win_test_flakes_36
Queued

[r3.6] db/downloader: keep the BT discovery tests off UDP#23205
AskAlexSharov wants to merge 1 commit into
release/3.6from
alex/win_test_flakes_36

Conversation

@AskAlexSharov

Copy link
Copy Markdown
Collaborator

Cherry-pick of #23204 to release/3.6.

torrent.NewClient binds the dynamic port it got for TCP on UDP as well, for
uTP. Windows runners reserve UDP port ranges, so that second bind can fail
with WSAEACCES and take NewClient down with it once the library exhausts its
listen retries. The tests inject peers by TCP address and already run without
DHT, so uTP was never used.

Route the three client configs through one helper that disables uTP along
with DHT and trackers.
@AskAlexSharov
AskAlexSharov added this pull request to the merge queue Aug 12, 2026
Any commits made after this event will not be merged.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants