damondouglas commented on code in PR #33438:
URL: https://github.com/apache/beam/pull/33438#discussion_r1901249156
##########
sdks/go/pkg/beam/runners/prism/internal/worker/worker_test.go:
##########
@@ -87,19 +140,22 @@ func serveTestWorker(t *testing.T) (context.Context, *W,
*grpc.ClientConn) {
ctx, cancelFn := context.WithCancel(context.Background())
t.Cleanup(cancelFn)
- w := New("test", "testEnv")
- lis := bufconn.Listen(2048)
- w.lis = lis
Review Comment:
I was able to add it back. I saw a deprecated warning about the use of
DialContext but I see you had it before causing no issues so I added it back.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]