Commit f649962
committed
[analytics-engine] Centralize CalciteAliasFieldAggregationIT exclude in build.gradle
Per review: keep all AE-route test exclusions in one place. Move the inline
Assume.assumeFalse(isAnalyticsParquetIndicesEnabled()) guard out of
CalciteAliasFieldAggregationIT into the gated analyticsEnabled exclude block in
integ-test/build.gradle, alongside the other doomed PPL ITs. The rationale
(raw-PUT alias index can't be created on the AE route) is carried into both the
build.gradle comment and a short note left at the test's init().
Signed-off-by: Eric Wei <mengwei.eric@gmail.com>1 parent ab4e7c6 commit f649962
2 files changed
Lines changed: 6 additions & 7 deletions
File tree
- integ-test
- src/test/java/org/opensearch/sql/calcite/remote
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1079 | 1079 | | |
1080 | 1080 | | |
1081 | 1081 | | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
1082 | 1085 | | |
1083 | 1086 | | |
1084 | 1087 | | |
| |||
Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
41 | 37 | | |
42 | 38 | | |
43 | 39 | | |
| |||
0 commit comments