Skip to content

test(functional): resolve backend host ports after joining bridge network#7648

Merged
at0m1x19 merged 3 commits into
developfrom
fix/reliability-ipv4-route-localnet
Jul 21, 2026
Merged

test(functional): resolve backend host ports after joining bridge network#7648
at0m1x19 merged 3 commits into
developfrom
fix/reliability-ipv4-route-localnet

Conversation

@at0m1x19

Copy link
Copy Markdown
Contributor

Fixes the Test Reliability nightly ipv4.

Cause is a Docker 27 -> 28 change on the runners: Docker 28 reassigns a container's published host ports when it joins a second network. The harness attaches every backend to the bridge network (bridge_network=True) but
resolved the host port and built self.url before that attach, so the URL pointed at a port Docker had already moved. Fix: join bridge before resolving.

Validated run on this branchhttps://github.com/status-im/status-go/actions/runs/29748501213

Important changes:

  • Join the bridge network before resolving published host ports.

@at0m1x19 at0m1x19 self-assigned this Jul 20, 2026
@github-actions

Copy link
Copy Markdown

⚠️ Companion PR Required

Add a link to your status-app PR in this PR's description.

Example: https://github.com/status-im/status-app/pull/123

@status-im-auto

status-im-auto commented Jul 20, 2026

Copy link
Copy Markdown
Member

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 7f0a44c 1 2026-07-20 21:02:13 ~3 min linux/status-go 📦zip
✔️ 7f0a44c 1 2026-07-20 21:06:17 ~7 min windows/status-go 📦zip
✔️ 7f0a44c 1 2026-07-20 21:09:29 ~11 min tests 📄log
✔️ 7f0a44c 1 2026-07-20 21:11:24 ~13 min macos/status-go 📦zip
✔️ 7f0a44c 1 2026-07-20 21:17:13 ~18 min tests-rpc 📄log
✔️ 7f0a44c 1 2026-07-20 22:02:22 ~1 hr 3 min tests-rpc-compat 📄log

@codecov

codecov Bot commented Jul 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.21%. Comparing base (3c23ea8) to head (7f0a44c).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #7648      +/-   ##
===========================================
- Coverage    62.25%   62.21%   -0.05%     
===========================================
  Files          868      868              
  Lines       119860   119860              
===========================================
- Hits         74621    74568      -53     
- Misses       37613    37677      +64     
+ Partials      7626     7615      -11     
Flag Coverage Δ
functional 42.14% <ø> (-0.06%) ⬇️
unit 55.90% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 25 files with indirect coverage changes

@at0m1x19
at0m1x19 merged commit b50750b into develop Jul 21, 2026
23 of 24 checks passed
@at0m1x19
at0m1x19 deleted the fix/reliability-ipv4-route-localnet branch July 21, 2026 08:34
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.

4 participants