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

Failing ES Promotion: apis management index management Data streams Get returns an array of all data streams #71018

Closed
tylersmalley opened this issue Jul 7, 2020 · 4 comments · Fixed by #71067
Labels
blocker failed-es-promotion Feature:Index Management Index and index templates UI skipped-test Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more v7.9.0 v8.0.0

Comments

@tylersmalley
Copy link
Contributor

tylersmalley commented Jul 7, 2020

This failure is preventing the promotion of the current Elasticsearch nightly snapshot.

master/8.0: https://kibana-ci.elastic.co/job/elasticsearch+snapshots+verify/1045/
7.x7.9: https://kibana-ci.elastic.co/job/elasticsearch+snapshots+verify/1046/execution/node/382/log/

For more information on the Elasticsearch snapshot promotion process: https://www.elastic.co/guide/en/kibana/master/development-es-snapshots.html

13:40:53    1) apis
13:40:53         management
13:40:53           index management
13:40:53             Data streams
13:40:53               Get
13:40:53                 returns an array of all data streams:
13:40:53       Error: expected 200 "OK", got 500 "Internal Server Error"
13:40:53        at Test._assertStatus (/dev/shm/workspace/kibana/node_modules/supertest/lib/test.js:268:12)
13:40:53        at Test._assertFunction (/dev/shm/workspace/kibana/node_modules/supertest/lib/test.js:283:11)
13:40:53        at Test.assert (/dev/shm/workspace/kibana/node_modules/supertest/lib/test.js:173:18)
13:40:53        at assert (/dev/shm/workspace/kibana/node_modules/supertest/lib/test.js:131:12)
13:40:53        at /dev/shm/workspace/kibana/node_modules/supertest/lib/test.js:128:5
13:40:53        at Test.Request.callback (/dev/shm/workspace/kibana/node_modules/superagent/lib/node/index.js:718:3)
13:40:53        at parser (/dev/shm/workspace/kibana/node_modules/superagent/lib/node/index.js:906:18)
13:40:53        at IncomingMessage.res.on (/dev/shm/workspace/kibana/node_modules/superagent/lib/node/parsers/json.js:19:7)
13:40:53        at endReadableNT (_stream_readable.js:1145:12)
13:40:53        at process._tickCallback (internal/process/next_tick.js:63:19)
13:40:53  
13:40:53                     └- ✖ fail: "apis management index management Data streams Get returns an array of all data streams"
13:40:53                     │
13:40:53                   │ proc [kibana]  error  [20:40:53.223]  Error: Internal Server Error
13:40:53                   │ proc [kibana]     at HapiResponseAdapter.toError (/dev/shm/workspace/install/kibana-6/src/core/server/http/router/response_adapter.js:132:19)
13:40:53                   │ proc [kibana]     at HapiResponseAdapter.toHapiResponse (/dev/shm/workspace/install/kibana-6/src/core/server/http/router/response_adapter.js:86:19)
13:40:53                   │ proc [kibana]     at HapiResponseAdapter.handle (/dev/shm/workspace/install/kibana-6/src/core/server/http/router/response_adapter.js:81:17)
13:40:53                   │ proc [kibana]     at Router.handle (/dev/shm/workspace/install/kibana-6/src/core/server/http/router/router.js:160:34)
13:40:53                   │ proc [kibana]     at process._tickCallback (internal/process/next_tick.js:68:7)
13:40:53                   └-> "after all" hook
13:40:53                   └-> "after all" hook
13:40:53                 └-> "after all" hook
13:40:53               └-> "after all" hook
13:40:53             └-> "after all" hook
13:40:53           └-> "after all" hook
@tylersmalley tylersmalley added Feature:Index Management Index and index templates UI v8.0.0 Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more v7.9.0 failed-es-promotion labels Jul 7, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/es-ui (Team:Elasticsearch UI)

@tylersmalley
Copy link
Contributor Author

tylersmalley commented Jul 7, 2020

Please let me know if this isn't something you can resolve in the next 24 hours and I will skip the suite to allow for the promotion and mark as a 7.9.0 blocker.

@jloleysens
Copy link
Contributor

I am looking into this today

@spalger
Copy link
Contributor

spalger commented Jul 8, 2020

I see you have a fix pending in #71067, but I'd really like to unblock the snapshots since we're close to feature freeze so I've skipped the tests for now

master: aa1c0fe
7.x/7.9: 91386bc

gmmorris added a commit to gmmorris/kibana that referenced this issue Jul 9, 2020
* master: (39 commits)
  [APM] Add warning to notify user about legacy ML jobs (elastic#71030)
  updates consumer to siem (elastic#71117)
  Index pattern creation flow - fix spelling (elastic#71192)
  [Security Solution][Endpoint] User Manifest Cleanup + Artifact Compression (elastic#70759)
  [SECURITY] Rearrange rule name's column in Alert Table (elastic#71020)
  [SECURITY] Alerts back to Detections (elastic#71142)
  [Security Solution][Exceptions Builder] - Fixes operator selection bug (elastic#71178)
  [SIEM][Detection Engine] Speeds up value list imports by enabling streaming of files.
  [APM] Update ML job ID in data telemetry tasks (elastic#71044)
  [Resolver] Remove `currentPanelView` selector (elastic#71154)
  add meta.managed to index templates (elastic#71135)
  Clarify trial subscription levels (elastic#70900)
  [Security Solution] fix panel links (elastic#71148)
  skip flaky suite (elastic#69632)
  skip suite failing ES Promotion (elastic#71018)
  [ML] DF Analytics: add results field to wizard and show regression stats (elastic#70893)
  [SIEM] update wordings (elastic#71119)
  [SECURITY SOLUTION] Rename to hosts and administration (elastic#70913)
  [ML] Improvements for urlState hook. (elastic#70576)
  Removing uptime guide (elastic#71124)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker failed-es-promotion Feature:Index Management Index and index templates UI skipped-test Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more v7.9.0 v8.0.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants