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: fix flaky batch size test #62604

Merged
merged 1 commit into from
Mar 25, 2021

Conversation

jordanlewis
Copy link
Member

Closes #62576
Closes #62566

Release note: None

@jordanlewis jordanlewis requested review from yuzefovich and a team March 25, 2021 14:45
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Member

@yuzefovich yuzefovich left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @jordanlewis)


pkg/sql/colfetcher/vectorized_batch_size_test.go, line 72 at r1 (raw file):

			assert.NoError(t, err)
			if foundBatches != 1 {
				t.Log(sb.String())

nit: why not return an error here? If returning the error outside of the loop, maybe we should do t.Log there as well so that the whole output is logged?

Copy link
Member

@yuzefovich yuzefovich left a comment

Choose a reason for hiding this comment

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

Needs make bazel-generate.

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

@jordanlewis
Copy link
Member Author

bors r+

@craig
Copy link
Contributor

craig bot commented Mar 25, 2021

Build succeeded:

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.

colexec: TestScanBatchSize flaked sql/colfetcher: TestScanBatchSize failed
3 participants