zentol opened a new pull request #11699: [FLINK-17082][sql] Remove mocking in 
SQL client 
URL: https://github.com/apache/flink/pull/11699
 
 
   Removes `Executor` mocks in the SQL client tests on the suspicion of using 
massive amounts of memory.  (see FLINK-16973)
   
   Introduces a customizable `TestingExecutor` that provides the same 
functionality as the mock:
   - tracking number of calls
   - returning a result depending of the call count
   
   Additionally, the executor for the CliTableauView now has a name, and the 
CliTableauViewTest can now passes on Windows (line-endings).

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to