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: "after each" hook for "renders the data provider of a host dragged from the All Hosts widget on the hosts page" - timeline data providers "after each" hook for "renders the data provider of a host dragged from the All Hosts widget on the hosts page" #85098

Closed
kibanamachine opened this issue Dec 5, 2020 · 10 comments
Labels
failed-test A test failure on a tracked branch, potentially flaky-test fixed skipped-test Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Team:SIEM v7.11.0 v8.0.0

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Dec 5, 2020

A test failed on a tracked branch

CypressError: You attempted to make a chai-jQuery assertion on an object that is neither a DOM object or a jQuery object.

The chai-jQuery assertion you used was:

  > visible

The invalid subject you asserted on was:

  > undefined

To use chai-jQuery assertions your subject must be valid.

This can sometimes happen if a previous assertion changed the subject.

Because this error occurred during a `after each` hook we are skipping the remaining tests in the current suite: `timeline data providers`
    at Object.onInvalid (http://elastic:changeme@localhost:6121/__cypress/runner/cypress_runner.js:150886:17)
    at assertDom (http://elastic:changeme@localhost:6121/__cypress/runner/cypress_runner.js:168031:26)
    at assert (http://elastic:changeme@localhost:6121/__cypress/runner/cypress_runner.js:168037:5)
    at Assertion.<anonymous> (http://elastic:changeme@localhost:6121/__cypress/runner/cypress_runner.js:168136:14)
    at Assertion.propertyGetter (http://elastic:changeme@localhost:6121/__cypress/runner/cypress_runner.js:80900:29)
    at Reflect.get (<anonymous>)
    at Object.proxyGetter [as get] (http://elastic:changeme@localhost:6121/__cypress/runner/cypress_runner.js:82338:22)
    at applyChainer (http://elastic:changeme@localhost:6121/__cypress/runner/cypress_runner.js:154668:30)
    at http://elastic:changeme@localhost:6121/__cypress/runner/cypress_runner.js:154724:16
    at arrayReduce (http://elastic:changeme@localhost:6121/__cypress/runner/cypress_runner.js:25417:21)
    at Function.reduce (http://elastic:changeme@localhost:6121/__cypress/runner/cypress_runner.js:34441:14)
    at applyChainers (http://elastic:changeme@localhost:6121/__cypress/runner/cypress_runner.js:154701:24)
    at tryCatcher (http://elastic:changeme@localhost:6121/__cypress/runner/cypress_runner.js:10325:23)
    at Function.Promise.attempt.Promise.try (http://elastic:changeme@localhost:6121/__cypress/runner/cypress_runner.js:7599:29)
    at Context.shouldFn (http://elastic:changeme@localhost:6121/__cypress/runner/cypress_runner.js:154730:23)
    at Context.should (http://elastic:changeme@localhost:6121/__cypress/runner/cypress_runner.js:154748:23)
From Your Spec Code:
    at Object.createNewTimeline (http://localhost:6121/__cypress/tests?p=cypress/integration/timeline_data_providers.spec.ts:15763:44)
    at Context.eval (http://localhost:6121/__cypress/tests?p=cypress/integration/timeline_data_providers.spec.ts:15033:20)

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

@elasticmachine
Copy link
Contributor

Pinging @elastic/siem (Team:SIEM)

@mistic mistic added Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. skipped-test v7.11.0 v8.0.0 labels Dec 5, 2020
@mistic
Copy link
Member

mistic commented Dec 5, 2020

Skipped as part of #62060 (comment)

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

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

mistic commented Dec 9, 2020

Looks like the test was re-enabled but it keeps looking flaky. Skipped for now.

master/8.0: 3e9a132
7.x/7.11: ef9ea8f

jloleysens added a commit to jloleysens/kibana that referenced this issue Dec 9, 2020
…k-field-to-hot-phase

* 'master' of github.com:elastic/kibana: (429 commits)
  simplify popover open state logic (elastic#85379)
  [Logs UI][Metrics UI] Move actions to the kibana header (elastic#84648)
  [Search Source] Do not pick scripted fields if * provided (elastic#85133)
  [Search] Session SO polling (elastic#84225)
  [Transform] Replace legacy elasticsearch client (elastic#84932)
  [Uptime]Refactor header and action menu (elastic#83779)
  Fix agg select external link (elastic#85380)
  [ILM] Show forcemerge in hot when rollover is searchable snapshot is enabled (elastic#85292)
  clear using keyboard (elastic#85042)
  [GS] add tag and dashboard suggestion results (elastic#85144)
  [ML] API integration tests - skip GetAnomaliesTableData
  Add ECS field for event.code. (elastic#85109)
  [Functional][TSVB] Wait for markdown textarea to be cleaned (elastic#85128)
  skip flaky suite (elastic#62060)
  skip flaky suite (elastic#85098)
  Bump highlight.js to v9.18.5 (elastic#84296)
  Add `server.publicBaseUrl` config (elastic#85075)
  [Alerting & Actions ] More debug logging (elastic#85149)
  [Security Solution][Case] Manual attach alert to a case (elastic#82996)
  Loosen UUID regex to accept uuidv1 or uuidv4 (elastic#85338)
  ...

# Conflicts:
#	x-pack/plugins/index_lifecycle_management/__jest__/client_integration/edit_policy/edit_policy.helpers.tsx
#	x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/hot_phase/hot_phase.tsx
#	x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/index.ts
#	x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/warm_phase/warm_phase.tsx
#	x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/edit_policy.tsx
#	x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/i18n_texts.ts
#	x-pack/plugins/index_lifecycle_management/server/routes/api/policies/register_create_route.ts
@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

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

mistic commented Dec 12, 2020

The test was re-enabled and once again is looking flaky. Skipping.

master/8.0: d135b42
7.x/7.11: d08136e

gmmorris added a commit to gmmorris/kibana that referenced this issue Dec 14, 2020
* master: (116 commits)
  Fix UX E2E tests (elastic#85722)
  Increasing default api key removalDelay to 1h (elastic#85576)
  align cors settings names with elasticsearch (elastic#85738)
  unskip tests and make sure submit is not triggered too quickly (elastic#85567)
  Row trigger 2 (elastic#83167)
  Add session id to audit log (elastic#85451)
  [TSVB] Fields lists do not populate all the times (elastic#85530)
  [Visualize] Removes the external link icon from OSS badges (elastic#85580)
  fixes EQL tests (elastic#85712)
  [APM] enable 'log_level' for Go (elastic#85511)
  ini `1.3.5` -> `1.3.7` (elastic#85707)
  Fix fleet route protections (elastic#85626)
  [Monitoring] Some progress on making alerts better in the UI (elastic#81569)
  [Security Solution] Refactor Timeline Notes to use EuiCommentList (elastic#85256)
  [Security Solution][Detections][Threshold Rules] Threshold rule exceptions (elastic#85103)
  [Security Solution] Alerts details (elastic#83963)
  skip flaky suite (elastic#62060)
  skip flaky suite (elastic#85098)
  skip flaky suite (elastic#84020)
  skip flaky suite (elastic#85671)
  ...
@angorayc angorayc added the fixed label Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed-test A test failure on a tracked branch, potentially flaky-test fixed skipped-test Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Team:SIEM v7.11.0 v8.0.0
Projects
None yet
Development

No branches or pull requests

5 participants