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.
9 # The first group of parallel tests
11 test: boolean char name varchar text int2 int4 int8 oid float4 float8 bit numeric txid uuid enum money
13 # Depends on things setup during char, varchar and text
15 # Depends on int2, int4, int8, float4, float8
19 # The second group of parallel tests
21 test: point lseg box path polygon circle date time timetz timestamp timestamptz interval abstime reltime tinterval inet macaddr tstypes comments
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
28 test: geometry horology oidjoins type_sanity opr_sanity
31 # These four each depend on the previous one
34 test: create_function_1
37 test: create_function_2
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
48 # Another group of parallel tests
50 test: constraints triggers create_misc create_aggregate create_operator inherit vacuum drop_if_exists create_cast
52 # Depends on the above
53 test: create_index create_view
56 # sanity_check does a vacuum, affecting the sort order of SELECT *
57 # results. So it should not run parallel to other tests.
62 # Believe it or not, select creates a table, subsequent
70 # Another group of parallel tests
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
78 # Another group of parallel tests
80 test: select_views portals_p2 rules foreign_key cluster dependency guc bitmapops combocid tsearch tsdicts
83 # Another group of parallel tests
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 with xml
88 # run stats by itself because its delay may be insufficient under heavy load
91 # run tablespace by itself