Skip to content

Failing ES Forward Compatibility: Default CI Group #7 / reporting management app Listing of Reports "before each" hook for "Confirm single report deletion works" #157035

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

Closed
mistic opened this issue May 8, 2023 · 6 comments
Assignees
Labels
failed-es-promotion Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience)

Comments

@mistic
Copy link
Member

mistic commented May 8, 2023

Chrome X-Pack UI Functional Tests
x-pack/test/functional/apps/reporting_management/report_listing.ts

reporting management app Listing of Reports "before each" hook for "Confirm single report deletion works"

This failure is preventing the ES 8.8 forward compatibility pipeline to proceed.

AggregateError: 
    Error: Bulk doc failure [operation=index]:
      doc: {"attempts":1,"browser_type":"chromium","completed_at":"2020-04-21T18:58:24.814Z","created_at":"2020-04-21T18:57:26.499Z","created_by":"test_user","jobtype":"printable_pdf","kibana_id":"5b2de169-2785-441b-ae8c-186a1936b17d","kibana_name":"Rashmis-MacBook-Pro.local","max_attempts":1,"meta":{"layout":"print","objectType":"dashboard"},"output":{"content":"JVBERi0xLjM...."},"priority":10,"process_expiration":"2020-04-21T18:59:52.872Z","started_at":"2020-04-21T18:57:52.872Z","status":"completed","timeout":120000}
      error: {"type":"document_parsing_exception","reason":"[1:355] failed to parse field [output.content] of type [text] in document with id 'k9a9su030gpe1457b14axxwc'. Could not parse field value preview,","caused_by":{"type":"stream_constraints_exception","reason":"String length (5046272) exceeds the maximum length (5000000)"}}
        at Array.map (<anonymous>)
        at indexDocs (/opt/local-ssd/buildkite/builds/kb-n2-4-0a3ed0d977454dd3/elastic/kibana-7-dot-17-es-8-dot-8-forward-compatibility/kibana/node_modules/@kbn/es-archiver/target_node/lib/docs/index_doc_records_stream.js:56:13)
        at runMicrotasks (<anonymous>)
        at processTicksAndRejections (node:internal/process/task_queues:96:5)
        at Writable.write [as _write] (/opt/local-ssd/buildkite/builds/kb-n2-4-0a3ed0d977454dd3/elastic/kibana-7-dot-17-es-8-dot-8-forward-compatibility/kibana/node_modules/@kbn/es-archiver/target_node/lib/docs/index_doc_records_stream.js:70:9)
    at indexDocs (/opt/local-ssd/buildkite/builds/kb-n2-4-0a3ed0d977454dd3/elastic/kibana-7-dot-17-es-8-dot-8-forward-compatibility/kibana/node_modules/@kbn/es-archiver/target_node/lib/docs/index_doc_records_stream.js:56:13)
    at runMicrotasks (<anonymous>)

@mistic mistic added skipped-test failed-es-promotion Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience) v7.17.11 labels May 8, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/appex-sharedux (Team:SharedUX)

@mistic
Copy link
Member Author

mistic commented May 8, 2023

Skipped.

7.17: 75a1d0a

@tsullivan
Copy link
Member

@mistic do you have any idea where this error is coming from? {"type":"stream_constraints_exception","reason":"String length (5046272) exceeds the maximum length (5000000)"}} at Array.map (<anonymous>)

@mistic
Copy link
Member Author

mistic commented May 11, 2023

@tsullivan I don't unfortunately. But it looks like a gigantic string being passed over an array map. Maybe from some data fixture from the tests itself?

@tsullivan
Copy link
Member

Looks related to elastic/elasticsearch#96031

tsullivan added a commit to tsullivan/kibana that referenced this issue May 15, 2023
tsullivan added a commit that referenced this issue May 16, 2023
Closes #157035

This reverts commit 75a1d0a.

This test can be re-enabled since the root cause issue from
Elasticsearch was resolved.
@tsullivan
Copy link
Member

tsullivan commented May 16, 2023

Closed via #157803

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed-es-promotion Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience)
Projects
None yet
Development

No branches or pull requests

4 participants