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 a minor bug with tpch_concurrency roachtest #82521

Merged
merged 1 commit into from
Jun 7, 2022

Conversation

yuzefovich
Copy link
Member

tpch_concurrency pushes the cluster to its limits, so it is expected
that OOMs occur. Previously, in a recently added code path, we would
fail the test if an error occurred when running a debugging statement,
yet that error is expected and should be returned.

Fixes: #82510.

Release note: None

`tpch_concurrency` pushes the cluster to its limits, so it is expected
that OOMs occur. Previously, in a recently added code path, we would
fail the test if an error occurred when running a debugging statement,
yet that error is expected and should be returned.

Release note: None
@yuzefovich yuzefovich requested review from rharding6373, michae2 and a team June 7, 2022 14:39
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator

@rharding6373 rharding6373 left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @michae2)

@yuzefovich
Copy link
Member Author

TFTR!

bors r+

@craig
Copy link
Contributor

craig bot commented Jun 7, 2022

Build failed (retrying...):

@craig
Copy link
Contributor

craig bot commented Jun 7, 2022

Build failed (retrying...):

@craig
Copy link
Contributor

craig bot commented Jun 7, 2022

Build succeeded:

@craig craig bot merged commit d9fd5bf into cockroachdb:master Jun 7, 2022
@yuzefovich yuzefovich deleted the fix-tpch-concurrency branch June 7, 2022 22:02
@yuzefovich
Copy link
Member Author

blathers backport 22.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

roachtest: tpch_concurrency failed
3 participants