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: API Integration Tests.test/api_integration/apis/ui_counters/ui_counters·js - apis UI Counters UI Counters API stores ui counter events in savedObjects #85086

Closed
kibanamachine opened this issue Dec 5, 2020 · 8 comments · Fixed by #91372
Assignees
Labels
blocker failed-test A test failure on a tracked branch, potentially flaky-test skipped-test Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v7.11.0

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Dec 5, 2020

A test failed on a tracked branch

Error: expected false to sort of equal true
    at Assertion.assert (packages/kbn-expect/expect.js:100:11)
    at Assertion.eql (packages/kbn-expect/expect.js:244:8)
    at Context.<anonymous> (test/api_integration/apis/ui_counters/ui_counters.js:55:92)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at Object.apply (packages/kbn-test/src/functional_test_runner/lib/mocha/wrap_function.js:84:16) {
  actual: 'false',
  expected: 'true',
  showDiff: true
}

First failure: Jenkins Build

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Dec 5, 2020
@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@azasypkin azasypkin added Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc Team:KibanaTelemetry triage_needed labels Dec 7, 2020
@elasticmachine
Copy link
Contributor

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

@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-telemetry (Team:KibanaTelemetry)

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

mistic added a commit that referenced this issue Dec 8, 2020
@mistic
Copy link
Member

mistic commented Dec 8, 2020

The test has been failing on 7.x and looks flaky. Skipping for now.

7.x/7.11: e564439
master: 0f45439

@afharo
Copy link
Member

afharo commented Dec 9, 2020

@Bamieh do you mind taking a look at it when you have a moment?

@afharo afharo assigned afharo and Bamieh and unassigned afharo Dec 14, 2020
@spalger
Copy link
Contributor

spalger commented Feb 4, 2021

This has also been failing PRs against master too, skipping there as well

@Bamieh
Copy link
Member

Bamieh commented Feb 4, 2021

We need to take a deeper look at this one.

The savedobjects api we are using has refresh=wait_for so it should wait for the updates to happen before resolving but for some reason sometimes it is not doing that in this functional test. We are not doing anything special outside calling the savedobjects api so i think we'd need to have a look there.

I tried to reproduce this many times locally and it never failed

spalger pushed a commit that referenced this issue Feb 4, 2021
(cherry picked from commit e564439)
gmmorris added a commit to gmmorris/kibana that referenced this issue Feb 4, 2021
* master: (244 commits)
  [maps] Top hits per entity--change to title to use recent, minor edits (elastic#89254)
  [DOCS] Update installation details (elastic#90354)
  RFC for automatically generated typescript API documentation for every plugins public services, types, and functionality (elastic#86704)
  Elastic Maps Server config is `host` not `hostname` (elastic#90234)
  Use doc link services in index pattern management (elastic#89937)
  [Fleet] Managed Agent Policy (elastic#88688)
  [Workplace Search] Fix Source Settings bug  (elastic#90242)
  [Enterprise Search] Refactor MockRouter test helper to not store payload (elastic#90206)
  Use doc link service in more Stack Monitoring pages (elastic#89050)
  [App Search] Relevance Tuning logic - actions and selectors only, no listeners (elastic#89313)
  Remove UI filters from UI (elastic#89793)
  Use newfeed.service config for all newsfeeds (elastic#90252)
  skip flaky suite (elastic#85086)
  Add readme to geo containment alert covering test alert setup (elastic#89625)
  [APM] Enabling yesterday option when 24 hours is selected (elastic#90017)
  Test user for maps tests under import geoJSON tests (elastic#86015)
  [Lens] Hide column in table (elastic#88680)
  [Security Solution][Detections] Reduce detection engine reliance on _source (elastic#89371)
  [Discover] Minor cleanup (elastic#90260)
  [Search Session][Management] Rename "cancel" button and delete "Reload" button (elastic#90015)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker failed-test A test failure on a tracked branch, potentially flaky-test skipped-test Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v7.11.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants