./gradlew ":x-pack:plugin:esql:internalClusterTest" --tests "org.elasticsearch.xpack.esql.CsvIT" -Dtests.method="test {csv-spec:k8s-timeseries-irate.Irate_of_ratio_promql}" -Dtests.seed=577A3A0419AB46BF -Dtests.locale=sv-FI -Dtests.timezone=Asia/Amman -Druntime.java=25
java.lang.AssertionError:
Data mismatch:
row 5 column 0:a list containing
row 5 column 0:0: expected <0.17121614905482155> but was <0.17121614905482152>
Actual:
irate_of_ratio:double | step:datetime | cluster:keyword
0.7377812779572093 | 2024-05-10T00:00:00.000Z | prod
0.15560960316361233 | 2024-05-10T00:00:00.000Z | qa
0.05581954089819596 | 2024-05-10T00:00:00.000Z | staging
3.088611728967339 | 2024-05-10T00:10:00.000Z | prod
0.019280051363230983 | 2024-05-10T00:10:00.000Z | qa
0.17121614905482152 | 2024-05-10T00:10:00.000Z | staging
0.021697562872698986 | 2024-05-10T00:20:00.000Z | prod
0.04152807743018099 | 2024-05-10T00:20:00.000Z | qa
3.7694327731092434 | 2024-05-10T00:20:00.000Z | staging
Expected:
irate_of_ratio:double | step:datetime | cluster:keyword
0.7377812779572093 | 2024-05-10T00:00:00.000Z | prod
0.15560960316361233 | 2024-05-10T00:00:00.000Z | qa
0.05581954089819596 | 2024-05-10T00:00:00.000Z | staging
3.088611728967339
[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.