You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/07/26 14:33:23 UTC

[GitHub] [beam] damccorm commented on issue #22447: [Bug]: TestParDo timing out on OSX (arm64)

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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org