]> granicus.if.org Git - postgresql/blob - src/test/regress/parallel_schedule
Update copyright for the year 2010.
[postgresql] / src / test / regress / parallel_schedule
1 # ----------
2 # $PostgreSQL: pgsql/src/test/regress/parallel_schedule,v 1.57 2009/08/24 03:10:16 tgl Exp $
3 #
4 # By convention, we put no more than twenty tests in any one parallel group;
5 # this limits the number of connections needed to run the tests.
6 # ----------
7
8 # run tablespace by itself, and first, because it forces a checkpoint;
9 # we'd prefer not to have checkpoints later in the tests because that
10 # interferes with crash-recovery testing.
11 test: tablespace
12
13 # ----------
14 # The first group of parallel tests
15 # ----------
16 test: boolean char name varchar text int2 int4 int8 oid float4 float8 bit numeric txid uuid enum money
17
18 # Depends on things setup during char, varchar and text
19 test: strings
20 # Depends on int2, int4, int8, float4, float8
21 test: numerology
22
23 # ----------
24 # The second group of parallel tests
25 # ----------
26 test: point lseg box path polygon circle date time timetz timestamp timestamptz interval abstime reltime tinterval inet macaddr tstypes comments
27
28 # ----------
29 # Another group of parallel tests
30 # geometry depends on point, lseg, box, path, polygon and circle
31 # horology depends on interval, timetz, timestamp, timestamptz, reltime and abstime
32 # ----------
33 test: geometry horology oidjoins type_sanity opr_sanity
34
35 # ----------
36 # These four each depend on the previous one
37 # ----------
38 test: insert
39 test: create_function_1
40 test: create_type
41 test: create_table
42 test: create_function_2
43
44 # ----------
45 # Load huge amounts of data
46 # We should split the data files into single files and then
47 # execute two copy tests parallel, to check that copy itself
48 # is concurrent safe.
49 # ----------
50 test: copy copyselect
51
52 # ----------
53 # Another group of parallel tests
54 # ----------
55 test: constraints triggers create_misc create_aggregate create_operator inherit vacuum drop_if_exists create_cast
56
57 # Depends on the above
58 test: create_index create_view
59
60 # ----------
61 # sanity_check does a vacuum, affecting the sort order of SELECT *
62 # results. So it should not run parallel to other tests.
63 # ----------
64 test: sanity_check
65
66 # ----------
67 # Believe it or not, select creates a table, subsequent
68 # tests need.
69 # ----------
70 test: errors
71 test: select
72 ignore: random
73
74 # ----------
75 # Another group of parallel tests
76 # ----------
77 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
78
79 test: privileges
80 test: misc
81
82 # ----------
83 # Another group of parallel tests
84 # ----------
85 test: select_views portals_p2 rules foreign_key cluster dependency guc bitmapops combocid tsearch tsdicts foreign_data window xmlmap
86
87 # ----------
88 # Another group of parallel tests
89 # NB: temp.sql does a reconnect which transiently uses 2 connections,
90 # so keep this parallel group to at most 19 tests
91 # ----------
92 # "plpgsql" cannot run concurrently with "rules", nor can "plancache"
93 test: plancache limit plpgsql copy2 temp domain rangefuncs prepare without_oid conversion truncate alter_table sequence polymorphism rowtypes returning largeobject with xml
94
95 # run stats by itself because its delay may be insufficient under heavy load
96 test: stats