-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sqlsmith, tests: compare result sets in TLP testing
Previously, only the result counts of the unpartitioned and partitioned TLP queries were compared. This was inadequate because it allowed for different rows values in the two result sets to go undetected, as long as the row counts were the same. To address this, the rows in the result sets are compared directly to ensure they are the same, as expected. Release note: None
- Loading branch information
Neha George
committed
Sep 30, 2021
1 parent
f4a1848
commit b9b70c1
Showing
3 changed files
with
74 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters