albertogpz commented on a change in pull request #6874:
URL: https://github.com/apache/geode/pull/6874#discussion_r713066718
##########
File path:
geode-core/src/integrationTest/java/org/apache/geode/cache/query/internal/QueryTraceJUnitTest.java
##########
@@ -366,7 +396,11 @@ public void
testTraceOnLocalRegionWithSmallTracePrefixNoComments() throws Except
assertTrue(((DefaultQuery) query).isTraced());
SelectResults results = (SelectResults) query.execute();
- assertTrue(QueryObserverHolder.getInstance() instanceof
IndexTrackingQueryObserver);
+
Review comment:
It is the way to check that the `trace` directive in the query has taken
effect when set or that trace is not being done when it is not specified.
--
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]