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 test: Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/graph/feature_controls/graph_security·ts - graph app feature controls security "before all" hook in "security" #50373

Closed
kibanamachine opened this issue Nov 12, 2019 · 12 comments · Fixed by #138189
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Nov 12, 2019

A test failed on a tracked branch

{ [illegal_argument_exception] request [/.kibana] contains unrecognized parameter: [include_type_name] :: {"path":"/.kibana","query":{"include_type_name":false},"body":"{\"settings\":{\"index\":{\"number_of_replicas\":\"1\",\"number_of_shards\":\"1\"}},\"mappings\":{\"properties\":{\"config\":{\"dynamic\":\"true\",\"properties\":{\"buildNum\":{\"type\":\"keyword\"},\"dateFormat:tz\":{\"fields\":{\"keyword\":{\"ignore_above\":256,\"type\":\"keyword\"}},\"type\":\"text\"}}},\"dashboard\":{\"dynamic\":\"strict\",\"properties\":{\"description\":{\"type\":\"text\"},\"hits\":{\"type\":\"integer\"},\"kibanaSavedObjectMeta\":{\"properties\":{\"searchSourceJSON\":{\"type\":\"text\"}}},\"optionsJSON\":{\"type\":\"text\"},\"panelsJSON\":{\"type\":\"text\"},\"refreshInterval\":{\"properties\":{\"display\":{\"type\":\"keyword\"},\"pause\":{\"type\":\"boolean\"},\"section\":{\"type\":\"integer\"},\"value\":{\"type\":\"integer\"}}},\"timeFrom\":{\"type\":\"keyword\"},\"timeRestore\":{\"type\":\"boolean\"},\"timeTo\":{\"type\":\"keyword\"},\"title\":{\"type\":\"text\"},\"uiStateJSON\":{\"type\":\"text\"},\"version\":{\"type\":\"integer\"}}},\"index-pattern\":{\"dynamic\":\"strict\",\"properties\":{\"fieldFormatMap\":{\"type\":\"text\"},\"fields\":{\"type\":\"text\"},\"intervalName\":{\"type\":\"keyword\"},\"notExpandable\":{\"type\":\"boolean\"},\"sourceFilters\":{\"type\":\"text\"},\"timeFieldName\":{\"type\":\"keyword\"},\"title\":{\"type\":\"text\"}}},\"search\":{\"dynamic\":\"strict\",\"properties\":{\"columns\":{\"type\":\"keyword\"},\"description\":{\"type\":\"text\"},\"hits\":{\"type\":\"integer\"},\"kibanaSavedObjectMeta\":{\"properties\":{\"searchSourceJSON\":{\"type\":\"text\"}}},\"sort\":{\"type\":\"keyword\"},\"title\":{\"type\":\"text\"},\"version\":{\"type\":\"integer\"}}},\"server\":{\"dynamic\":\"strict\",\"properties\":{\"uuid\":{\"type\":\"keyword\"}}},\"space\":{\"properties\":{\"_reserved\":{\"type\":\"boolean\"},\"color\":{\"type\":\"keyword\"},\"description\":{\"type\":\"text\"},\"disabledFeatures\":{\"type\":\"keyword\"},\"initials\":{\"type\":\"keyword\"},\"name\":{\"fields\":{\"keyword\":{\"ignore_above\":2048,\"type\":\"keyword\"}},\"type\":\"text\"}}},\"spaceId\":{\"type\":\"keyword\"},\"timelion-sheet\":{\"dynamic\":\"strict\",\"properties\":{\"description\":{\"type\":\"text\"},\"hits\":{\"type\":\"integer\"},\"kibanaSavedObjectMeta\":{\"properties\":{\"searchSourceJSON\":{\"type\":\"text\"}}},\"timelion_chart_height\":{\"type\":\"integer\"},\"timelion_columns\":{\"type\":\"integer\"},\"timelion_interval\":{\"type\":\"keyword\"},\"timelion_other_interval\":{\"type\":\"keyword\"},\"timelion_rows\":{\"type\":\"integer\"},\"timelion_sheet\":{\"type\":\"text\"},\"title\":{\"type\":\"text\"},\"version\":{\"type\":\"integer\"}}},\"type\":{\"type\":\"keyword\"},\"url\":{\"dynamic\":\"strict\",\"properties\":{\"accessCount\":{\"type\":\"long\"},\"accessDate\":{\"type\":\"date\"},\"createDate\":{\"type\":\"date\"},\"url\":{\"fields\":{\"keyword\":{\"ignore_above\":2048,\"type\":\"keyword\"}},\"type\":\"text\"}}},\"visualization\":{\"dynamic\":\"strict\",\"properties\":{\"description\":{\"type\":\"text\"},\"kibanaSavedObjectMeta\":{\"properties\":{\"searchSourceJSON\":{\"type\":\"text\"}}},\"savedSearchId\":{\"type\":\"keyword\"},\"title\":{\"type\":\"text\"},\"uiStateJSON\":{\"type\":\"text\"},\"version\":{\"type\":\"integer\"},\"visState\":{\"type\":\"text\"}}}}}}","statusCode":400,"response":"{\"error\":{\"root_cause\":[{\"type\":\"illegal_argument_exception\",\"reason\":\"request [/.kibana] contains unrecognized parameter: [include_type_name]\"}],\"type\":\"illegal_argument_exception\",\"reason\":\"request [/.kibana] contains unrecognized parameter: [include_type_name]\"},\"status\":400}"}
    at respond (/dev/shm/workspace/kibana/node_modules/elasticsearch/src/lib/transport.js:349:15)
    at checkRespForFailure (/dev/shm/workspace/kibana/node_modules/elasticsearch/src/lib/transport.js:306:7)
    at HttpConnector.<anonymous> (/dev/shm/workspace/kibana/node_modules/elasticsearch/src/lib/connectors/http.js:173:7)
    at IncomingMessage.wrapper (/dev/shm/workspace/kibana/node_modules/elasticsearch/node_modules/lodash/lodash.js:4929:19)
    at endReadableNT (_stream_readable.js:1103:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
  status: 400,
  displayName: 'BadRequest',
  message:
   '[illegal_argument_exception] request [/.kibana] contains unrecognized parameter: [include_type_name]',
  path: '/.kibana',
  query: { include_type_name: false },
  body:
   { error:
      { root_cause: [Array],
        type: 'illegal_argument_exception',
        reason:
         'request [/.kibana] contains unrecognized parameter: [include_type_name]' },
     status: 400 },
  statusCode: 400,
  response:
   '{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"request [/.kibana] contains unrecognized parameter: [include_type_name]"}],"type":"illegal_argument_exception","reason":"request [/.kibana] contains unrecognized parameter: [include_type_name]"},"status":400}',
  toString: [Function],
  toJSON: [Function] }

First failure: Jenkins Build

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Nov 12, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-test-triage (failed-test)

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@tylersmalley
Copy link
Contributor

Closing issues I believe we're caused by Chromedriver update which was reverted in #50324

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@spalger
Copy link
Contributor

spalger commented Mar 15, 2020

Failure cased by #60148 and fixed by #60202

@kibanamachine
Copy link
Contributor Author

New failure: CI Build - main

@botelastic botelastic bot added the needs-team Issues missing a team label label Jul 28, 2022
@jughosta jughosta added the Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. label Aug 2, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Aug 2, 2022
@kibanamachine
Copy link
Contributor Author

New failure: CI Build - 8.4

@spalger
Copy link
Contributor

spalger commented Aug 4, 2022

This new failure is caused by using esArchiver to manage the .kibana index, we'll need to migrate this to the kbnArchiver to prevent this flakiness. Cc @elastic/kibana-qa

@LeeDr LeeDr self-assigned this Aug 4, 2022
@LeeDr
Copy link

LeeDr commented Aug 4, 2022

I'll take care of these es_archive // empty_kibana ones

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants