Open
Description
Build Scans:
Reproduction Line:
./gradlew ":x-pack:plugin:logsdb:javaRestTest" --tests "org.elasticsearch.xpack.logsdb.qa.StoredSourceLogsDbVersusReindexedLogsDbChallengeRestIT.testMatchAllQuery" -Dtests.seed=5F44C1E6C3493375 -Dtests.locale=be-TARASK -Dtests.timezone=Asia/Anadyr -Druntime.java=24
Applicable branches:
main
Reproduces locally?:
N/A
Failure History:
See dashboard
Failure Message:
java.lang.AssertionError: Source matching failed at document id [2]. Source documents don't match for field [O.mB]: Error [Values of dynamically mapped field containing double values don't match after normalization, normalized actual: [0.27784666, 0.5428209, 0.735376, 0.08668967, 0.0055701495], expected: [0.27784666, 0.5428209, 0.735376, 0.0055701495, 0.08668968]] actual mappings [{"_doc":{"properties":{"host.name":{"type":"keyword"},"memory_usage_bytes":{"type":"long"},"method":{"type":"keyword"}}}}] actual settings [{"index":{"mode":"logsdb","mapping":{"synthetic_source_keep":"arrays","total_fields":{"limit":"5000"}}}}] expected mappings [{"_doc":{"properties":{"host.name":{"type":"keyword"},"memory_usage_bytes":{"type":"long"},"method":{"type":"keyword"}}}}] expected settings [{"index":{"mode":"logsdb","mapping":{"synthetic_source_keep":"arrays","total_fields":{"limit":"5000"},"source":{"mode":"stored"}}}}]
Issue Reasons:
- [main] 2 failures in test testMatchAllQuery (0.2% fail rate in 876 executions)
Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.