File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql
src/test/java/org/elasticsearch/xpack/esql Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ private static void dataFailure(
280280 fail (description + System .lineSeparator () + describeFailures (dataFailures ) + actual + expected );
281281 }
282282
283- private static final int MAX_ROWS = 1000 ;
283+ private static final int MAX_ROWS = 25 ;
284284
285285 private static String pipeTable (
286286 String description ,
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ public class CsvTests extends ESTestCase {
191191
192192 @ ParametersFactory (argumentFormatting = "%2$s.%3$s" )
193193 public static List <Object []> readScriptSpec () throws Exception {
194- List <URL > urls = classpathResources ("/sample .csv-spec" );
194+ List <URL > urls = classpathResources ("/* .csv-spec" );
195195 assertThat ("Not enough specs found " + urls , urls , hasSize (greaterThan (0 )));
196196 return SpecReader .readScriptSpec (urls , specParser ());
197197 }
You can’t perform that action at this time.
0 commit comments