-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.9] [ftr] migrate time picker GUI selection to uiSettings API call (#…
…161642) (#161725) # Backport This will backport the following commits from `main` to `8.9`: - [[ftr] migrate time picker GUI selection to uiSettings API call (#161642)](#161642) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Dzmitry Lemechko","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-07-12T07:06:53Z","message":"[ftr] migrate time picker GUI selection to uiSettings API call (#161642)\n\ncloses #113998\r\n\r\nIn order to make FTR functional tests faster and less flaky, we started\r\nmigrating time picker selection from UI action to Kibana API call:\r\n\r\n```\r\n await this.kibanaServer.uiSettings.update({\r\n 'timepicker:timeDefaults': `{ \"from\": <startTime>, \"to\": <endTime>}`,\r\n });\r\n```\r\n\r\nIn this PR I updated most of the tests listed in the meta issue, so we\r\ncan close it.\r\n\r\nFlaky test runner\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2606","sha":"85a99c954f386bfa6291b266fe94a1456e312b25","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v8.10.0","v8.8.3","v8.9.1"],"number":161642,"url":"https://github.com/elastic/kibana/pull/161642","mergeCommit":{"message":"[ftr] migrate time picker GUI selection to uiSettings API call (#161642)\n\ncloses #113998\r\n\r\nIn order to make FTR functional tests faster and less flaky, we started\r\nmigrating time picker selection from UI action to Kibana API call:\r\n\r\n```\r\n await this.kibanaServer.uiSettings.update({\r\n 'timepicker:timeDefaults': `{ \"from\": <startTime>, \"to\": <endTime>}`,\r\n });\r\n```\r\n\r\nIn this PR I updated most of the tests listed in the meta issue, so we\r\ncan close it.\r\n\r\nFlaky test runner\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2606","sha":"85a99c954f386bfa6291b266fe94a1456e312b25"}},"sourceBranch":"main","suggestedTargetBranches":["8.8","8.9"],"targetPullRequestStates":[{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/161642","number":161642,"mergeCommit":{"message":"[ftr] migrate time picker GUI selection to uiSettings API call (#161642)\n\ncloses #113998\r\n\r\nIn order to make FTR functional tests faster and less flaky, we started\r\nmigrating time picker selection from UI action to Kibana API call:\r\n\r\n```\r\n await this.kibanaServer.uiSettings.update({\r\n 'timepicker:timeDefaults': `{ \"from\": <startTime>, \"to\": <endTime>}`,\r\n });\r\n```\r\n\r\nIn this PR I updated most of the tests listed in the meta issue, so we\r\ncan close it.\r\n\r\nFlaky test runner\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2606","sha":"85a99c954f386bfa6291b266fe94a1456e312b25"}},{"branch":"8.8","label":"v8.8.3","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.9","label":"v8.9.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Dzmitry Lemechko <[email protected]>
- Loading branch information
1 parent
5a5d179
commit 79d6593
Showing
12 changed files
with
56 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.