alxmrs commented on PR #22421:
URL: https://github.com/apache/beam/pull/22421#issuecomment-1254253156

   @TomAugspurger: I'm having trouble running my unit tests. My tests used to 
work, but now I'm noticing infinite loops when running them on a local cluster 
(the default scheduler).
   
   In my last commit, I changed the `client.gather` command to async mode, and 
this let me hit a timeout error. Here, it appears that the Beam tests pass 
(asserts behave as expected within a compute graph), however, the client never 
stops running and times out after 4 seconds. 
   
   Do you have any idea of what's going on? One key difference between my set 
up now and when I wrote this is that I'm not on a M1 Mac (ARM64). Could this 
cause my problem?
   
   CC: @rabernat @cisaacstern @pabloem 


-- 
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]

Reply via email to