parallel_schedule 2.4 KB
Newer Older
1 2
# ----------
# The first group of parallel test
3
# $PostgreSQL: pgsql/src/test/regress/parallel_schedule,v 1.35 2006/08/30 23:34:22 tgl Exp $
4
# ----------
P
Peter Eisentraut 已提交
5
test: boolean char name varchar text int2 int4 int8 oid float4 float8 bit numeric
6 7 8 9 10 11 12 13 14

# Depends on things setup during char, varchar and text
test: strings
# Depends on int2, int4, int8, float4, float8
test: numerology

# ----------
# The second group of parallel test
# ----------
15
test: point lseg box path polygon circle date time timetz timestamp timestamptz interval abstime reltime tinterval inet comments oidjoins type_sanity opr_sanity
16 17 18

# Depends on point, lseg, box, path, polygon and circle
test: geometry
19
# Depends on interval, timetz, timestamp, timestamptz, reltime and abstime
20
test: horology
21 22 23 24

# ----------
# These four each depend on the previous one
# ----------
B
Bruce Momjian 已提交
25
test: insert
26 27 28 29 30 31 32 33 34 35 36
test: create_function_1
test: create_type
test: create_table
test: create_function_2

# ----------
# Load huge amounts of data
# We should split the data files into single files and then
# execute two copy tests parallel, to check that copy itself
# is concurrent safe.
# ----------
37
test: copy copyselect
38 39 40 41

# ----------
# The third group of parallel test
# ----------
A
 
Andrew Dunstan 已提交
42
test: constraints triggers create_misc create_aggregate create_operator inherit vacuum drop_if_exists
43 44

# Depends on the above
45
test: create_index create_view
46 47 48 49 50 51 52 53 54 55 56 57 58

# ----------
# sanity_check does a vacuum, affecting the sort order of SELECT *
# results. So it should not run parallel to other tests.
# ----------
test: sanity_check

# ----------
# Believe it or not, select creates a table, subsequent
# tests need.
# ----------
test: errors
test: select
T
Tom Lane 已提交
59
ignore: random
60 61 62 63

# ----------
# The fourth group of parallel test
# ----------
64
test: select_into select_distinct select_distinct_on select_implicit select_having subselect union case join aggregates transactions random portals arrays btree_index hash_index update namespace prepared_xacts delete
65

66
test: privileges
67 68 69 70 71
test: misc

# ----------
# The fifth group of parallel test
# ----------
T
Tom Lane 已提交
72
test: select_views portals_p2 rules foreign_key cluster dependency guc
73 74 75 76 77

# ----------
# The sixth group of parallel test
# ----------
# "plpgsql" cannot run concurrently with "rules"
78
test: limit plpgsql copy2 temp domain rangefuncs prepare without_oid conversion truncate alter_table sequence polymorphism rowtypes returning
79 80 81

# run stats by itself because its delay may be insufficient under heavy load
test: stats
82 83 84

# run tablespace by itself
test: tablespace