dbms: Server: Removed test because UNION ALL and FORMAT cannot be reliably tested together with our current functional test framework: 1) in the result of a UNION ALL the rows may appear in any order; 2) If put UNION ALL in a subrequest and use ORDER BY, we cannot test FORMAT. [#METR-16716]

This commit is contained in:
Alexey Arno 2015-06-25 21:03:09 +03:00
parent a522013939
commit a13e6f6a56
2 changed files with 0 additions and 21 deletions

View File

@ -1,18 +0,0 @@
1
1
1
1
1
2
1
1
1
2
1
3

View File

@ -1,3 +0,0 @@
SELECT 1 FORMAT PrettySpace;
SELECT 1 UNION ALL SELECT 2 FORMAT PrettySpace;
SELECT 1 UNION ALL SELECT 2 UNION ALL SELECT 3 FORMAT PrettySpace;