DonalEvans commented on a change in pull request #6874:
URL: https://github.com/apache/geode/pull/6874#discussion_r711216002



##########
File path: 
geode-core/src/integrationTest/java/org/apache/geode/cache/query/internal/QueryTraceJUnitTest.java
##########
@@ -296,8 +319,11 @@ public void 
testTraceOnLocalRegionWithTracePrefixNoComments() throws Exception {
     assertTrue(((DefaultQuery) query).isTraced());
 
     SelectResults results = (SelectResults) query.execute();
-    assertTrue(QueryObserverHolder.getInstance() instanceof 
IndexTrackingQueryObserver);
-    // The query should return all elements in region.

Review comment:
       This comment seems to have been accidentally removed.




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to