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: Plugin Functional Tests.test/plugin_functional/test_suites/saved_objects_management/hidden_types·ts - Saved Objects Management saved objects management with hidden types API calls should flag the object as hidden in its meta #187671

Closed
kibanamachine opened this issue Jul 5, 2024 · 3 comments · Fixed by #191542
Assignees
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Jul 5, 2024

A test failed on a tracked branch

Error: expected [ { id: 'obj_2',
    type: 'test-actions-export-hidden',
    hidden: true },
  { id: 'obj_1',
    type: 'test-actions-export-hidden',
    hidden: true } ] to sort of equal [ { id: 'obj_1',
    type: 'test-actions-export-hidden',
    hidden: true },
  { id: 'obj_2',
    type: 'test-actions-export-hidden',
    hidden: true } ]
    at Assertion.assert (expect.js:100:11)
    at Assertion.eql (expect.js:244:8)
    at hidden_types.ts:55:18
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Context.<anonymous> (hidden_types.ts:44:9)
    at Object.apply (wrap_function.js:73:16) {
  actual: '[\n' +
    '  {\n' +
    '    "hidden": true\n' +
    '    "id": "obj_2"\n' +
    '    "type": "test-actions-export-hidden"\n' +
    '  }\n' +
    '  {\n' +
    '    "hidden": true\n' +
    '    "id": "obj_1"\n' +
    '    "type": "test-actions-export-hidden"\n' +
    '  }\n' +
    ']',
  expected: '[\n' +
    '  {\n' +
    '    "hidden": true\n' +
    '    "id": "obj_1"\n' +
    '    "type": "test-actions-export-hidden"\n' +
    '  }\n' +
    '  {\n' +
    '    "hidden": true\n' +
    '    "id": "obj_2"\n' +
    '    "type": "test-actions-export-hidden"\n' +
    '  }\n' +
    ']',
  showDiff: true
}

First failure: kibana-on-merge - main

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Jul 5, 2024
@botelastic botelastic bot added the needs-team Issues missing a team label label Jul 5, 2024
@dmlemeshko dmlemeshko added the Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc label Jul 8, 2024
@elasticmachine
Copy link
Contributor

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

@botelastic botelastic bot removed the needs-team Issues missing a team label label Jul 8, 2024
@TinaHeiligers
Copy link
Contributor

Closing as no further failures have been detected on tracked branches

@kibanamachine
Copy link
Contributor Author

New failure: kibana-on-merge - main

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:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants