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 UI Functional Tests.test/functional/apps/dashboard/group3/dashboard_time_picker·ts - dashboard app - group 3 dashboard time picker "before all" hook for "Visualization updated when time picker changes" #149211

Closed
kibanamachine opened this issue Jan 19, 2023 · 2 comments
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas

Comments

@kibanamachine
Copy link
Contributor

A test failed on a tracked branch

Error: 400 resp: ''
req: {
  transitional: {
    silentJSONParsing: true,
    forcedJSONParsing: true,
    clarifyTimeoutError: false
  },
  adapter: [Function: httpAdapter],
  transformRequest: [ [Function: transformRequest] ],
  transformResponse: [ [Function: transformResponse] ],
  timeout: 0,
  xsrfCookieName: 'XSRF-TOKEN',
  xsrfHeaderName: 'X-XSRF-TOKEN',
  maxContentLength: 30000000,
  maxBodyLength: 30000000,
  env: {
    FormData: [Function: FormData] {
      LINE_BREAK: '\r\n',
      DEFAULT_CONTENT_TYPE: 'application/octet-stream'
    }
  },
  validateStatus: [Function: validateStatus],
  headers: {
    Accept: 'application/json, text/plain, */*',
    'Content-Type': 'multipart/form-data; boundary=--------------------------876554108944466011038053',
    'kbn-xsrf': 'kbn-client',
    'User-Agent': 'axios/0.27.2',
    'content-type': 'multipart/form-data; boundary=--------------------------876554108944466011038053'
  },
  method: 'post',
  url: 'http://elastic:changeme@localhost:5620/api/saved_objects/_import',
  data: FormData {
    _overheadLength: 129,
    _valueLength: 21241,
    _valuesToMeasure: [],
    writable: false,
    readable: true,
    dataSize: 0,
    maxDataSize: 2097152,
    pauseStreams: true,
    _released: true,
    _streams: [],
    _currentStream: null,
    _insideLoop: false,
    _pendingNext: false,
    _boundary: '--------------------------876554108944466011038053',
    _events: [Object: null prototype] {
      error: [Array],
      data: [Function: ondata],
      end: [Array],
      close: [Array]
    },
    _eventsCount: 4
  },
  params: { overwrite: true },
  httpsAgent: null,
  paramsSerializer: [Function: paramsSerializer]
}
    at createFailError (dev_cli_errors.ts:27:24)
    at KbnClientImportExport.req (kbn_client_import_export.ts:162:28)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at KbnClientImportExport.load (kbn_client_import_export.ts:67:18)
    at DashboardPageObject.initTests (dashboard_page.ts:57:5)
    at Context.<anonymous> (dashboard_time_picker.ts:33:7)
    at Object.apply (wrap_function.js:73:16) {
  exitCode: 1,
  showHelp: false,
  [Symbol(fail error)]: true
}

First failure: CI Build - main

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Jan 19, 2023
@botelastic botelastic bot added the needs-team Issues missing a team label label Jan 19, 2023
@kibanamachine kibanamachine added the Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas label Jan 19, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-presentation (Team:Presentation)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Jan 19, 2023
@nreese
Copy link
Contributor

nreese commented Jan 30, 2023

Closed by #149582. #149582 resolved an issue with flaky import export of kibana saved objects

@nreese nreese closed this as completed Jan 30, 2023
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:Presentation Presentation Team for Dashboard, Input Controls, and Canvas
Projects
None yet
Development

No branches or pull requests

3 participants