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

[Functional][TSVB] Wait for markdown textarea to be cleaned #85128

Merged
merged 2 commits into from
Dec 9, 2020

Conversation

stratoula
Copy link
Contributor

@stratoula stratoula commented Dec 7, 2020

Summary

Fixes #84991
First of all, it is good to mention that this test doesn't fail a lot since we merged this PR on 7.10.
From the screenshot below I can understand that the previous result hasn't cleaned up, (The Sep 22, 2015 @ 06:00:00.000,6 1442901600000,6 belongs to the previous test) while the markdown text area has correctly the value that we want to be computed.

visualize app  visual builder markdown should render markdown table

What I have done is to let the tests to continue only when the markdown text is completely cleaned up. I think this is for sure the correct way as until now we didn't know if the text was correctly deleted, and now we can be sure that the new markdown will be computed only when the textarea is empty. I think that this will resolve the flakiness or if not it is a good point to start investigating.

Cloud runners:
https://internal-ci.elastic.co/job/elastic+estf-cloud-kibana-flaky-test-runner/178/
https://internal-ci.elastic.co/job/elastic+estf-cloud-kibana-flaky-test-runner/177/

Regular test runner:
https://kibana-ci.elastic.co/job/kibana+flaky-test-suite-runner/1041/

Checklist

Delete any items that are not applicable to this PR.

@stratoula stratoula changed the title [TSVB] Wait for markdown textarea to be cleaned [Functional][TSVB] Wait for markdown textarea to be cleaned Dec 7, 2020
@stratoula stratoula added the Feature:TSVB TSVB (Time Series Visual Builder) label Dec 7, 2020
@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Distributable file count

id before after diff
default 46920 47680 +760

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@stratoula stratoula added Team:Visualizations Visualization editors, elastic-charts and infrastructure test-cloud v7.10.0 v7.11.0 v7.10.2 v8.0.0 and removed v7.10.0 labels Dec 8, 2020
@stratoula stratoula marked this pull request as ready for review December 8, 2020 09:45
@elasticmachine
Copy link
Contributor

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

@stratoula stratoula added the release_note:skip Skip the PR/issue when compiling release notes label Dec 8, 2020
Copy link
Contributor

@liza-mae liza-mae left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@stratoula stratoula merged commit f2d961d into elastic:master Dec 9, 2020
stratoula added a commit to stratoula/kibana that referenced this pull request Dec 9, 2020
…85128)

* [TSVB] Wait for markdown textarea to be cleaned

* No need for retry
stratoula added a commit to stratoula/kibana that referenced this pull request Dec 9, 2020
…85128)

* [TSVB] Wait for markdown textarea to be cleaned

* No need for retry
stratoula added a commit that referenced this pull request Dec 9, 2020
…85372)

* [TSVB] Wait for markdown textarea to be cleaned

* No need for retry
stratoula added a commit that referenced this pull request Dec 9, 2020
…85371)

* [TSVB] Wait for markdown textarea to be cleaned

* No need for retry

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
jloleysens added a commit to jloleysens/kibana that referenced this pull request 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:TSVB TSVB (Time Series Visual Builder) release_note:skip Skip the PR/issue when compiling release notes Team:Visualizations Visualization editors, elastic-charts and infrastructure test-cloud v7.10.2 v7.11.0 v8.0.0
Projects
None yet
4 participants