Skip to content
  • Shixiong Zhu's avatar
    4fea7848
    [SPARK-20397][SPARKR][SS] Fix flaky test: test_streaming.R.Terminated by error · 4fea7848
    Shixiong Zhu authored
    ## What changes were proposed in this pull request?
    
    Checking a source parameter is asynchronous. When the query is created, it's not guaranteed that source has been created. This PR just increases the timeout of awaitTermination to ensure the parsing error is thrown.
    
    ## How was this patch tested?
    
    Jenkins
    
    Author: Shixiong Zhu <shixiong@databricks.com>
    
    Closes #17687 from zsxwing/SPARK-20397.
    4fea7848
    [SPARK-20397][SPARKR][SS] Fix flaky test: test_streaming.R.Terminated by error
    Shixiong Zhu authored
    ## What changes were proposed in this pull request?
    
    Checking a source parameter is asynchronous. When the query is created, it's not guaranteed that source has been created. This PR just increases the timeout of awaitTermination to ensure the parsing error is thrown.
    
    ## How was this patch tested?
    
    Jenkins
    
    Author: Shixiong Zhu <shixiong@databricks.com>
    
    Closes #17687 from zsxwing/SPARK-20397.
Loading