cgivre commented on pull request #2084:
URL: https://github.com/apache/drill/pull/2084#issuecomment-673636877


   @dbw9580 
   The `ClusterTest` class is supposed to start a Drill cluster so that you can 
execute queries.  You should not need to have a Drill cluster running for the 
unit tests to complete.  
   
   I think the reason this isn't doing what you're expecting is that in the 
`initIPFS` function in `IPFSTestSuit` you are creating a plugin with a null 
configuration and hence isn't initializing correctly.   
   
   I stepped through `testSimple()` with the debugger and the `dataset` object 
is `null`, hence the test fails.  My suspicion is that there is one small step 
being missed here.  Could you please take a look and step through this to make 
sure that Drill is being initialized correctly?
   Thanks
   
   
   


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


Reply via email to