[
https://issues.apache.org/jira/browse/DRILL-7745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177244#comment-17177244
]
ASF GitHub Bot commented on DRILL-7745:
---------------------------------------
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:
[email protected]
> Add storage plugin for IPFS
> ---------------------------
>
> Key: DRILL-7745
> URL: https://issues.apache.org/jira/browse/DRILL-7745
> Project: Apache Drill
> Issue Type: New Feature
> Components: Storage - Other
> Affects Versions: 1.18.0
> Reporter: Bowen Ding
> Assignee: Bowen Ding
> Priority: Major
>
> See introduction here: [https://github.com/bdchain/Minerva]
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)