Github user jdasch commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/216#discussion_r135052189
--- Diff:
extras/indexing/src/test/java/org/apache/rya/indexing/mongo/MongoFreeTextIndexerTest.java
---
@@ -43,27 +44,36 @@
import org.openrdf.model.vocabulary.RDFS;
import com.google.common.collect.Sets;
+import com.mongodb.MongoClient;
import info.aduna.iteration.CloseableIteration;
-public class MongoFreeTextIndexerTest extends MongoRyaTestBase {
+public class MongoFreeTextIndexerTest {
--- End diff --
Well from my perspective it appears to be more than a unit test because it
integrates with MongoDB, and that runs as a separate process. I think that for
this to be considered a unit test, it would have to make use of a Mock instead
of MongoDB.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---