Kibana: [test-failed]: X-Pack API Integration Tests.x-pack/test/api_integration/apis/lens/existing_fields路ts - apis Lens existing_fields apis existence should succeed for thousands of fields

Created on 24 Jan 2020  路  8Comments  路  Source: elastic/kibana

Version: 7.6
Class: X-Pack API Integration Tests.x-pack/test/api_integration/apis/lens/existing_fields路ts
Stack Trace:
Error: expected 200 "OK", got 500 "Internal Server Error"
at Test._assertStatus (/var/lib/jenkins/workspace/elastic+estf-cloud-kibana-tests/JOB/xpackExt/TASK/saas_run_kibana_tests/node/linux-immutable/ci/cloud/common/build/kibana/node_modules/supertest/lib/test.js:268:12)
at Test._assertFunction (/var/lib/jenkins/workspace/elastic+estf-cloud-kibana-tests/JOB/xpackExt/TASK/saas_run_kibana_tests/node/linux-immutable/ci/cloud/common/build/kibana/node_modules/supertest/lib/test.js:283:11)
at Test.assert (/var/lib/jenkins/workspace/elastic+estf-cloud-kibana-tests/JOB/xpackExt/TASK/saas_run_kibana_tests/node/linux-immutable/ci/cloud/common/build/kibana/node_modules/supertest/lib/test.js:173:18)
at assert (/var/lib/jenkins/workspace/elastic+estf-cloud-kibana-tests/JOB/xpackExt/TASK/saas_run_kibana_tests/node/linux-immutable/ci/cloud/common/build/kibana/node_modules/supertest/lib/test.js:131:12)
at /var/lib/jenkins/workspace/elastic+estf-cloud-kibana-tests/JOB/xpackExt/TASK/saas_run_kibana_tests/node/linux-immutable/ci/cloud/common/build/kibana/node_modules/supertest/lib/test.js:128:5
at Test.Request.callback (/var/lib/jenkins/workspace/elastic+estf-cloud-kibana-tests/JOB/xpackExt/TASK/saas_run_kibana_tests/node/linux-immutable/ci/cloud/common/build/kibana/node_modules/superagent/lib/node/index.js:718:3)
at parser (/var/lib/jenkins/workspace/elastic+estf-cloud-kibana-tests/JOB/xpackExt/TASK/saas_run_kibana_tests/node/linux-immutable/ci/cloud/common/build/kibana/node_modules/superagent/lib/node/index.js:906:18)
at IncomingMessage.res.on (/var/lib/jenkins/workspace/elastic+estf-cloud-kibana-tests/JOB/xpackExt/TASK/saas_run_kibana_tests/node/linux-immutable/ci/cloud/common/build/kibana/node_modules/superagent/lib/node/parsers/json.js:19:7)
at endReadableNT (_stream_readable.js:1143:12)
at process._tickCallback (internal/process/next_tick.js:63:19)
_Platform: cloud_
_Build Num: 42_

Lens KibanaApp bug failed-test high test-cloud

All 8 comments

Pinging @elastic/kibana-test-triage (failed-test)

Pinging @elastic/kibana-app (Team:KibanaApp)

This looks to be a real issue happening in cloud, but I would need the Kibana App team to confirm.

Here is the response of the 500 (Internal Error) - it is happening on filebeat and metricbeat selection.

{"statusCode":500,"error":"Internal Server Error","message":"[too_complex_to_determinize_exception] too_complex_to_determinize_exception: Determinizing automaton with 189419 states and 192471 transitions would result in more than 10000 states."}

Looks like this was a real issue fixed by PR: https://github.com/elastic/kibana/pull/55745 -- I will rerun on next BC to test out the fix.

This test is in 7.6 branch, but probably didn't make it into the 7.6 snapshot build for cloud- this shows that the test is correctly catching the bug.

@liza-mae Canyou confirm somehow, that this is the problem, so we could close this?

@timroes I need to wait for BC3 to be available, it is not yet. They are building it as of now but then cloud team still needs to post it on staging, I will close it when I confirm the fix.

Confirmed this is fixed in BC4 yay! :) Thanks @wylieconlon for adding this test, it shows great value when we can catch real issues.

Was this page helpful?
0 / 5 - 0 ratings