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: API Integration Tests.test/api_integration/apis/saved_objects/migrations·ts - apis saved_objects Kibana index migration Coordinates migrations across the Kibana cluster #84445

Closed
kibanamachine opened this issue Nov 27, 2020 · 2 comments · Fixed by #84602
Labels
blocker failed-test A test failure on a tracked branch, potentially flaky-test skipped-test Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v7.11.0 v8.0.0

Comments

@kibanamachine
Copy link
Contributor

A test failed on a tracked branch

Error: expected [ { status: 'skipped', destIndex: undefined },
  { status: 'migrated', destIndex: '.migration-c_2' } ] to sort of equal [ { status: 'migrated', destIndex: '.migration-c_2' },
  { status: 'skipped', destIndex: undefined } ]
    at Assertion.assert (packages/kbn-expect/expect.js:100:11)
    at Assertion.eql (packages/kbn-expect/expect.js:244:8)
    at Context.<anonymous> (test/api_integration/apis/saved_objects/migrations.ts:316:12)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at Object.apply (packages/kbn-test/src/functional_test_runner/lib/mocha/wrap_function.js:84:16) {
  actual: '[\n' +
    '  {\n' +
    '    "destIndex": [undefined]\n' +
    '    "status": "skipped"\n' +
    '  }\n' +
    '  {\n' +
    '    "destIndex": ".migration-c_2"\n' +
    '    "status": "migrated"\n' +
    '  }\n' +
    ']',
  expected: '[\n' +
    '  {\n' +
    '    "destIndex": ".migration-c_2"\n' +
    '    "status": "migrated"\n' +
    '  }\n' +
    '  {\n' +
    '    "destIndex": [undefined]\n' +
    '    "status": "skipped"\n' +
    '  }\n' +
    ']',
  showDiff: true
}

First failure: Jenkins Build

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Nov 27, 2020
@mistic mistic added the Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc label Nov 27, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-core (Team:Core)

mistic added a commit that referenced this issue Nov 27, 2020
@mistic
Copy link
Member

mistic commented Nov 27, 2020

That test failure is the same one that happened at #84438
I'm skipping it on master too for now.

master/8.0: 31c1ca0
7.x/7.11: 7dbfd26

gmmorris added a commit to gmmorris/kibana that referenced this issue Nov 30, 2020
* master:
  [Security Solution] Exceptions Cypress tests (elastic#81759)
  [ML] Fix spaces job ID check (elastic#84404)
  [Security Solution][Detections] Handle dupes when processing threshold rules (elastic#83062)
  skip flaky suite (elastic#84440)
  skip flaky suite (elastic#84445)
  [APM] Fix missing `service.node.name` (elastic#84269)
  Upgrade fp-ts to 2.8.6 (elastic#83866)
  Added data streams privileges to better control delete actions in UI (elastic#83573)
  Improve short-url redirect validation (elastic#84366)
  TSVB offsets (elastic#83051)
  [Discover] Fix navigating back when changing index pattern (elastic#84061)
  [Logs UI] Polish the UI for the log entry examples in the anomaly table (elastic#82139)
  [Logs UI] Limit the height of the "view in context" container (elastic#83178)
  [Application Usage] Update `schema` with new `fleet` rename (elastic#84327)
  fix identation in list (elastic#84301)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker failed-test A test failure on a tracked branch, potentially flaky-test skipped-test Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v7.11.0 v8.0.0
Projects
None yet
3 participants