mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-22 00:11:29 +02:00
The nightly agent-network e2e has been red for ~6 days: every scenario that calls WaitProxyPeer times out with 'client did not see the proxy peer'. The proxy's overlay peer comes up fine, but the client now puts it into the lazy connection manager (server-driven feature flag), so no connection is dialed until traffic flows — and WaitProxyPeer polls 'netbird status' for a Connected peer before sending any traffic. Set NB_LAZY_CONN=false on the harness client and proxy containers so the tunnel dials eagerly and status reflects it, restoring the harness's readiness signal.