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

Fix some test determinism issue #25572

Merged
merged 1 commit into from
Aug 19, 2021
Merged

Fix some test determinism issue #25572

merged 1 commit into from
Aug 19, 2021

Conversation

roji
Copy link
Member

@roji roji commented Aug 18, 2021

Following #19828

@roji roji requested review from smitpatel and maumar August 18, 2021 14:09
FROM [Customers] AS [c]
LEFT JOIN [Orders] AS [o0] ON [c].[CustomerID] = [o0].[CustomerID]
LEFT JOIN (
Copy link
Member Author

Choose a reason for hiding this comment

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

Note this subquery join that appeared after adding OrderBy

Copy link
Member Author

Choose a reason for hiding this comment

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

@smitpatel let me know if you want to follow up on this, can open an issue.

@roji roji merged commit aaaba9b into release/6.0 Aug 19, 2021
@roji roji deleted the roji/MoarTestDeterminism branch August 19, 2021 20:53
This pull request was closed.
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.

2 participants