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 Promotion: APM specs correlations latency correlations space with no features disabled loads the correlation results #114734

Closed
tylersmalley opened this issue Oct 12, 2021 · 5 comments
Assignees
Labels
failed-es-promotion Team:APM All issues that need APM UI Team support v7.16.0 v8.0.0

Comments

@tylersmalley
Copy link
Contributor

This failure is preventing the promotion of the current Elasticsearch nightly snapshot. We will plan on skipping tomorrow if left un-resolved to unblock downstream teams relying on an up-to-date ES snapshot.

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: https://buildkite.com/elastic/kibana-elasticsearch-snapshot-verify/builds/241

This appears to be caused by elastic/elasticsearch@b968fcb (cc @not-napoleon). Will need someone from APM to verify if it's an issue within Kibana or not.

Error: retry.try timeout: Error: expected 'Progress: 0%' to equal 'Progress: 100%'
    at Assertion.assert (/opt/local-ssd/buildkite/builds/kb-cigroup-6-82496a07dbdbb652/elastic/kibana-elasticsearch-snapshot-verify/kibana/node_modules/@kbn/expect/expect.js:100:11)
    at Assertion.be.Assertion.equal (/opt/local-ssd/buildkite/builds/kb-cigroup-6-82496a07dbdbb652/elastic/kibana-elasticsearch-snapshot-verify/kibana/node_modules/@kbn/expect/expect.js:227:8)
    at Assertion.be (/opt/local-ssd/buildkite/builds/kb-cigroup-6-82496a07dbdbb652/elastic/kibana-elasticsearch-snapshot-verify/kibana/node_modules/@kbn/expect/expect.js:69:22)
    at /opt/local-ssd/buildkite/builds/kb-cigroup-6-82496a07dbdbb652/elastic/kibana-elasticsearch-snapshot-verify/kibana/x-pack/test/functional/apps/apm/correlations/latency_correlations.ts:150:58
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at runAttempt (/opt/local-ssd/buildkite/builds/kb-cigroup-6-82496a07dbdbb652/elastic/kibana-elasticsearch-snapshot-verify/kibana/test/common/services/retry/retry_for_success.ts:29:15)
    at retryForSuccess (/opt/local-ssd/buildkite/builds/kb-cigroup-6-82496a07dbdbb652/elastic/kibana-elasticsearch-snapshot-verify/kibana/test/common/services/retry/retry_for_success.ts:68:21)
    at RetryService.try (/opt/local-ssd/buildkite/builds/kb-cigroup-6-82496a07dbdbb652/elastic/kibana-elasticsearch-snapshot-verify/kibana/test/common/services/retry/retry.ts:31:12)
    at Context.<anonymous> (test/functional/apps/apm/correlations/latency_correlations.ts:145:9)
    at Object.apply (/opt/local-ssd/buildkite/builds/kb-cigroup-6-82496a07dbdbb652/elastic/kibana-elasticsearch-snapshot-verify/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
    at onFailure (/opt/local-ssd/buildkite/builds/kb-cigroup-6-82496a07dbdbb652/elastic/kibana-elasticsearch-snapshot-verify/kibana/test/common/services/retry/retry_for_success.ts:17:9)
    at retryForSuccess (/opt/local-ssd/buildkite/builds/kb-cigroup-6-82496a07dbdbb652/elastic/kibana-elasticsearch-snapshot-verify/kibana/test/common/services/retry/retry_for_success.ts:59:13)
    at RetryService.try (/opt/local-ssd/buildkite/builds/kb-cigroup-6-82496a07dbdbb652/elastic/kibana-elasticsearch-snapshot-verify/kibana/test/common/services/retry/retry.ts:31:12)
    at Context.<anonymous> (test/functional/apps/apm/correlations/latency_correlations.ts:145:9)
    at Object.apply (/opt/local-ssd/buildkite/builds/kb-cigroup-6-82496a07dbdbb652/elastic/kibana-elasticsearch-snapshot-verify/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
@tylersmalley tylersmalley added Team:APM All issues that need APM UI Team support v8.0.0 failed-es-promotion v7.16.0 labels Oct 12, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/apm-ui (Team:apm)

@sorenlouv
Copy link
Member

@walterra or @qn895: it looks like this test is failing:

expect(apmLatencyCorrelationsProgressTitle).to.be('Progress: 100%');

Can you take a look or help me fix this?

@walterra walterra self-assigned this Oct 13, 2021
@walterra
Copy link
Contributor

Thanks for the ping, we will pick this up and report back here.

@walterra
Copy link
Contributor

We identified the root cause and I'm working on a fix.

@walterra
Copy link
Contributor

walterra commented Oct 14, 2021

The fix #114833 has been merged and backported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed-es-promotion Team:APM All issues that need APM UI Team support v7.16.0 v8.0.0
Projects
None yet
Development

No branches or pull requests

6 participants