brushworth commented on a change in pull request #315:
URL: https://github.com/apache/rya/pull/315#discussion_r523909106



##########
File path: 
extras/rya.streams/api/src/test/java/org/apache/rya/streams/api/queries/InMemoryQueryRepositoryTest.java
##########
@@ -83,7 +82,7 @@ public void initializedWithPopulatedChangeLog() throws 
Exception {
         final QueryChangeLog changeLog = new InMemoryQueryChangeLog();
         final QueryRepository queries = new InMemoryQueryRepository( 
changeLog, SCHEDULE );
         try {
-            queries.startAndWait();
+            queries.startAsync();

Review comment:
       I didn't bother with awaitRunning() etc for test code because it didn't 
seem to need it, but I included it for all production code.




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