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

roachtest: fix bundle collection on failure in tpchvec/mt-shared-process #120454

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

yuzefovich
Copy link
Member

Previously, we hard-coded using the connection to the system tenant when collecting the stmt bundle in case the test is failing, and this is now fixed.

Additionally, the output of EXPLAIN ANALYZE (DEBUG) doesn't contain the AdminUI link (present in the system tenant) that we used to download the bundle, so this commit refactors the code to use the CLI client instead, that is common for both system and application tenants.

Fixes: #120397.

Release note: None

@yuzefovich yuzefovich added the backport-23.2.x Flags PRs that need to be backported to 23.2. label Mar 14, 2024
@yuzefovich yuzefovich requested review from a team and rytaft and removed request for a team March 14, 2024 01:11
@yuzefovich yuzefovich requested a review from a team as a code owner March 14, 2024 01:11
@yuzefovich yuzefovich requested review from srosenberg and renatolabs and removed request for a team March 14, 2024 01:11
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Previously, we hard-coded using the connection to the system tenant when
collecting the stmt bundle in case the test is failing, and this is now
fixed.

Additionally, the output of EXPLAIN ANALYZE (DEBUG) doesn't contain the
AdminUI link (present in the system tenant) that we used to download the
bundle, so this commit refactors the code to use the CLI client instead,
that is common for both system and application tenants.

Release note: None
Copy link
Collaborator

@mgartner mgartner left a comment

Choose a reason for hiding this comment

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

:lgtm: Thanks for fixing this!

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @rytaft)

@yuzefovich
Copy link
Member Author

TFTR!

bors r+

@craig
Copy link
Contributor

craig bot commented Mar 15, 2024

@craig craig bot merged commit 0f6dfd5 into cockroachdb:master Mar 15, 2024
18 of 19 checks passed
Copy link

blathers-crl bot commented Mar 15, 2024

Encountered an error creating backports. Some common things that can go wrong:

  1. The backport branch might have already existed.
  2. There was a merge conflict.
  3. The backport branch contained merge commits.

You might need to create your backport manually using the backport tool.


error creating merge commit from 4d21fed to blathers/backport-release-23.2-120454: POST https://api.github.com/repos/cockroachdb/cockroach/merges: 409 Merge conflict []

you may need to manually resolve merge conflicts with the backport tool.

Backport to branch 23.2.x failed. See errors above.


🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-23.2.x Flags PRs that need to be backported to 23.2.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

roachtest: tpchvec/direct_scans/mt-shared-process failed
3 participants