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 ES Forward Compatibility: Default CI Group #18 / apis Machine Learning modules module setup sets up module data for apm_nodejs with prefix, startDatafeed true and estimateModelMemory true #179169

Closed
mistic opened this issue Mar 21, 2024 · 3 comments
Assignees
Labels
failed-es-promotion failed-test A test failure on a tracked branch, potentially flaky-test :ml

Comments

@mistic
Copy link
Member

mistic commented Mar 21, 2024

X-Pack API Integration Tests
x-pack/test/api_integration/apis/ml/modules/setup_module.ts

apis Machine Learning modules module setup sets up module data for apm_nodejs with prefix, startDatafeed true and estimateModelMemory true

This failure is preventing the ES 8.14 forward compatibility pipeline to proceed.

Error: Expected setup module response jobs to be '[{"id":"pf4_abnormal_span_durations_nodejs","success":true},{"id":"pf4_abnormal_trace_durations_nodejs","success":true},{"id":"pf4_decreased_throughput_nodejs","success":true}]' (got '[{"id":"pf4_abnormal_span_durations_nodejs","success":false,"error":{"error":{"root_cause":[{"type":"x_content_parse_exception","reason":"[1:2] [job_details] unknown field [job_type]"}],"type":"x_content_parse_exception","reason":"[1:2] [job_details] unknown field [job_type]"},"status":400}},{"id":"pf4_abnormal_trace_durations_nodejs","success":false,"error":{"error":{"root_cause":[{"type":"x_content_parse_exception","reason":"[1:2] [job_details] unknown field [job_type]"}],"type":"x_content_parse_exception","reason":"[1:2] [job_details] unknown field [job_type]"},"status":400}},{"id":"pf4_decreased_throughput_nodejs","success":false,"error":{"error":{"root_cause":[{"type":"x_content_parse_exception","reason":"[1:2] [job_details] unknown field [job_type]"}],"type":"x_content_parse_exception","reason":"[1:2] [job_details] unknown field [job_type]"},"status":400}}]')
    at Assertion.assert (/opt/local-ssd/buildkite/builds/kb-n2-4-5a9b4dd8ff2069e1/elastic/kibana-7-dot-17-es-8-dot-14-forward-compatibility/kibana/node_modules/@kbn/expect/expect.js:100:11)
    at Assertion.eql (/opt/local-ssd/buildkite/builds/kb-n2-4-5a9b4dd8ff2069e1/elastic/kibana-7-dot-17-es-8-dot-14-forward-compatibility/kibana/node_modules/@kbn/expect/expect.js:244:8)
    at Context.<anonymous> (test/api_integration/apis/ml/modules/setup_module.ts:1076:38)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Object.apply (/opt/local-ssd/buildkite/builds/kb-n2-4-5a9b4dd8ff2069e1/elastic/kibana-7-dot-17-es-8-dot-14-forward-compatibility/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:78:16) {
  actual: '[\n' +
    '  {\n' +
    '    "error": {\n' +
    '      "error": {\n' +
    '        "reason": "[1:2] [job_details] unknown field [job_type]"\n' +
    '        "root_cause": [\n' +
    '          {\n' +
    '            "reason": "[1:2] [job_details] unknown field [job_type]"\n' +
    '            "type": "x_content_parse_exception"\n' +
    '          }\n' +
    '        ]\n' +
    '        "type": "x_content_parse_exception"\n' +
    '      }\n' +
    '      "status": 400\n' +
    '    }\n' +
    '    "id": "pf4_abnormal_span_durations_nodejs"\n' +
    '    "success": false\n' +
    '  }\n' +
    '  {\n' +
    '    "error": {\n' +
    '      "error": {\n' +
    '        "reason": "[1:2] [job_details] unknown field [job_type]"\n' +
    '        "root_cause": [\n' +
    '          {\n' +
    '            "reason": "[1:2] [job_details] unknown field [job_type]"\n' +
    '            "type": "x_content_parse_exception"\n' +
    '          }\n' +
    '        ]\n' +
    '        "type": "x_content_parse_exception"\n' +
    '      }\n' +
    '      "status": 400\n' +
    '    }\n' +
    '    "id": "pf4_abnormal_trace_durations_nodejs"\n' +
    '    "success": false\n' +
    '  }\n' +
    '  {\n' +
    '    "error": {\n' +
    '      "error": {\n' +
    '        "reason": "[1:2] [job_details] unknown field [job_type]"\n' +
    '        "root_cause": [\n' +
    '          {\n' +
    '            "reason": "[1:2] [job_details] unknown field [job_type]"\n' +
    '            "type": "x_content_parse_exception"\n' +
    '          }\n' +
    '        ]\n' +
    '        "type": "x_content_parse_exception"\n' +
    '      }\n' +
    '      "status": 400\n' +
    '    }\n' +
    '    "id": "pf4_decreased_throughput_nodejs"\n' +
    '    "success": false\n' +
    '  }\n' +
    ']',
  expected: '[\n' +
    '  {\n' +
    '    "id": "pf4_abnormal_span_durations_nodejs"\n' +
    '    "success": true\n' +
    '  }\n' +
    '  {\n' +
    '    "id": "pf4_abnormal_trace_durations_nodejs"\n' +
    '    "success": true\n' +
    '  }\n' +
    '  {\n' +
    '    "id": "pf4_decreased_throughput_nodejs"\n' +
    '    "success": true\n' +
    '  }\n' +
    ']',
  showDiff: true
}
@mistic mistic added blocker :ml failed-test A test failure on a tracked branch, potentially flaky-test skipped-test failed-es-promotion v7.17.19 labels Mar 21, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

@mistic
Copy link
Member Author

mistic commented Mar 21, 2024

Skipped.

7.17: c47473b

@jgowdyelastic
Copy link
Member

Fixed by #179600

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 :ml
Projects
None yet
Development

No branches or pull requests

4 participants