File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
server/src/test/java/org/elasticsearch/common/logging Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ public void createStream() throws Exception {
5858 printStream = new PrintStream (loggingStream , false , StandardCharsets .UTF_8 .name ());
5959 }
6060
61+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/51838" )
6162 public void testEmptyLine () {
6263 printStream .println ("" );
6364 assertTrue (loggingStream .lines .isEmpty ());
@@ -95,6 +96,7 @@ public void testBufferExtension() {
9596 assertThat (loggingStream .threadLocal .get ().bytes .length , equalTo (DEFAULT_BUFFER_LENGTH ));
9697 }
9798
99+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/51838" )
98100 public void testMaxBuffer () {
99101 String longStr = randomAlphaOfLength (MAX_BUFFER_LENGTH );
100102 String extraLongStr = longStr + "OVERFLOW" ;
You can’t perform that action at this time.
0 commit comments