Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
# Backport This will backport the following commits from `main` to `8.8`: - [[TSVB] Remove flakiness on resetPage (#156484)](#156484) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Stratoula Kalafateli","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-05-04T09:33:29Z","message":"[TSVB] Remove flakiness on resetPage (#156484)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/156457\r\nCloses https://github.com/elastic/kibana/issues/156452\r\nCloses https://github.com/elastic/kibana/issues/156439\r\nCloses https://github.com/elastic/kibana/issues/156400\r\nCloses https://github.com/elastic/kibana/issues/156599\r\nCloses https://github.com/elastic/kibana/issues/156502\r\nCloses https://github.com/elastic/kibana/issues/156501\r\n\r\nthe resetPage function is creating this flakiness. I cant figure out why\r\nbut is on the navigateToUrl function. Sometimes it reports #create and\r\nsometimes without the hash. The navigateToUrl is not needed as it is\r\nalready done on another function. The only thing that is needed is the\r\nsetTimePicker function.\r\n\r\nFlaky runer (100 times)\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2210","sha":"e5f6f96e9cd365fd8ae8e7f250ab3d67f56514f3","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:TSVB","Team:Visualizations","release_note:skip","backport:skip","v8.9.0"],"number":156484,"url":"https://github.com/elastic/kibana/pull/156484","mergeCommit":{"message":"[TSVB] Remove flakiness on resetPage (#156484)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/156457\r\nCloses https://github.com/elastic/kibana/issues/156452\r\nCloses https://github.com/elastic/kibana/issues/156439\r\nCloses https://github.com/elastic/kibana/issues/156400\r\nCloses https://github.com/elastic/kibana/issues/156599\r\nCloses https://github.com/elastic/kibana/issues/156502\r\nCloses https://github.com/elastic/kibana/issues/156501\r\n\r\nthe resetPage function is creating this flakiness. I cant figure out why\r\nbut is on the navigateToUrl function. Sometimes it reports #create and\r\nsometimes without the hash. The navigateToUrl is not needed as it is\r\nalready done on another function. The only thing that is needed is the\r\nsetTimePicker function.\r\n\r\nFlaky runer (100 times)\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2210","sha":"e5f6f96e9cd365fd8ae8e7f250ab3d67f56514f3"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/156484","number":156484,"mergeCommit":{"message":"[TSVB] Remove flakiness on resetPage (#156484)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/156457\r\nCloses https://github.com/elastic/kibana/issues/156452\r\nCloses https://github.com/elastic/kibana/issues/156439\r\nCloses https://github.com/elastic/kibana/issues/156400\r\nCloses https://github.com/elastic/kibana/issues/156599\r\nCloses https://github.com/elastic/kibana/issues/156502\r\nCloses https://github.com/elastic/kibana/issues/156501\r\n\r\nthe resetPage function is creating this flakiness. I cant figure out why\r\nbut is on the navigateToUrl function. Sometimes it reports #create and\r\nsometimes without the hash. The navigateToUrl is not needed as it is\r\nalready done on another function. The only thing that is needed is the\r\nsetTimePicker function.\r\n\r\nFlaky runer (100 times)\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2210","sha":"e5f6f96e9cd365fd8ae8e7f250ab3d67f56514f3"}}]}] BACKPORT-->
- Loading branch information