You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/monitoring/src/test/java/org/elasticsearch/xpack/monitoring/exporter/http/HttpExporterIT.java
+1-11Lines changed: 1 addition & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -317,25 +317,15 @@ public void testUnsupportedClusterVersion() throws Exception {
317
317
bulk -> {
318
318
assertNull(bulk);
319
319
320
-
logger.error("[testUnsupportedClusterVersion] responded to listener");
321
-
322
320
awaitResponseAndClose.countDown();
323
321
},
324
-
e -> {
325
-
logger.error("[testUnsupportedClusterVersion] failed to respond to listener");
326
-
327
-
fail(e.getMessage());
328
-
}
322
+
e -> fail(e.getMessage())
329
323
);
330
324
331
325
exporter.openBulk(listener);
332
326
333
-
logger.error("[testUnsupportedClusterVersion] waiting for latch");
0 commit comments