We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
X-Pack API Integration Tests x-pack/test/api_integration/apis/ml/jobs/jobs_summary.ts
Default CI Group #18 / apis Machine Learning jobs jobs_summary gets job summary with job ID supplied as ML Poweruser
This failure is preventing the promotion of the current Elasticsearch nightly snapshot for 8.1 (main).
For more information on the Elasticsearch snapshot promotion process including how to reproduce using the unverified nightly ES build: https://www.elastic.co/guide/en/kibana/master/development-es-snapshots.html
Failed promotion job Test Failure
Error: expected { bucket_span: '15m', detectors: [ { detector_description: 'mean(responsetime)', function: 'mean', field_name: 'responsetime', detector_index: 0 } ], influencers: [], model_prune_window: '30d' } to sort of equal { bucket_span: '15m', detectors: [ { detector_description: 'mean(responsetime)', function: 'mean', field_name: 'responsetime', detector_index: 0 } ], influencers: [] } at Assertion.assert (/opt/local-ssd/buildkite/builds/kb-n2-4-d22526c21597d9a3/elastic/kibana-elasticsearch-snapshot-verify/kibana/node_modules/@kbn/expect/expect.js:100:11) at Assertion.eql (/opt/local-ssd/buildkite/builds/kb-n2-4-d22526c21597d9a3/elastic/kibana-elasticsearch-snapshot-verify/kibana/node_modules/@kbn/expect/expect.js:244:8) at Context.<anonymous> (test/api_integration/apis/ml/jobs/jobs_summary.ts:306:60) at runMicrotasks (<anonymous>) at processTicksAndRejections (node:internal/process/task_queues:96:5) at Object.apply (/opt/local-ssd/buildkite/builds/kb-n2-4-d22526c21597d9a3/elastic/kibana-elasticsearch-snapshot-verify/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16) { actual: '{\n' + ' "bucket_span": "15m"\n' + ' "detectors": [\n' + ' {\n' + ' "detector_description": "mean(responsetime)"\n' + ' "detector_index": 0\n' + ' "field_name": "responsetime"\n' + ' "function": "mean"\n' + ' }\n' + ' ]\n' + ' "influencers": []\n' + ' "model_prune_window": "30d"\n' + '}', expected: '{\n' + ' "bucket_span": "15m"\n' + ' "detectors": [\n' + ' {\n' + ' "detector_description": "mean(responsetime)"\n' + ' "detector_index": 0\n' + ' "field_name": "responsetime"\n' + ' "function": "mean"\n' + ' }\n' + ' ]\n' + ' "influencers": []\n' + '}', showDiff: true }
The text was updated successfully, but these errors were encountered:
Pinging @elastic/ml-ui (:ml)
Sorry, something went wrong.
skip failing es promoton suite (#121686)
18d7793
This test was failing the es promotion and was skipped.
main/8.1: 18d7793
skip failing es promoton suite (elastic#121686)
ffa932f
peteharverson
Successfully merging a pull request may close this issue.
X-Pack API Integration Tests
x-pack/test/api_integration/apis/ml/jobs/jobs_summary.ts
Default CI Group #18 / apis Machine Learning jobs jobs_summary gets job summary with job ID supplied as ML Poweruser
This failure is preventing the promotion of the current Elasticsearch nightly snapshot for 8.1 (main).
For more information on the Elasticsearch snapshot promotion process including how to reproduce using the unverified nightly ES build: https://www.elastic.co/guide/en/kibana/master/development-es-snapshots.html
Failed promotion job
Test Failure
The text was updated successfully, but these errors were encountered: