./gradlew ":x-pack:plugin:esql:test" --tests "org.elasticsearch.xpack.esql.CsvTests" -Dtests.method="test {csv-spec:approximation.Approximate stats by on large multi-valued data}" -Dtests.seed=5E0D13B7BA8DD383 -Dtests.locale=gv-IM -Dtests.timezone=Europe/Madrid -Druntime.java=25
java.lang.AssertionError:
Data mismatch:
row 0 column 2:a list containing
row 0 column 2:0: expected <Range[lowerBound=500, upperBound=2500]> but was <932L>
row 0 column 2:1: expected <Range[lowerBound=1500, upperBound=4000]> but was <1368L>
Actual:
count:long | mv:integer | CONFIDENCE_INTERVAL(count):long | CERTIFIED(count):boolean
1140 | 2000 | [932, 1368] | false
2140 | 1999 | [1868, 2426] | true
1940 | 1998 | [1571, 2339] | true
2120 | 1997 | [1816, 2407] | true
1800 | 1996 | [1468, 2133] | true
Expected:
count:long | mv:integer | CONFIDENCE_INTERVAL(count):long | CERTIFIED(count):boolean
Range[lowerBound=1000, upperBound=3000] | 2000 | [Range[lowerBound=500, upperBound=2500], Range[lowerBound=1500, upperBound=4000]] | {any}
Range[lowerBound=1
[truncated]
Build Scans:
Reproduction Line:
Applicable branches:
main
Reproduces locally?:
N/A
Failure History:
See dashboard
Failure Message:
Issue Reasons:
Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.