Skip to content

[CI] CsvTests test {csv-spec:approximation.Approximate stats by on large multi-valued data} failing #144169

@elasticsearchmachine

Description

@elasticsearchmachine

Build Scans:

Reproduction Line:

./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

Applicable branches:
main

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

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]

Issue Reasons:

  • [main] 2 failures in test test {csv-spec:approximation.Approximate stats by on large multi-valued data} (0.6% fail rate in 353 executions)

Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.

Metadata

Metadata

Assignees

Labels

:ml/ES|QLML Commands in ES|QL e.g. CATEGORIZE, SAMPLE, CHANGE_POINT etc...>test-failureTriaged test failures from CITeam:MLMeta label for the ML teamneeds:riskRequires assignment of a risk label (low, medium, blocker)

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions