You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by GitBox <gi...@apache.org> on 2022/10/27 10:15:22 UTC

[GitHub] [jackrabbit-oak] thomasmueller commented on a diff in pull request #738: OAK-9977 The query recorder lists the same query many times

thomasmueller commented on code in PR #738:
URL: https://github.com/apache/jackrabbit-oak/pull/738#discussion_r1006681108


##########
oak-core/src/test/java/org/apache/jackrabbit/oak/query/stats/QueryRecorderTest.java:
##########
@@ -18,12 +18,48 @@
 
 import static org.junit.Assert.assertEquals;
 
+import java.io.FileReader;
+import java.io.IOException;
+import java.util.TreeSet;
+
 import org.junit.Test;
 
+import com.google.common.io.LineReader;
+
 public class QueryRecorderTest {
     
+    public static void main(String... args) throws IOException {

Review Comment:
   Well... the "/Users/mueller/temp/queryRecorder.txt" is unintended... but I'll remove the whole thing, it's better



-- 
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: dev-unsubscribe@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org