[ResponseOps][Connectors] Increase the test coverage for connector schema validation performed by the framework#258503
Conversation
|
Pinging @elastic/response-ops (Team:ResponseOps) |
x-pack/platform/plugins/shared/actions/server/sub_action_framework/validators.test.ts
Outdated
Show resolved
Hide resolved
x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.test.ts
Outdated
Show resolved
Hide resolved
x-pack/platform/plugins/shared/actions/server/sub_action_framework/executor.test.ts
Outdated
Show resolved
Hide resolved
x-pack/platform/plugins/shared/actions/server/lib/validate_with_schema.test.ts
Show resolved
Hide resolved
x-pack/platform/plugins/shared/actions/server/lib/related_saved_objects.test.ts
Outdated
Show resolved
Hide resolved
…b.com/georgianaonoleata1904/kibana into connector-schema-validation-framework
x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.test.ts
Show resolved
Hide resolved
x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.test.ts
Show resolved
Hide resolved
x-pack/platform/plugins/shared/actions/server/lib/validate_with_schema.test.ts
Show resolved
Hide resolved
...k/platform/plugins/shared/actions/server/application/connector/methods/create/create.test.ts
Outdated
Show resolved
Hide resolved
...form/plugins/shared/actions/server/lib/single_file_connectors/generate_config_schema.test.ts
Show resolved
Hide resolved
⏳ Build in-progress, with failures
Failed CI Steps
Test Failures
History
|
|
Starting backport for target branches: 9.3 https://github.com/elastic/kibana/actions/runs/23595174951 |
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
…hema validation performed by the framework (elastic#258503) Closes elastic#251653 ## Summary - Added unit tests across the actions framework to ensure schema validation behavior is stable against schema parser changes or upgrades. (cherry picked from commit 995465b) # Conflicts: # src/platform/packages/shared/kbn-connector-specs/src/lib/generate_secrets_schema_from_spec.test.ts # x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/create.test.ts # x-pack/platform/plugins/shared/actions/server/application/connector/methods/get/get.test.ts # x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/update.test.ts # x-pack/platform/plugins/shared/actions/server/lib/validate_with_schema.test.ts
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…hema validation performed by the framework (elastic#258503) Closes elastic#251653 ## Summary - Added unit tests across the actions framework to ensure schema validation behavior is stable against schema parser changes or upgrades.
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
1 similar comment
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
…hema validation performed by the framework (elastic#258503) Closes elastic#251653 ## Summary - Added unit tests across the actions framework to ensure schema validation behavior is stable against schema parser changes or upgrades.
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
…hema validation performed by the framework (elastic#258503) Closes elastic#251653 ## Summary - Added unit tests across the actions framework to ensure schema validation behavior is stable against schema parser changes or upgrades.
…tor schema validation performed by the framework (#258503) (#259774) # Backport This will backport the following commits from `main` to `9.3`: - [[ResponseOps][Connectors] Increase the test coverage for connector schema validation performed by the framework (#258503)](#258503) <!--- Backport version: 11.0.1 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Georgiana-Andreea Onoleață","email":"georgiana.onoleata@elastic.co"},"sourceCommit":{"committedDate":"2026-03-26T12:49:38Z","message":"[ResponseOps][Connectors] Increase the test coverage for connector schema validation performed by the framework (#258503)\n\nCloses https://github.com/elastic/kibana/issues/251653\n\n## Summary\n\n- Added unit tests across the actions framework to ensure schema\nvalidation behavior is stable against schema parser changes or upgrades.","sha":"995465be0cce243def0a0e29b580d758791cf251","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:ResponseOps","backport:version","v9.4.0","v9.3.3"],"title":"[ResponseOps][Connectors] Increase the test coverage for connector schema validation performed by the framework","number":258503,"url":"https://github.com/elastic/kibana/pull/258503","mergeCommit":{"message":"[ResponseOps][Connectors] Increase the test coverage for connector schema validation performed by the framework (#258503)\n\nCloses https://github.com/elastic/kibana/issues/251653\n\n## Summary\n\n- Added unit tests across the actions framework to ensure schema\nvalidation behavior is stable against schema parser changes or upgrades.","sha":"995465be0cce243def0a0e29b580d758791cf251"}},"sourceBranch":"main","suggestedTargetBranches":["9.3"],"targetPullRequestStates":[{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/258503","number":258503,"mergeCommit":{"message":"[ResponseOps][Connectors] Increase the test coverage for connector schema validation performed by the framework (#258503)\n\nCloses https://github.com/elastic/kibana/issues/251653\n\n## Summary\n\n- Added unit tests across the actions framework to ensure schema\nvalidation behavior is stable against schema parser changes or upgrades.","sha":"995465be0cce243def0a0e29b580d758791cf251"}},{"branch":"9.3","label":"v9.3.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
Closes #251653
Summary