Commit efdcc7e
committed
[analytics-engine] Exclude PPL ITs doomed by the unsupported-field strip
The unsupported-field strip removes nested/geo_point/geo_shape/alias columns
from test data+mappings on the AE route, so PPL tests whose queries reference
such a column can never pass - the data is gone. Physically exclude them in
integ-test/build.gradle (gated on tests.analytics.parquet_indices), centralized
with the existing AE excludes and grouped comments, rather than letting them
fail.
Verified field-by-field against the index mappings; only doomed work is removed:
- GeoPointFormatsIT (whole class - every test reads a geo_point field).
- DataTypeIT.test_nonnumeric_data_types (nested_value + geo_point_value).
- DataTypeIT.test_alias_data_type (where alias_col, type=alias).
- SystemFunctionIT.typeof_opensearch_types (typeof(geo_point_value)).
Cleared as NOT doomed (kept running): GeoIpFunctionsIT (geoip() over text
ip/name), StatsCommandIT.testStatsNested* (nested function calls, not a nested
field), ConvertCommandIT/TrendlineCommandIT/ExplainIT alias usages (result
aliases, not alias-typed fields).
Signed-off-by: Eric Wei <mengwei.eric@gmail.com>1 parent d076417 commit efdcc7e
1 file changed
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1033 | 1033 | | |
1034 | 1034 | | |
1035 | 1035 | | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
| 1045 | + | |
1036 | 1046 | | |
1037 | 1047 | | |
1038 | 1048 | | |
| |||
1064 | 1074 | | |
1065 | 1075 | | |
1066 | 1076 | | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
1067 | 1089 | | |
1068 | 1090 | | |
1069 | 1091 | | |
| |||
0 commit comments