Commit 38260aa
authored
[Test] Fix
It's stupid to pick a low value for `index.mapping.total_fields.limit`
when at the same time you also add random runtime fields => pick a value
large enough to avoid failing future random mapping updates.
Closes #119646
Closes #119632
Closes #119631index.mapping.total_fields.limit random update (#119728)1 parent ee7848e commit 38260aa
File tree
1 file changed
+1
-1
lines changed- qa/lucene-index-compatibility/src/javaRestTest/java/org/elasticsearch/lucene
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
0 commit comments