Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] SparseVectorQueryBuilderTests testToQuery failing #117904

Closed
elasticsearchmachine opened this issue Dec 3, 2024 · 4 comments · Fixed by #117930
Closed

[CI] SparseVectorQueryBuilderTests testToQuery failing #117904

elasticsearchmachine opened this issue Dec 3, 2024 · 4 comments · Fixed by #117930
Assignees
Labels
low-risk An open issue or test failure that is a low risk to future releases :ml Machine learning Team:ML Meta label for the ML team >test-failure Triaged test failures from CI

Comments

@elasticsearchmachine
Copy link
Collaborator

elasticsearchmachine commented Dec 3, 2024

Build Scans:

Reproduction Line:

./gradlew ":x-pack:plugin:core:test" --tests "org.elasticsearch.xpack.core.ml.search.SparseVectorQueryBuilderTests.testToQuery" -Dtests.seed=EEBFEF162D2032F4 -Dtests.locale=mk-MK -Dtests.timezone=America/Indiana/Petersburg -Druntime.java=23

Applicable branches:
8.x

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

java.lang.AssertionError: null

Issue Reasons:

  • [8.x] 6 consecutive failures in test testToQuery
  • [8.x] 3 consecutive failures in step oraclelinux-8_platform-support-unix
  • [8.x] 3 consecutive failures in step amazonlinux-2_platform-support-aws
  • [8.x] 2 consecutive failures in step sles-15_platform-support-unix
  • [8.x] 3 consecutive failures in step rhel-9_platform-support-unix
  • [8.x] 63 failures in test testToQuery (47.0% fail rate in 134 executions)
  • [8.x] 2 failures in step encryption-at-rest (66.7% fail rate in 3 executions)
  • [8.x] 2 failures in step rocky-9_platform-support-unix (66.7% fail rate in 3 executions)
  • [8.x] 2 failures in step opensuse-leap-15_platform-support-unix (66.7% fail rate in 3 executions)
  • [8.x] 2 failures in step release-tests (50.0% fail rate in 4 executions)
  • [8.x] 2 failures in step ubuntu-2004-aarch64_checkpart2_platform-support-arm (66.7% fail rate in 3 executions)
  • [8.x] 7 failures in step part2 (41.2% fail rate in 17 executions)
  • [8.x] 3 failures in step oraclelinux-8_platform-support-unix (100.0% fail rate in 3 executions)
  • [8.x] 2 failures in step rhel-7_platform-support-unix (66.7% fail rate in 3 executions)
  • [8.x] 3 failures in step amazonlinux-2_platform-support-aws (100.0% fail rate in 3 executions)

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

@elasticsearchmachine elasticsearchmachine added :ml Machine learning >test-failure Triaged test failures from CI labels Dec 3, 2024
@elasticsearchmachine
Copy link
Collaborator Author

This has been muted on branch main

Mute Reasons:

  • [main] 2 consecutive failures in step part2
  • [main] 2 consecutive failures in pipeline elasticsearch-intake
  • [main] 2 failures in test testToQuery (22.2% fail rate in 9 executions)
  • [main] 2 failures in step part2 (40.0% fail rate in 5 executions)
  • [main] 2 failures in pipeline elasticsearch-intake (40.0% fail rate in 5 executions)

Build Scans:

@elasticsearchmachine elasticsearchmachine added Team:ML Meta label for the ML team needs:risk Requires assignment of a risk label (low, medium, blocker) labels Dec 3, 2024
@elasticsearchmachine
Copy link
Collaborator Author

Pinging @elastic/ml-core (Team:ML)

@davidkyle
Copy link
Member

davidkyle commented Dec 3, 2024

The failure stack trace is

  2> java.lang.AssertionError	
        at __randomizedtesting.SeedInfo.seed([C5167C16CDA55663:32ED7E28BC269389]:0)	
        at org.junit.Assert.fail(Assert.java:87)	
        at org.junit.Assert.assertTrue(Assert.java:42)	
        at org.junit.Assert.assertTrue(Assert.java:53)	
        at org.elasticsearch.xpack.core.ml.search.SparseVectorQueryBuilderTests.testDoToQuery(SparseVectorQueryBuilderTests.java:235)	
        at org.elasticsearch.xpack.core.ml.search.SparseVectorQueryBuilderTests.testToQuery(SparseVectorQueryBuilderTests.java:227)

Reproduces with the repo line above

./gradlew ":x-pack:plugin:core:test" --tests "org.elasticsearch.xpack.core.ml.search.SparseVectorQueryBuilderTests.testToQuery" -Dtests.seed=C5167C16CDA55663 -Dtests.locale=wo-SN -Dtests.timezone=Asia/Tomsk -Druntime.java=23

@davidkyle davidkyle added low-risk An open issue or test failure that is a low risk to future releases and removed needs:risk Requires assignment of a risk label (low, medium, blocker) labels Dec 3, 2024
@kderusso kderusso self-assigned this Dec 3, 2024
@kderusso
Copy link
Member

kderusso commented Dec 3, 2024

Fix PR: #117930

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low-risk An open issue or test failure that is a low risk to future releases :ml Machine learning Team:ML Meta label for the ML team >test-failure Triaged test failures from CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants