damccorm commented on issue #22447: URL: https://github.com/apache/beam/issues/22447#issuecomment-1195564187
Hm, I'm not able to repro on my mac (not an M1). @jrmccluskey I think you have an M1, right? Any chance you can repro? In general, we've had a few potentially arm64 specific issues pop up (#21998, #21667). @Deleplace could you try to narrow things down even a little more? A couple things to try: 1) `go test -v -run "^TestParDo$"` to narrow down to just TestParDo. If that doesn't repro, that means the issue is actually in `TestParDo_WindowObservation`. It would be worth knowing if `go test -v -run TestParDo_WindowObservation` repros as well. 2) Using a minimal case from (1) could you try [commenting out calls in the test](https://github.com/apache/beam/blob/5141ad8790a57e2fa62af607f32736e3eed399e3/sdks/go/pkg/beam/core/runtime/exec/pardo_test.go#L88) to determine which call is actually hanging? -- 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]
