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

backupccl: deflake a test #55526

Merged
merged 1 commit into from
Oct 14, 2020
Merged

backupccl: deflake a test #55526

merged 1 commit into from
Oct 14, 2020

Conversation

yuzefovich
Copy link
Member

@yuzefovich yuzefovich commented Oct 13, 2020

I've just hit a test flake on one of my branches because the order of the
schemas in the output was different from the expected one which appears
to be due to the queries not having an ORDER BY clause. That is now
fixed which should make the test output deterministic.

Release note: None

@yuzefovich yuzefovich requested review from thoszhang, a team and dt and removed request for a team October 13, 2020 21:52
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@yuzefovich
Copy link
Member Author

Here is an example of the failure.

Copy link
Contributor

@thoszhang thoszhang left a comment

Choose a reason for hiding this comment

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

Thanks!

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

I've just hit a test flake on one of my branches because the order of the
schemas in the output was different from the expected one which appears
to be due to the queries not having an ORDER BY clause. That is now
fixed which should make the test output deterministic.

Release note: None
@yuzefovich
Copy link
Member Author

TFTR!

bors r+

@yuzefovich
Copy link
Member Author

Just FYI - it seems like the test output might have been changing only because of the changes to the hash join algorithm that are part of #54808.

@craig
Copy link
Contributor

craig bot commented Oct 14, 2020

Build succeeded:

@craig craig bot merged commit e8757eb into cockroachdb:master Oct 14, 2020
@yuzefovich yuzefovich deleted the deflake branch October 14, 2020 00:10
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.

3 participants