Skip to content

Fix some test determinism issue#25572

Merged
roji merged 1 commit intorelease/6.0from
roji/MoarTestDeterminism
Aug 19, 2021
Merged

Fix some test determinism issue#25572
roji merged 1 commit intorelease/6.0from
roji/MoarTestDeterminism

Conversation

@roji
Copy link
Copy Markdown
Member

@roji roji commented Aug 18, 2021

Following #19828

@roji roji requested review from maumar and smitpatel August 18, 2021 14:09
SELECT [c].[CustomerID], [t].[OrderID], [t].[CustomerID], [t].[EmployeeID], [t].[OrderDate]
FROM [Customers] AS [c]
LEFT JOIN [Orders] AS [o0] ON [c].[CustomerID] = [o0].[CustomerID]
LEFT JOIN (
Copy link
Copy Markdown
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
Copy Markdown
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
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