-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Failing test: Jest Integration Tests.src/core/server/saved_objects/migrationsv2/actions/integration_tests - migration actions waitForPickupUpdatedMappingsTask resolves left wait_for_task_completion_timeout when the task does not complete within the timeout #113697
Copy link
Copy link
Closed
Labels
Team:CorePlatform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//failed-testA test failure on a tracked branch, potentially flaky-testA test failure on a tracked branch, potentially flaky-test
Description
A test failed on a tracked branch
Error: expect(received).resolves.toMatchObject(expected)
- Expected - 6
+ Received + 1
Object {
- "_tag": "Left",
- "left": Object {
- "error": Any<ResponseError>,
- "message": StringMatching /\[timeout_exception\] Timed out waiting for completion of \[org.elasticsearch.index.reindex.BulkByScrollTask/,
- "type": "wait_for_task_completion_timeout",
- },
+ "_tag": "Right",
}
at Object.toMatchObject (/opt/local-ssd/buildkite/builds/kb-n2-4-bc5435698827015a/elastic/kibana-hourly/kibana/node_modules/expect/build/index.js:198:20)
at Object.<anonymous> (/opt/local-ssd/buildkite/builds/kb-n2-4-bc5435698827015a/elastic/kibana-hourly/kibana/src/core/server/saved_objects/migrationsv2/actions/integration_tests/actions.test.ts:1169:37)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at _callCircusTest (/opt/local-ssd/buildkite/builds/kb-n2-4-bc5435698827015a/elastic/kibana-hourly/kibana/node_modules/jest-circus/build/run.js:212:5)
at _runTest (/opt/local-ssd/buildkite/builds/kb-n2-4-bc5435698827015a/elastic/kibana-hourly/kibana/node_modules/jest-circus/build/run.js:149:3)
at _runTestsForDescribeBlock (/opt/local-ssd/buildkite/builds/kb-n2-4-bc5435698827015a/elastic/kibana-hourly/kibana/node_modules/jest-circus/build/run.js:63:9)
at _runTestsForDescribeBlock (/opt/local-ssd/buildkite/builds/kb-n2-4-bc5435698827015a/elastic/kibana-hourly/kibana/node_modules/jest-circus/build/run.js:57:9)
at _runTestsForDescribeBlock (/opt/local-ssd/buildkite/builds/kb-n2-4-bc5435698827015a/elastic/kibana-hourly/kibana/node_modules/jest-circus/build/run.js:57:9)
at run (/opt/local-ssd/buildkite/builds/kb-n2-4-bc5435698827015a/elastic/kibana-hourly/kibana/node_modules/jest-circus/build/run.js:25:3)
at runAndTransformResultsToJestFormat (/opt/local-ssd/buildkite/builds/kb-n2-4-bc5435698827015a/elastic/kibana-hourly/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:176:21)
at jestAdapter (/opt/local-ssd/buildkite/builds/kb-n2-4-bc5435698827015a/elastic/kibana-hourly/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:109:19)
at runTestInternal (/opt/local-ssd/buildkite/builds/kb-n2-4-bc5435698827015a/elastic/kibana-hourly/kibana/node_modules/jest-runner/build/runTest.js:380:16)
at runTest (/opt/local-ssd/buildkite/builds/kb-n2-4-bc5435698827015a/elastic/kibana-hourly/kibana/node_modules/jest-runner/build/runTest.js:472:34)
First failure: CI Build
Metadata
Metadata
Assignees
Labels
Team:CorePlatform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//failed-testA test failure on a tracked branch, potentially flaky-testA test failure on a tracked branch, potentially flaky-test