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

[BUG] org.opensearch.action.search.SearchResponseTests.testFromXContentWithFailures is flaky #12276

Closed
reta opened this issue Feb 9, 2024 · 0 comments · Fixed by #12301
Closed
Assignees
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run Other untriaged

Comments

@reta
Copy link
Collaborator

reta commented Feb 9, 2024

Describe the bug

The test case org.opensearch.action.search.SearchResponseTests.testFromXContentWithFailures is flaky:

org.opensearch.action.search.SearchResponseTests.testFromXContentWithFailures

com.fasterxml.jackson.dataformat.yaml.JacksonYAMLParseException: The incoming YAML document exceeds the limit: 3145728 code points.
 at [Source: (byte[])"---
took: 6473843897792123070
phase_took:
  dfs_pre_query: 3673889175759377456
  query: 2399501336369109045
  fetch: 2060828292760449433
  dfs_query: 5992750433729913395
  expand: 9131082207162457913
  can_match: 5082856560368906945
timed_out: true
num_reduce_phases: 10
_shards:
  total: 905027523
  successful: 228814279
  skipped: 806519904
  failed: 4
  failures:
  - shard: 1413163489
    index: "UUaLP:LXPdLOBA"
    node: "hcFIDDROTg"
    reason:
      type: "parsing_exception"
      reason: ""[truncated 13842851 bytes]; line: 77059, column: 53]

Related component

Other

To Reproduce

./gradlew ':server:test' --tests "org.opensearch.action.search.SearchResponseTests.testFromXContentWithFailures" -Dtests.seed=5CA090C0B5F5F95E

Expected behavior

The test must always pass

Additional Details

Plugins
Standard

Screenshots
If applicable, add screenshots to help explain your problem.

Host/Environment (please complete the following information):

  • CI

Additional context

@reta reta added bug Something isn't working untriaged flaky-test Random test failure that succeeds on second run labels Feb 9, 2024
@reta reta self-assigned this Feb 9, 2024
@reta reta removed the untriaged label Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run Other untriaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant