Closed
Description
Build Scans:
- elasticsearch-periodic #6852 / openjdk24_entitlements_true_checkpart1_java-matrix
- elasticsearch-pull-request #61424 / checkpart1_release-tests
- elasticsearch-pull-request #61213 / part-1
- elasticsearch-pull-request #61096 / part-1
Reproduction Line:
./gradlew ":server:test" --tests "org.elasticsearch.env.NodeEnvironmentTests.testIndexCompatibilityChecks" -Dtests.seed=14F69652DC3A5F7C -Dtests.jvm.argline="-Des.entitlements.enabled=true" -Dtests.locale=eu -Dtests.timezone=Pacific/Johnston -Druntime.java=24
Applicable branches:
main
Reproduces locally?:
N/A
Failure History:
See dashboard
Failure Message:
java.lang.AssertionError:
Expected: (a string containing "Cannot start this node" and a string containing "it holds metadata for indices with version [4.29.21]" and a string containing "Revert this node to version [8.19.0]")
but: a string containing "Revert this node to version [8.19.0]" was "Cannot start this node because it holds metadata for indices with version [4.29.21] with which this node of version [9.1.0] is incompatible. Revert this node to version [9.0.51] and delete any indices with versions earlier than [8.0.0] before upgrading to version [9.1.0]. If all such indices have already been deleted, revert this node to version [9.0.51] and wait for it to join the cluster to clean up any older indices from its metadata."
Issue Reasons:
- [main] 4 failures in test testIndexCompatibilityChecks (1.6% fail rate in 244 executions)
- [main] 2 failures in step part-1 (1.7% fail rate in 118 executions)
- [main] 3 failures in pipeline elasticsearch-pull-request (2.6% fail rate in 116 executions)
Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.