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

[Inventory] Fix the link to discover test #201197

Conversation

jennypavlova
Copy link
Member

@jennypavlova jennypavlova commented Nov 21, 2024

Closes #201189

Summary

After this fix was added in #200984 the test started failing as it was verifying the previous kuery value - it was missing the " " so after this bug was fixed the test should be updated as well (basically changing container.id:foo with container.id:"foo") and this PR updates the test.

I checked locally and the test is passing now.

@jennypavlova jennypavlova added release_note:skip Skip the PR/issue when compiling release notes backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team labels Nov 21, 2024
@jennypavlova jennypavlova self-assigned this Nov 21, 2024
@jennypavlova jennypavlova requested a review from a team as a code owner November 21, 2024 14:16
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)

@botelastic botelastic bot added the ci:project-deploy-observability Create an Observability project label Nov 21, 2024
Copy link
Contributor

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • /oblt-deploy : Deploy a Kibana instance using the Observability test environments.
  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

Copy link
Contributor

@rmyz rmyz left a comment

Choose a reason for hiding this comment

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

LGTM!

@jennypavlova jennypavlova enabled auto-merge (squash) November 21, 2024 15:19
@elasticmachine
Copy link
Contributor

elasticmachine commented Nov 21, 2024

💚 Build Succeeded

  • Buildkite Build
  • Commit: 0cbc0ab
  • Kibana Serverless Image: docker.elastic.co/kibana-ci/kibana-serverless:pr-201197-0cbc0ab90dc2

Metrics [docs]

✅ unchanged

History

cc @jennypavlova

@jennypavlova jennypavlova merged commit 74cf5d4 into elastic:main Nov 21, 2024
27 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.x

https://github.com/elastic/kibana/actions/runs/11958266213

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Nov 21, 2024
Closes elastic#201189

## Summary

After this fix was added in
elastic#200984 the test started failing
as it was verifying the previous kuery value - it was missing the `" "`
so after this bug was fixed the test should be updated as well
(basically changing `container.id:foo` with `container.id:"foo"`) and
this PR updates the test.

I checked locally and the test is passing now.

(cherry picked from commit 74cf5d4)
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.x

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Nov 21, 2024
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Inventory] Fix the link to discover test
(#201197)](#201197)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"jennypavlova","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-21T17:14:43Z","message":"[Inventory]
Fix the link to discover test (#201197)\n\nCloses #201189\r\n\r\n##
Summary\r\n\r\nAfter this fix was added
in\r\nhttps://github.com//pull/200984 the test started
failing\r\nas it was verifying the previous kuery value - it was missing
the `\" \"`\r\nso after this bug was fixed the test should be updated as
well\r\n(basically changing `container.id:foo` with
`container.id:\"foo\"`) and\r\nthis PR updates the test.\r\n\r\nI
checked locally and the test is passing
now.","sha":"74cf5d45784b9f633decae428c61ff96281dcc4b","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-infra_services"],"title":"[Inventory]
Fix the link to discover
test","number":201197,"url":"https://github.com/elastic/kibana/pull/201197","mergeCommit":{"message":"[Inventory]
Fix the link to discover test (#201197)\n\nCloses #201189\r\n\r\n##
Summary\r\n\r\nAfter this fix was added
in\r\nhttps://github.com//pull/200984 the test started
failing\r\nas it was verifying the previous kuery value - it was missing
the `\" \"`\r\nso after this bug was fixed the test should be updated as
well\r\n(basically changing `container.id:foo` with
`container.id:\"foo\"`) and\r\nthis PR updates the test.\r\n\r\nI
checked locally and the test is passing
now.","sha":"74cf5d45784b9f633decae428c61ff96281dcc4b"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/201197","number":201197,"mergeCommit":{"message":"[Inventory]
Fix the link to discover test (#201197)\n\nCloses #201189\r\n\r\n##
Summary\r\n\r\nAfter this fix was added
in\r\nhttps://github.com//pull/200984 the test started
failing\r\nas it was verifying the previous kuery value - it was missing
the `\" \"`\r\nso after this bug was fixed the test should be updated as
well\r\n(basically changing `container.id:foo` with
`container.id:\"foo\"`) and\r\nthis PR updates the test.\r\n\r\nI
checked locally and the test is passing
now.","sha":"74cf5d45784b9f633decae428c61ff96281dcc4b"}}]}] BACKPORT-->

Co-authored-by: jennypavlova <[email protected]>
@crespocarlos
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.17

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

crespocarlos pushed a commit to crespocarlos/kibana that referenced this pull request Nov 22, 2024
Closes elastic#201189

## Summary

After this fix was added in
elastic#200984 the test started failing
as it was verifying the previous kuery value - it was missing the `" "`
so after this bug was fixed the test should be updated as well
(basically changing `container.id:foo` with `container.id:"foo"`) and
this PR updates the test.

I checked locally and the test is passing now.

(cherry picked from commit 74cf5d4)
crespocarlos added a commit that referenced this pull request Nov 22, 2024
# Backport

This will backport the following commits from `main` to `8.17`:
- [[Inventory] Fix the link to discover test
(#201197)](#201197)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"jennypavlova","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-21T17:14:43Z","message":"[Inventory]
Fix the link to discover test (#201197)\n\nCloses #201189\r\n\r\n##
Summary\r\n\r\nAfter this fix was added
in\r\nhttps://github.com//pull/200984 the test started
failing\r\nas it was verifying the previous kuery value - it was missing
the `\" \"`\r\nso after this bug was fixed the test should be updated as
well\r\n(basically changing `container.id:foo` with
`container.id:\"foo\"`) and\r\nthis PR updates the test.\r\n\r\nI
checked locally and the test is passing
now.","sha":"74cf5d45784b9f633decae428c61ff96281dcc4b","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-infra_services","v8.18.0"],"number":201197,"url":"https://github.com/elastic/kibana/pull/201197","mergeCommit":{"message":"[Inventory]
Fix the link to discover test (#201197)\n\nCloses #201189\r\n\r\n##
Summary\r\n\r\nAfter this fix was added
in\r\nhttps://github.com//pull/200984 the test started
failing\r\nas it was verifying the previous kuery value - it was missing
the `\" \"`\r\nso after this bug was fixed the test should be updated as
well\r\n(basically changing `container.id:foo` with
`container.id:\"foo\"`) and\r\nthis PR updates the test.\r\n\r\nI
checked locally and the test is passing
now.","sha":"74cf5d45784b9f633decae428c61ff96281dcc4b"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/201197","number":201197,"mergeCommit":{"message":"[Inventory]
Fix the link to discover test (#201197)\n\nCloses #201189\r\n\r\n##
Summary\r\n\r\nAfter this fix was added
in\r\nhttps://github.com//pull/200984 the test started
failing\r\nas it was verifying the previous kuery value - it was missing
the `\" \"`\r\nso after this bug was fixed the test should be updated as
well\r\n(basically changing `container.id:foo` with
`container.id:\"foo\"`) and\r\nthis PR updates the test.\r\n\r\nI
checked locally and the test is passing
now.","sha":"74cf5d45784b9f633decae428c61ff96281dcc4b"}},{"branch":"8.x","label":"v8.18.0","labelRegex":"^v8.18.0$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/201252","number":201252,"state":"MERGED","mergeCommit":{"sha":"b342de58951e78ad8921704499231a9d78100ca9","message":"[8.x]
[Inventory] Fix the link to discover test (#201197) (#201252)\n\n#
Backport\n\nThis will backport the following commits from `main` to
`8.x`:\n- [[Inventory] Fix the link to discover
test\n(#201197)](https://github.com/elastic/kibana/pull/201197)\n\n<!---
Backport version: 9.4.3 -->\n\n### Questions ?\nPlease refer to the
[Backport
tool\ndocumentation](https://github.com/sqren/backport)\n\n<!--BACKPORT\n[{\"author\":{\"name\":\"jennypavlova\",\"email\":\"[email protected]\"},\"sourceCommit\":{\"committedDate\":\"2024-11-21T17:14:43Z\",\"message\":\"[Inventory]\nFix
the link to discover test (#201197)\\n\\nCloses
#201189\\r\\n\\r\\n##\nSummary\\r\\n\\r\\nAfter this fix was
added\nin\\r\\nhttps://github.com//pull/200984 the test
started\nfailing\\r\\nas it was verifying the previous kuery value - it
was missing\nthe `\\\" \\\"`\\r\\nso after this bug was fixed the test
should be updated as\nwell\\r\\n(basically changing `container.id:foo`
with\n`container.id:\\\"foo\\\"`) and\\r\\nthis PR updates the
test.\\r\\n\\r\\nI\nchecked locally and the test is
passing\nnow.\",\"sha\":\"74cf5d45784b9f633decae428c61ff96281dcc4b\",\"branchLabelMapping\":{\"^v9.0.0$\":\"main\",\"^v8.18.0$\":\"8.x\",\"^v(\\\\d+).(\\\\d+).\\\\d+$\":\"$1.$2\"}},\"sourcePullRequest\":{\"labels\":[\"release_note:skip\",\"v9.0.0\",\"backport:prev-minor\",\"ci:project-deploy-observability\",\"Team:obs-ux-infra_services\"],\"title\":\"[Inventory]\nFix
the link to
discover\ntest\",\"number\":201197,\"url\":\"https://github.com/elastic/kibana/pull/201197\",\"mergeCommit\":{\"message\":\"[Inventory]\nFix
the link to discover test (#201197)\\n\\nCloses
#201189\\r\\n\\r\\n##\nSummary\\r\\n\\r\\nAfter this fix was
added\nin\\r\\nhttps://github.com//pull/200984 the test
started\nfailing\\r\\nas it was verifying the previous kuery value - it
was missing\nthe `\\\" \\\"`\\r\\nso after this bug was fixed the test
should be updated as\nwell\\r\\n(basically changing `container.id:foo`
with\n`container.id:\\\"foo\\\"`) and\\r\\nthis PR updates the
test.\\r\\n\\r\\nI\nchecked locally and the test is
passing\nnow.\",\"sha\":\"74cf5d45784b9f633decae428c61ff96281dcc4b\"}},\"sourceBranch\":\"main\",\"suggestedTargetBranches\":[],\"targetPullRequestStates\":[{\"branch\":\"main\",\"label\":\"v9.0.0\",\"branchLabelMappingKey\":\"^v9.0.0$\",\"isSourceBranch\":true,\"state\":\"MERGED\",\"url\":\"https://github.com/elastic/kibana/pull/201197\",\"number\":201197,\"mergeCommit\":{\"message\":\"[Inventory]\nFix
the link to discover test (#201197)\\n\\nCloses
#201189\\r\\n\\r\\n##\nSummary\\r\\n\\r\\nAfter this fix was
added\nin\\r\\nhttps://github.com//pull/200984 the test
started\nfailing\\r\\nas it was verifying the previous kuery value - it
was missing\nthe `\\\" \\\"`\\r\\nso after this bug was fixed the test
should be updated as\nwell\\r\\n(basically changing `container.id:foo`
with\n`container.id:\\\"foo\\\"`) and\\r\\nthis PR updates the
test.\\r\\n\\r\\nI\nchecked locally and the test is
passing\nnow.\",\"sha\":\"74cf5d45784b9f633decae428c61ff96281dcc4b\"}}]}]
BACKPORT-->\n\nCo-authored-by: jennypavlova
<[email protected]>"}}]}] BACKPORT-->

Co-authored-by: jennypavlova <[email protected]>
paulinashakirova pushed a commit to paulinashakirova/kibana that referenced this pull request Nov 26, 2024
Closes elastic#201189

## Summary

After this fix was added in
elastic#200984 the test started failing
as it was verifying the previous kuery value - it was missing the `" "`
so after this bug was fixed the test should be updated as well
(basically changing `container.id:foo` with `container.id:"foo"`) and
this PR updates the test.

I checked locally and the test is passing now.
CAWilson94 pushed a commit to CAWilson94/kibana that referenced this pull request Dec 12, 2024
Closes elastic#201189

## Summary

After this fix was added in
elastic#200984 the test started failing
as it was verifying the previous kuery value - it was missing the `" "`
so after this bug was fixed the test should be updated as well
(basically changing `container.id:foo` with `container.id:"foo"`) and
this PR updates the test.

I checked locally and the test is passing now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) ci:project-deploy-observability Create an Observability project release_note:skip Skip the PR/issue when compiling release notes Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team v8.18.0 v9.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Inventory] Fix the link to discover test
7 participants