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

distsql: improve columnar operator test harness for decimals #117563

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

yuzefovich
Copy link
Member

We recently merged a change to add decimals with different numbers of trailing zeroes in the "interesting datums" set, and it made some existing tests fail because they used direct string comparison for equality. This commit adjusts the test harness to be smarter for decimals.

Fixes: #117543.

Release note: None

We recently merged a change to add decimals with different numbers of
trailing zeroes in the "interesting datums" set, and it made some
existing tests fail because they used direct string comparison for
equality. This commit adjusts the test harness to be smarter for
decimals.

Release note: None
@yuzefovich yuzefovich requested review from rafiss, DrewKimball and a team January 9, 2024 18:21
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator

@DrewKimball DrewKimball 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!

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

@yuzefovich
Copy link
Member Author

TFTR!

bors r+

@craig
Copy link
Contributor

craig bot commented Jan 9, 2024

Build failed (retrying...):

@craig
Copy link
Contributor

craig bot commented Jan 9, 2024

Build failed (retrying...):

@craig
Copy link
Contributor

craig bot commented Jan 10, 2024

Build succeeded:

@craig craig bot merged commit 3bcf088 into cockroachdb:master Jan 10, 2024
8 of 9 checks passed
@yuzefovich yuzefovich deleted the fix-decimal-flake branch January 10, 2024 01:07
@yuzefovich
Copy link
Member Author

blathers backport release-23.2

@yuzefovich
Copy link
Member Author

blathers backport release-23.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.

sql/distsql: TestSorterAgainstProcessor failed
4 participants