فهرست منبع

Muting testStackOverflow (#107465)

Muting https://github.com/elastic/elasticsearch/issues/107416
Jonathan Buttner 1 سال پیش
والد
کامیت
a0693a59fb
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/GsubProcessorTests.java

+ 1 - 0
modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/GsubProcessorTests.java

@@ -31,6 +31,7 @@ public class GsubProcessorTests extends AbstractStringProcessorTestCase<String>
         return "127-0-0-1";
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/107416")
     public void testStackOverflow() {
         // This tests that we rethrow StackOverflowErrors as ElasticsearchExceptions so that we don't take down the node
         String badRegex = "( (?=(?:[^'\"]|'[^']*'|\"[^\"]*\")*$))";