Github user meiercaleb commented on a diff in the pull request:

    https://github.com/apache/incubator-rya/pull/216#discussion_r135032747
  
    --- Diff: 
extras/rya.geoindexing/src/test/java/org/apache/rya/indexing/geotemporal/mongo/MongoITBase.java
 ---
    @@ -48,7 +48,7 @@ public void setupTest() throws Exception {
             conf.setMongoInstance("testDB");
             conf.setMongoPort("27017");
     
    -        mongoClient = MockMongoFactory.newFactory().newMongoClient();
    +        mongoClient = MockMongoSingleton.getInstance();
    --- End diff --
    
    Does GeoTemporalTestBase exist because MongoITBase isn't in an IT project?  
This might be beyond the scope of this PR, but it might be good to create a 
ticket to put MongoITBase in a test project so that it can be used outside of 
its current project.


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

Reply via email to