Fix random discrepancies between parallel_schedule and serial_schedule.

In particular, my previous patch expected the create_index test to run
before the inherit test; but this was only true in the serial schedule.
Rearrange this portion of the schedules to be more consistent.

Per buildfarm results.
This commit is contained in:
Tom Lane 2011-11-08 23:05:21 -05:00
parent 7097e6c4a4
commit 2e16d61ddb
2 changed files with 14 additions and 10 deletions

View File

@ -49,13 +49,17 @@ test: create_function_2
# ---------- # ----------
test: copy copyselect test: copy copyselect
# ----------
# More groups of parallel tests
# ----------
test: create_misc create_operator
# These depend on the above two
test: create_index create_view
# ---------- # ----------
# Another group of parallel tests # Another group of parallel tests
# ---------- # ----------
test: constraints triggers create_misc create_aggregate create_operator inherit typed_table vacuum drop_if_exists create_cast test: create_aggregate create_cast constraints triggers inherit typed_table vacuum drop_if_exists
# Depends on the above
test: create_index create_view
# ---------- # ----------
# sanity_check does a vacuum, affecting the sort order of SELECT * # sanity_check does a vacuum, affecting the sort order of SELECT *

View File

@ -49,20 +49,20 @@ test: create_function_1
test: create_type test: create_type
test: create_table test: create_table
test: create_function_2 test: create_function_2
test: create_cast
test: copy test: copy
test: copyselect test: copyselect
test: constraints
test: triggers
test: create_misc test: create_misc
test: create_aggregate
test: create_operator test: create_operator
test: create_index test: create_index
test: drop_if_exists test: create_view
test: create_aggregate
test: create_cast
test: constraints
test: triggers
test: inherit test: inherit
test: typed_table test: typed_table
test: vacuum test: vacuum
test: create_view test: drop_if_exists
test: sanity_check test: sanity_check
test: errors test: errors
test: select test: select