Fix identity test case
authorPavan Deolasee <pavan.deolasee@gmail.com>
Thu, 24 Aug 2017 09:38:27 +0000 (15:08 +0530)
committerPavan Deolasee <pavan.deolasee@gmail.com>
Thu, 24 Aug 2017 09:38:27 +0000 (15:08 +0530)
commite9d1c923677b71d95ee6eac483981afbd167a96e
treea60a093859bdd47f180ca3f40c4bfa1ccc98cab7
parent53b8595e125c120757ec5ec2431418916839d13c
Fix identity test case

Accept some differences as the identity column is also used distribution
column and hence updates are disallowed in XL. So accept those differences (we
should later add XL-specific test cases by having identity in non-distribution
column). Also add ORDER BY in some select queries to ensure consistent ordering
of the result
src/test/regress/expected/identity.out
src/test/regress/sql/identity.sql