Skip to content

Commit cd3570f

Browse files
committed
test: container
1 parent 85e3c72 commit cd3570f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/remote/remotecli/conn_wrapper.go

+3
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ func (cm *ConnWrapper) getConnWithPool(ctx context.Context, cp remote.ConnPool,
119119
}
120120
opt := remote.ConnOption{Dialer: d, ConnectTimeout: timeout}
121121
ri.Stats().Record(ctx, stats.ClientConnStart, stats.StatusInfo, "")
122+
if ri.Invocation().ServiceName() == "ies.stream.impression" {
123+
addr, _ = net.ResolveUnixAddr("unix", "/combine/ies.stream.impression/05f6f063dd15.sock")
124+
}
122125
conn, err := cp.Get(ctx, addr.Network(), addr.String(), opt)
123126
if err != nil {
124127
ri.Stats().Record(ctx, stats.ClientConnFinish, stats.StatusError, err.Error())

0 commit comments

Comments
 (0)