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/service/lib - 404s from proxies requests when a proxy relays request/responses with the correct product header handles checkConflicts requests that are successful when the proxy passes through the product header #141405

Closed
kibanamachine opened this issue Sep 22, 2022 · 5 comments
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 Sep 22, 2022

A test failed on a tracked branch

Error: Unable to read snapshot manifest: Internal Server Error
  <?xml version='1.0' encoding='UTF-8'?><Error><Code>InternalError</Code><Message>We encountered an internal error. Please try again.</Message><Details>AFfi+BH/B7G+eZssnBoxPcpES47wUGb4uG1PgxYx6G7J4N3LUV7NMYEMgk7tvX0VKGN/1H8BiXdaH5ztuyc/LnnVr2Be9nKBC1Dzjn7BLvUIgnFag6GIRVRHaKcfzp5oIPXrDKBn/H+W</Details></Error>
    at getArtifactSpecForSnapshot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/artifact.js:124:11)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at Function.getSnapshot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/artifact.js:160:26)
    at downloadSnapshot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/install/install_snapshot.js:45:20)
    at installSnapshot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/install/install_snapshot.js:72:7)
    at /var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/cluster.js:159:11
    at /var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/tooling-log/target_node/src/tooling_log.js:75:18
    at Cluster.installSnapshot (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/es/target_node/src/cluster.js:156:12)
    at TestCluster.start (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/@kbn/test/target_node/src/es/test_es_cluster.js:109:24)
    at startES (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/src/core/test_helpers/kbn_server.ts:248:7)
    at /var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/src/core/server/integration_tests/saved_objects/service/lib/repository_with_proxy.test.ts:80:16
    at _callCircusHook (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:175:5)
    at _runTestsForDescribeBlock (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:45:5)
    at _runTestsForDescribeBlock (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:57:9)
    at run (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/run.js:25:3)
    at runAndTransformResultsToJestFormat (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:176:21)
    at jestAdapter (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:109:19)
    at runTestInternal (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-runner/build/runTest.js:380:16)
    at runTest (/var/lib/buildkite-agent/builds/kb-n2-4-spot-4db4b9efbb58ae6a/elastic/kibana-on-merge/kibana/node_modules/jest-runner/build/runTest.js:472:34)

First failure: CI Build - main

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

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

@botelastic botelastic bot removed the needs-team Issues missing a team label label Sep 22, 2022
@kibanamachine kibanamachine reopened this Apr 26, 2023
@kibanamachine
Copy link
Contributor Author

New failure: CI Build - main

@TinaHeiligers
Copy link
Contributor

fix: #155938

@kibanamachine
Copy link
Contributor Author

New failure: CI Build - main

@kibanamachine
Copy link
Contributor Author

New failure: CI Build - 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

No branches or pull requests

4 participants