Skip to content

Auto-port 4.1: DnsNameResolver: Skip test if we can not bind TCP and UDP to the same port#16464

Merged
chrisvest merged 1 commit into
4.1from
auto-port-pr-16455-to-4.1
Mar 14, 2026
Merged

Auto-port 4.1: DnsNameResolver: Skip test if we can not bind TCP and UDP to the same port#16464
chrisvest merged 1 commit into
4.1from
auto-port-pr-16455-to-4.1

Conversation

@netty-project-bot

Copy link
Copy Markdown
Contributor

Auto-port of #16455 to 4.1
Cherry-picked commit: 35a06f9


Motivation:

On windows we sometimes see failures when we try to bind TCP and UDP to the same port for our tests even after we retried multiple times. To make the CI less stable we should just skip the test in this case.

Modifications:

Just abort the test via an Assumption if we can't bind

Result:

More stable CI

… port (#16455)

Motivation:

On windows we sometimes see failures when we try to bind TCP and UDP to
the same port for our tests even after we retried multiple times. To
make the CI less stable we should just skip the test in this case.

Modifications:

Just abort the test via an Assumption if we can't bind

Result:

More stable CI

(cherry picked from commit 35a06f9)
@chrisvest chrisvest added this to the 4.1.132.Final milestone Mar 14, 2026
@chrisvest chrisvest enabled auto-merge (squash) March 14, 2026 00:32
@chrisvest chrisvest merged commit 56d84e1 into 4.1 Mar 14, 2026
18 checks passed
@chrisvest chrisvest deleted the auto-port-pr-16455-to-4.1 branch March 14, 2026 03:14
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.

3 participants