Reorder identity regression test
Peter Eisentraut <peter@eisentraut.org>
Reorder identity regression test The previous test order had the effect that if something was wrong with the identity functionality, the create_table_like test would likely fail or crash first, which is confusing. Reorder so that the identity test comes before create_table_like.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/identity.out | modified | +1 −0 |
| src/test/regress/expected/sanity_check.out | modified | +0 −2 |
| src/test/regress/parallel_schedule | modified | +4 −4 |
| src/test/regress/serial_schedule | modified | +2 −2 |
| src/test/regress/sql/identity.sql | modified | +2 −0 |