LadyForest commented on pull request #58:
URL: https://github.com/apache/flink-table-store/pull/58#issuecomment-1076507370


   
   > * How to debug test in IDE?  `No tests found matching 
testSequentialWriteRead with parameter`....
   
   Did you click a single case and rerun it? It seems like no way to rerun a 
single case by clicking the generated case.  I'm not sure whether it's an 
idea-related issue, I just saw a lot of youtrack tickets reporting this.
   
   > * parameter name is so so so long ... It is difficult to get effective 
information from it
   
   Indeed. Because junit4 doesn't support multiple data providers for different 
tests. So `logTestSpec` is used to log input parameters if debug level is 
enabled. An alternative way is to split test case to multiple tests to avoid 
using parameterized test runner.
   
   > * expected result computation looks so complicated, how do we know the 
expect results are correct?
   
   Ineed, but it seems like no better workaround. Do you think it's a good idea 
for us to provide the hardcoded expected results, it'll be tedious and long.
   
   Maybe we can split cases to different test methods


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