Kriti-dev07 commented on issue #38934:
URL: https://github.com/apache/beam/issues/38934#issuecomment-4698965250

   I investigated the flaky failure and found it is consistently associated 
with `ParDoTest$StateTests.testSideInputNotReadyTimer`, which was recently 
introduced as part of the side-inputs-in-timers work. The test relies on a 
delayed side input (`Thread.sleep`) and has already been excluded from Spark 
runners because side inputs in timers are not supported there.
   
   I'm currently checking whether this is a Flink runner limitation, a runner 
bug, or test flakiness before proposing a fix. 
   
   


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