unskip license type functional test#163199
Merged
tsullivan merged 4 commits intoelastic:mainfrom Aug 10, 2023
Merged
Conversation
3beaa8f to
d45a492
Compare
362bcec to
273834d
Compare
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
Contributor
|
Pinging @elastic/kibana-core (Team:Core) |
Member
|
Oops! I had the same changes on #163286 as I was looking at another related Skipped test issue 😅 |
rudolf
approved these changes
Aug 10, 2023
jloleysens
added a commit
to jloleysens/kibana
that referenced
this pull request
Aug 10, 2023
* main: (108 commits) [Telemetry Schema Validation] Allow `null` on `string` (elastic#163499) [Search] Add Slack and Gmail connectors (elastic#163321) [ML] Provide hints for empty fields in dropdown options in Anomaly detection & Transform creation wizards, Change point detection view (elastic#163371) chore(slo): Add response required fields (elastic#163430) [AO] Fix add_to_case functional test (elastic#163155) unskip license type functional test (elastic#163199) fix(NA): yarn env vars for node_modules mirrors (elastic#163549) [Response Ops][Task Manager] Expose SLI metrics in HTTP API (elastic#162178) [Logs UI] Adapt test to ES highlighting changes and unskip (elastic#163592) [Infra UI] Implement Telemetry on 'Show' buttons within Inventory (elastic#163587) [Enterprise Search]Migrate all usages of EuiPage*_Deprecated (elastic#163482) fix(slo): settings and access for serverless (elastic#163514) [Infra UI] Implement telemetry for the asset details flyout (elastic#163078) [Fleet] Add a banner to the top of the Kafka Output UI to say that Elastic Defend integration is not supported (elastic#163579) [Fleet] Re-enable and fix Fleet policy secret integration tests (elastic#163428) [Fleet] add managed to imported saved object (elastic#163526) [Index Management] Disable index actions using contextRef (elastic#163475) [Discover] Inline shard failures warnings (elastic#161271) [Security Solution][Detection engine] skips geo_point non-ecs validation (elastic#163487) Update EUI layout components in bfetch example plugin (elastic#163490) ...
This was referenced Aug 10, 2023
Member
|
@tsullivan, can we backport this PR to solve #148313 (it was flagged for 7.17)? |
tsullivan
added a commit
to tsullivan/kibana
that referenced
this pull request
Aug 10, 2023
(cherry picked from commit ea57cae) # Conflicts: # x-pack/test/licensing_plugin/server/updates.ts
Member
Author
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Member
Author
tsullivan
added a commit
that referenced
this pull request
Aug 11, 2023
# Backport This will backport the following commits from `main` to `7.17`: - [unskip license type functional test (#163199)](#163199) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Tim Sullivan","email":"tsullivan@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-08-10T14:43:05Z","message":"unskip license type functional test (#163199)","sha":"ea57caed71e5a9eca5325fc9e16f0bd34ebf3c7a","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","Feature:License","release_note:skip","backport:skip","v8.10.0"],"number":163199,"url":"https://github.com/elastic/kibana/pull/163199","mergeCommit":{"message":"unskip license type functional test (#163199)","sha":"ea57caed71e5a9eca5325fc9e16f0bd34ebf3c7a"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/163199","number":163199,"mergeCommit":{"message":"unskip license type functional test (#163199)","sha":"ea57caed71e5a9eca5325fc9e16f0bd34ebf3c7a"}}]}] BACKPORT-->
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
provides changes in license typestestThe flaky test runner has passed this test 50 times: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2839
Closes #53575