Migrate the former contrib/txid module into core. This will make it easier
[PostgreSQL.git] / src / test / regress / parallel_schedule
bloba62515fe48c2183df5b850e49655cbeae8b70f12
1 # ----------
2 # $PostgreSQL$
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 # ----------
8 # ----------
9 # 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
13 # Depends on things setup during char, varchar and text
14 test: strings
15 # Depends on int2, int4, int8, float4, float8
16 test: numerology
18 # ----------
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 tstypes comments
23 # ----------
24 # Another group of parallel tests
25 # geometry depends on point, lseg, box, path, polygon and circle
26 # horology depends on interval, timetz, timestamp, timestamptz, reltime and abstime
27 # ----------
28 test: geometry horology oidjoins type_sanity opr_sanity
30 # ----------
31 # These four each depend on the previous one
32 # ----------
33 test: insert
34 test: create_function_1
35 test: create_type
36 test: create_table
37 test: create_function_2
39 # ----------
40 # Load huge amounts of data
41 # We should split the data files into single files and then
42 # execute two copy tests parallel, to check that copy itself
43 # is concurrent safe.
44 # ----------
45 test: copy copyselect
47 # ----------
48 # Another group of parallel tests
49 # ----------
50 test: constraints triggers create_misc create_aggregate create_operator inherit vacuum drop_if_exists
52 # Depends on the above
53 test: create_index create_view
55 # ----------
56 # sanity_check does a vacuum, affecting the sort order of SELECT *
57 # results. So it should not run parallel to other tests.
58 # ----------
59 test: sanity_check
61 # ----------
62 # Believe it or not, select creates a table, subsequent
63 # tests need.
64 # ----------
65 test: errors
66 test: select
67 ignore: random
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
74 test: privileges
75 test: misc
77 # ----------
78 # Another group of parallel tests
79 # ----------
80 test: select_views portals_p2 rules foreign_key cluster dependency guc combocid tsearch tsdicts
82 # ----------
83 # Another group of parallel tests
84 # ----------
85 # "plpgsql" cannot run concurrently with "rules", nor can "plancache"
86 test: plancache limit plpgsql copy2 temp domain rangefuncs prepare without_oid conversion truncate alter_table sequence polymorphism rowtypes returning largeobject xml
88 # run stats by itself because its delay may be insufficient under heavy load
89 test: stats
91 # run tablespace by itself
92 test: tablespace