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

sql: remove testing.vectorize.batch_size setting #57401

Closed
wants to merge 1 commit into from

Conversation

yuzefovich
Copy link
Member

@yuzefovich yuzefovich commented Dec 2, 2020

With the recent addition of the metamorphic build tag we no longer need
to expose the sql.testing.vectorize.batch_size cluster setting in
order to randomize coldata.BatchSize() for testing purposes, so this
commit retires the setting. The only testing coverage we're losing is
tpchvec/smallbatchsize test, but I don't think it ever found any
issues, so it doesn't seem important to figure out how to use the
metamorphic tag for it.

Fixes: #51156.
Fixes: #57088.
Fixes: #57198.
Addresses: #55348.

Release note: None (removing non-public setting)

@yuzefovich yuzefovich added the do-not-merge bors won't merge a PR with this label. label Dec 2, 2020
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@yuzefovich
Copy link
Member Author

Before merging this, we need to fix the metamorphic nightly build.

@jordanlewis do you know whether there is much left to do there?

@yuzefovich yuzefovich force-pushed the batch-size branch 2 times, most recently from f9bad59 to 3a17fbd Compare December 2, 2020 22:22
With the recent addition of the metamorphic build tag we no longer need
to expose the `sql.testing.vectorize.batch_size` cluster setting in
order to randomize `coldata.BatchSize()` for testing purposes, so this
commit retires the setting. The only testing coverage we're losing is
`tpchvec/smallbatchsize` test, but I don't think it ever found any
issues, so it doesn't seem important to figure out how to use the
metamorphic tag for it.

Release note: None (removing non-public setting)
@yuzefovich
Copy link
Member Author

I'll fix up all of the issues with metamorphic test in #57483.

@yuzefovich yuzefovich closed this Dec 4, 2020
@yuzefovich yuzefovich deleted the batch-size branch December 4, 2020 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge bors won't merge a PR with this label.
Projects
None yet
2 participants