Skip to content

Failing ES Promotion: FTR Configs #10 / reporting management app Listing of Reports "before each" hook for "Confirm single report deletion works" #156901

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 5, 2023 · 4 comments · Fixed by #157885
Assignees
Labels
failed-es-promotion Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience)

Comments

@mistic
Copy link
Member

mistic commented May 5, 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 promotion of the current Elasticsearch nightly snapshot.

For more information on the Elasticsearch snapshot promotion process including how to reproduce using the unverified nightly ES build: https://www.elastic.co/guide/en/kibana/master/development-es-snapshots.html

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":"JVBERi0x).........."},"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 (index_doc_records_stream.ts:62:13)
        at runMicrotasks (<anonymous>)
        at processTicksAndRejections (node:internal/process/task_queues:96:5)
        at Writable.write [as _write] (index_doc_records_stream.ts:76:9)
    at indexDocs (index_doc_records_stream.ts:62:13)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at Writable.write [as _write] (index_doc_records_stream.ts:76:9)
@mistic mistic added failed-es-promotion Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience) labels May 5, 2023
@elasticmachine
Copy link
Contributor

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

@mistic
Copy link
Member Author

mistic commented May 5, 2023

Skipped.

main: 0aeaaa9
8.8: d7c83d4

@tsullivan
Copy link
Member

Looks related to elastic/elasticsearch#96031

@rshen91
Copy link
Contributor

rshen91 commented May 16, 2023

Ran ES_SNAPSHOT_MANIFEST="https://storage.googleapis.com/kibana-ci-es-snapshots-daily/8.8.0/archives/20230515-165839_d4ca7ec5/manifest.json" node scripts/functional_tests_server.js --config test/functional/apps/reporting_management/config and node scripts/functional_test_runner.js --co nfig x-pack/test/functional/apps/reporting_management/config on branch 8.8 (unskipped the describe block of tests in reporting_listing)
and 3 passing (1.0m)

I believe @tsullivan was correct in the referenced issue elastic/elasticsearch#96031 solving this problem

rshen91 added a commit that referenced this issue May 16, 2023
## Summary

Closes #156901,
#156902, and
#156106

As Tim discovered and mentioned in 156901 - these suite of tests were
skipped because of a new limit that was reverted in es
elastic/elasticsearch#96031

Tests pass without any problems now.
jasonrhodes pushed a commit that referenced this issue May 17, 2023
## Summary

Closes #156901,
#156902, and
#156106

As Tim discovered and mentioned in 156901 - these suite of tests were
skipped because of a new limit that was reverted in es
elastic/elasticsearch#96031

Tests pass without any problems now.
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

Successfully merging a pull request may close this issue.

5 participants