Skip to content

Commit fb3c446

Browse files
committed
Make FTFs test cases harder to be duplicated
1 parent 05bf989 commit fb3c446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/LocalPhysicalPlanOptimizerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,7 @@ protected FullTextFunctionTestCase(Class<? extends FullTextFunction> fullTextFun
20972097
}
20982098

20992099
protected FullTextFunctionTestCase(Class<? extends FullTextFunction> fullTextFunction) {
2100-
this(fullTextFunction, randomFrom("text", "keyword"), randomAlphaOfLengthBetween(1, 10));
2100+
this(fullTextFunction, randomFrom("text", "keyword"), randomAlphaOfLengthBetween(5, 10));
21012101
}
21022102

21032103
public Class<? extends FullTextFunction> fullTextFunction() {

0 commit comments

Comments
 (0)