浏览代码

relax http stream logging assertions (#113229) (#113631)

Mikhail Berezovskiy 1 年之前
父节点
当前提交
39d76dd137

+ 1 - 2
modules/transport-netty4/src/internalClusterTest/java/org/elasticsearch/http/netty4/Netty4IncrementalRequestHandlingIT.java

@@ -451,8 +451,7 @@ public class Netty4IncrementalRequestHandlingIT extends ESNetty4IntegTestCase {
                     "request end",
                     HttpBodyTracer.class.getCanonicalName(),
                     Level.TRACE,
-                    "* request body (gzip compressed, base64-encoded, and split into * parts on preceding log lines; for details see "
-                        + "https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-network.html#http-rest-request-tracer)"
+                    "* request body (gzip compressed, base64-encoded, and split into * parts on preceding log lines;*)"
                 )
             );
         }