You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.elasticsearch.xpack.transform.transforms.FunctionFactoryTests > testCreateLatestFunction FAILED |
-- | --
| java.lang.IllegalArgumentException: Composite source names must be unique, found duplicates: [O] |
| at __randomizedtesting.SeedInfo.seed([98F3DDD081D6BC00:A0E95A82E5AC2FFF]:0) |
| at org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder.validateSources(CompositeAggregationBuilder.java:202) |
| at org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder.<init>(CompositeAggregationBuilder.java:79) |
| at org.elasticsearch.search.aggregations.AggregationBuilders.composite(AggregationBuilders.java:379) |
| at org.elasticsearch.xpack.transform.transforms.latest.Latest.createCompositeAggregation(Latest.java:80) |
| at org.elasticsearch.xpack.transform.transforms.latest.Latest.<init>(Latest.java:68) |
| at org.elasticsearch.xpack.transform.transforms.FunctionFactory.create(FunctionFactory.java:30) |
| at org.elasticsearch.xpack.transform.transforms.FunctionFactoryTests.testCreateLatestFunction(FunctionFactoryTests.java:38)
The text was updated successfully, but these errors were encountered:
Build scan:
https://gradle-enterprise.elastic.co/s/jpxhkvlcqq3ze
Repro line:
Reproduces locally?:
Yes
Applicable branches:
master
Failure excerpt:
The text was updated successfully, but these errors were encountered: