Skip to content

net tests: let the OS pick the port numbers#157006

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
RalfJung:udp-ports
May 31, 2026
Merged

net tests: let the OS pick the port numbers#157006
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
RalfJung:udp-ports

Conversation

@RalfJung
Copy link
Copy Markdown
Member

This finishes what I started in #156385.
Fixes #156377.

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels May 27, 2026
@rustbot
Copy link
Copy Markdown
Collaborator

rustbot commented May 27, 2026

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: @ChrisDenton, libs
  • @ChrisDenton, libs expanded to 8 candidates

@jhpratt
Copy link
Copy Markdown
Member

jhpratt commented May 30, 2026

r? jhpratt

@bors r+

@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors Bot commented May 30, 2026

📌 Commit 50168a9 has been approved by jhpratt

It is now in the queue for this repository.

@rust-bors rust-bors Bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels May 30, 2026
jhpratt added a commit to jhpratt/rust that referenced this pull request May 30, 2026
net tests: let the OS pick the port numbers

This finishes what I started in rust-lang#156385.
Fixes rust-lang#156377.
rust-bors Bot pushed a commit that referenced this pull request May 30, 2026
Rollup of 6 pull requests

Successful merges:

 - #156832 (library: use strict provenance lints consistently)
 - #157006 (net tests: let the OS pick the port numbers)
 - #157126 (Avoid redundant note when a #[derive] is already suggested)
 - #151690 (std: Refactor `env::var` function)
 - #155826 (std::process: uefi: avoid panicking in Stdio From impls.)
 - #156109 (Migrate libraries from ptr::slice_from_raw_parts to .cast_slice)
@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors Bot commented May 30, 2026

⌛ Testing commit 50168a9 with merge edf8d3b...

Workflow: https://github.com/rust-lang/rust/actions/runs/26694910617

rust-bors Bot pushed a commit that referenced this pull request May 30, 2026
net tests: let the OS pick the port numbers

This finishes what I started in #156385.
Fixes #156377.
@JonathanBrouwer
Copy link
Copy Markdown
Contributor

@bors yield
Yielding to enclosing rollup

@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors Bot commented May 30, 2026

Auto build was cancelled. Cancelled workflows:

The next pull request likely to be tested is #157174.

rust-bors Bot pushed a commit that referenced this pull request May 30, 2026
…uwer

Rollup of 8 pull requests

Successful merges:

 - #157006 (net tests: let the OS pick the port numbers)
 - #157126 (Avoid redundant note when a #[derive] is already suggested)
 - #151690 (std: Refactor `env::var` function)
 - #155826 (std::process: uefi: avoid panicking in Stdio From impls.)
 - #156109 (Migrate libraries from ptr::slice_from_raw_parts to .cast_slice)
 - #156642 (`offload_kernel` macro expansion)
 - #156823 (Add regression test)
 - #157162 (elaborate_drop: Avoid as_mut.unwrap dance, empty vectors are cheap.)

Failed merges:

 - #157173 (rustc-dev-guide subtree update)
@rust-bors rust-bors Bot merged commit 60b71e0 into rust-lang:main May 31, 2026
12 of 13 checks passed
@rustbot rustbot added this to the 1.98.0 milestone May 31, 2026
rust-timer added a commit that referenced this pull request May 31, 2026
Rollup merge of #157006 - RalfJung:udp-ports, r=jhpratt

net tests: let the OS pick the port numbers

This finishes what I started in #156385.
Fixes #156377.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

std::net tests fail in nextest: Address already in use

5 participants