./gradlew ":x-pack:plugin:esql:internalClusterTest" --tests "org.elasticsearch.xpack.esql.CsvIT" -Dtests.method="test {csv-spec:approximation.Approximate stats with sample}" -Dtests.seed=6172789CB01CC3E0 -Dtests.locale=da-Latn-DK -Dtests.timezone=MET -Druntime.java=25
java.lang.AssertionError:
Data mismatch:
row 0 column 3:a list containing
row 0 column 3:0: expected <Range[lowerBound=85000, upperBound=115000]> but was <103357L>
row 0 column 3:1: expected <Range[lowerBound=85000, upperBound=115000]> but was <116345L>
Actual:
count:long | avg:double | sum:long | CONFIDENCE_INTERVAL(count):long | CERTIFIED(count):boolean | CONFIDENCE_INTERVAL(avg):double | CERTIFIED(avg):boolean | CONFIDENCE_INTERVAL(sum):long | CERTIFIED(sum):boolean
109856 | 326.0935005701254 | 35823436 | [103357, 116345] | true | [320.66158138683363, 331.41745439422294] | true | [33704686, 37959389] | true
Expected:
count:long | avg:double | sum:long | CONFIDENCE_INTERVAL(count):long | CERTIFIED(count):boolean | CONFIDENCE_INTERVAL(avg):doubl
[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.