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: Jest Integration Tests.src/core/server/integration_tests/saved_objects/migrations/group3/actions - migration actions bulkOverwriteTransformedDocuments resolves left request_entity_too_large_exception when the payload is too large #193592

Closed
kibanamachine opened this issue Sep 20, 2024 · 12 comments
Labels
failed-es-promotion 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 Sep 20, 2024

A test failed on a tracked branch

Error: expect(received).resolves.toMatchInlineSnapshot(snapshot)

Snapshot name: `migration actions bulkOverwriteTransformedDocuments resolves left request_entity_too_large_exception when the payload is too large 1`

- Snapshot  - 4
+ Received  + 2

  Object {
-   "_tag": "Left",
-   "left": Object {
-     "type": "request_entity_too_large_exception",
-   },
+   "_tag": "Right",
+   "right": "bulk_index_succeeded",
  }
    at Object.toMatchInlineSnapshot (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1726838829564151471/elastic/kibana-elasticsearch-snapshot-verify/kibana/node_modules/expect/build/index.js:174:22)
    at Object.toMatchInlineSnapshot (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1726838829564151471/elastic/kibana-elasticsearch-snapshot-verify/kibana/src/core/server/integration_tests/saved_objects/migrations/group3/actions/actions.test.ts:2046:37)
    at Promise.then.completed (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1726838829564151471/elastic/kibana-elasticsearch-snapshot-verify/kibana/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1726838829564151471/elastic/kibana-elasticsearch-snapshot-verify/kibana/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1726838829564151471/elastic/kibana-elasticsearch-snapshot-verify/kibana/node_modules/jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at _runTest (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1726838829564151471/elastic/kibana-elasticsearch-snapshot-verify/kibana/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1726838829564151471/elastic/kibana-elasticsearch-snapshot-verify/kibana/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1726838829564151471/elastic/kibana-elasticsearch-snapshot-verify/kibana/node_modules/jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1726838829564151471/elastic/kibana-elasticsearch-snapshot-verify/kibana/node_modules/jest-circus/build/run.js:121:9)
    at run (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1726838829564151471/elastic/kibana-elasticsearch-snapshot-verify/kibana/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1726838829564151471/elastic/kibana-elasticsearch-snapshot-verify/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1726838829564151471/elastic/kibana-elasticsearch-snapshot-verify/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1726838829564151471/elastic/kibana-elasticsearch-snapshot-verify/kibana/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1726838829564151471/elastic/kibana-elasticsearch-snapshot-verify/kibana/node_modules/jest-runner/build/runTest.js:444:34)

First failure: kibana-elasticsearch-snapshot-verify - 8.x

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

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

@botelastic botelastic bot removed the needs-team Issues missing a team label label Sep 20, 2024
@kibanamachine
Copy link
Contributor Author

New failure: kibana-elasticsearch-snapshot-verify - 8.x

@jbudz
Copy link
Member

jbudz commented Sep 20, 2024

/skip

@kibanamachine
Copy link
Contributor Author

New failure: kibana-elasticsearch-snapshot-verify - 8.x

@kibanamachine
Copy link
Contributor Author

New failure: kibana-elasticsearch-snapshot-verify - 8.x

@kibanamachine
Copy link
Contributor Author

New failure: kibana-elasticsearch-snapshot-verify - 8.x

@kibanamachine
Copy link
Contributor Author

New failure: kibana-elasticsearch-snapshot-verify - 8.x

@jbudz
Copy link
Member

jbudz commented Sep 23, 2024

Skipped

8.x/8.16: 0bb781d

@jbudz jbudz removed the blocker label Sep 23, 2024
@jbudz
Copy link
Member

jbudz commented Sep 23, 2024

Removing the blocker label, this was discussed and the test will be removed.

@kibanamachine
Copy link
Contributor Author

New failure: kibana-elasticsearch-snapshot-verify - 8.x

@kibanamachine
Copy link
Contributor Author

New failure: kibana-elasticsearch-snapshot-verify - 8.x

@gsoldevila
Copy link
Contributor

The failing assertion is n/a anymore since the Incremental Bulk Execution enhancement.
Thus, removed in #193328

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed-es-promotion 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

No branches or pull requests

4 participants