elasticsearch icon indicating copy to clipboard operation
elasticsearch copied to clipboard

[CI] MachineDependentHeapTests testMlOnlyOptions failing

Open elasticsearchmachine opened this issue 4 months ago • 2 comments

Build Scans:

Reproduction Line:

./gradlew ":distribution:tools:server-cli:test" --tests "org.elasticsearch.server.cli.MachineDependentHeapTests.testMlOnlyOptions" -Dtests.seed=2E978286B2E4ECF3 -Dbuild.snapshot=false -Dtests.jvm.argline="-Dbuild.snapshot=false" -Dlicense.key=x-pack/license-tools/src/test/resources/public.key -Dtests.locale=cv-RU -Dtests.timezone=America/Thunder_Bay -Druntime.java=24

Applicable branches: 8.18

Reproduces locally?: N/A

Failure History: See dashboard

Failure Message:

java.lang.AssertionError: 
Expected: iterable with items ["-Xmx272m", "-Xms272m"] in any order
     but: not matched: "-Xms408m"

Issue Reasons:

  • [8.18] 9 consecutive failures in step release-tests
  • [8.18] 9 failures in test testMlOnlyOptions (3.0% fail rate in 297 executions)
  • [8.18] 9 failures in step release-tests (100.0% fail rate in 9 executions)
  • [8.18] 9 failures in pipeline elasticsearch-periodic (100.0% fail rate in 9 executions)

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

elasticsearchmachine avatar Jun 11 '25 05:06 elasticsearchmachine