We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b9140 commit 5db9865Copy full SHA for 5db9865
server/src/internalClusterTest/java/org/opensearch/search/profile/fetch/FetchProfilerIT.java
@@ -325,12 +325,6 @@ public void testInnerHitsPhaseProfile() throws Exception {
325
shardsWithDocuments++;
326
List<ProfileResult> fetchProfileResults = fetchProfileResult.getFetchProfileResults();
327
328
- System.out.println("DEBUG: Shard has " + fetchProfileResults.size() + " fetch profile results");
329
- for (int i = 0; i < fetchProfileResults.size(); i++) {
330
- ProfileResult result = fetchProfileResults.get(i);
331
- System.out.println("DEBUG: Fetch result " + i + ": " + result.getQueryName());
332
- }
333
-
334
assertEquals(
335
"Every shard with documents should have 2 fetch operations (1 main + 1 inner hit)",
336
2,
0 commit comments