Actions
Bug #26768
closedRandomize port used in relayd test
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
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" })) }
Updated by Alexis Mousset 21 days ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset 15 days ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Félix DALLIDET
- Pull Request set to https://github.com/Normation/rudder/pull/6340
Updated by Alexis Mousset 15 days ago
- Has duplicate Bug #26790: Disable flaky relayd tests added
Updated by Alexis Mousset 15 days ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|a7ff7e11bdf9992d5b08bfdf8dab91d41ad9352a.
Updated by Vincent MEMBRÉ 2 days ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 8.2.6 and 8.3.1 which were released today.
Actions