HeartSaVioR edited a comment on issue #25706: [SPARK-26989][CORE][TEST] 
DAGSchedulerSuite: ensure listeners are fully processed before checking 
recorded values
URL: https://github.com/apache/spark/pull/25706#issuecomment-529039146
 
 
   ![Screen Shot 2019-09-07 at 7 44 15 
AM](https://user-images.githubusercontent.com/1317309/64464558-59bbba80-d143-11e9-883d-9d1f01e0a518.png)
   
   Forgot to thank you for providing brilliant idea to artificially fail the 
problematic tests. I've just applied 50ms of sleep on each onXXX method, and 
I've found 3 methods being failed. (They've marked as `X`. Just ignore `!` as 
they failed on waiting listener in given timeout and they don't deal with these 
values - it uses other timeout value 1000ms than 10000ms for this listener so 
affected via side-effect.)
   
   When I applied same in this patch all tests marked as `X` passed.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to