parallel_schedule 3.0 KB
Newer Older
1
# ----------
2
# $PostgreSQL: pgsql/src/test/regress/parallel_schedule,v 1.56 2009/07/02 07:03:18 petere Exp $
3 4 5 6 7 8 9
#
# By convention, we put no more than twenty tests in any one parallel group;
# this limits the number of connections needed to run the tests.
# ----------

# ----------
# The first group of parallel tests
10
# ----------
11
test: boolean char name varchar text int2 int4 int8 oid float4 float8 bit numeric txid uuid enum money
12 13 14 15 16 17 18

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

# ----------
19
# The second group of parallel tests
20
# ----------
21
test: point lseg box path polygon circle date time timetz timestamp timestamptz interval abstime reltime tinterval inet macaddr tstypes comments
22

23 24 25 26 27 28
# ----------
# Another group of parallel tests
# geometry depends on point, lseg, box, path, polygon and circle
# horology depends on interval, timetz, timestamp, timestamptz, reltime and abstime
# ----------
test: geometry horology oidjoins type_sanity opr_sanity
29 30 31 32

# ----------
# These four each depend on the previous one
# ----------
B
Bruce Momjian 已提交
33
test: insert
34 35 36 37 38 39 40 41 42 43 44
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.
# ----------
45
test: copy copyselect
46 47

# ----------
48
# Another group of parallel tests
49
# ----------
50
test: constraints triggers create_misc create_aggregate create_operator inherit vacuum drop_if_exists create_cast
51 52

# Depends on the above
53
test: create_index create_view
54 55 56 57 58 59 60 61 62 63 64 65 66

# ----------
# 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 已提交
67
ignore: random
68 69

# ----------
70
# Another group of parallel tests
71
# ----------
72
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
73

74
test: privileges
75 76 77
test: misc

# ----------
78
# Another group of parallel tests
79
# ----------
80
test: select_views portals_p2 rules foreign_key cluster dependency guc bitmapops combocid tsearch tsdicts foreign_data window xmlmap
81 82

# ----------
83
# Another group of parallel tests
84 85
# NB: temp.sql does a reconnect which transiently uses 2 connections,
# so keep this parallel group to at most 19 tests
86
# ----------
87
# "plpgsql" cannot run concurrently with "rules", nor can "plancache"
88
test: plancache limit plpgsql copy2 temp domain rangefuncs prepare without_oid conversion truncate alter_table sequence polymorphism rowtypes returning largeobject with xml
89 90 91

# run stats by itself because its delay may be insufficient under heavy load
test: stats
92 93 94

# run tablespace by itself
test: tablespace