Actions
Bug #26768
openRandomize port used in relayd test
Status:
In progress
Priority:
N/A
Assignee:
Category:
Relay server or API
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
The tests regularly fails with
[2025-04-18T09:30:43.220Z] ---- it_reloads_http_clients stdout ---- [2025-04-18T09:30:43.220Z] thread 'it_reloads_http_clients' panicked at relay/sources/relayd/tests/common/mod.rs:36:69: [2025-04-18T09:30:43.220Z] called `Result::unwrap()` on an `Err` value: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("localhost")), port: Some(4443), path: "/uuid", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("tcp connect error", Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })) }
Actions