Skip to content

Commit 61234c1

Browse files
committed
Fix test order
1 parent 36786a8 commit 61234c1

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

src/test/regress/serial_schedule

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,52 @@
1+
# $Header: /cvsroot/pgsql/src/test/regress/serial_schedule,v 1.2 2000/10/01 21:19:09 petere Exp $
2+
# This should probably be in an order similar to parallel_schedule.
13
test: boolean
24
test: char
35
test: name
46
test: varchar
57
test: text
6-
test: strings
78
test: int2
89
test: int4
910
test: int8
1011
test: oid
1112
test: float4
1213
test: float8
14+
test: numeric
15+
test: strings
1316
test: numerology
1417
test: point
1518
test: lseg
1619
test: box
1720
test: path
1821
test: polygon
1922
test: circle
20-
test: geometry
2123
test: date
2224
test: time
2325
test: timestamp
2426
test: interval
2527
test: abstime
2628
test: reltime
2729
test: tinterval
28-
test: horology
2930
test: inet
3031
test: comments
3132
test: oidjoins
3233
test: type_sanity
3334
test: opr_sanity
35+
test: geometry
36+
test: horology
3437
test: create_function_1
3538
test: create_type
3639
test: create_table
3740
test: create_function_2
41+
test: copy
3842
test: constraints
3943
test: triggers
40-
test: copy
4144
test: create_misc
4245
test: create_aggregate
4346
test: create_operator
44-
test: create_view
4547
test: create_index
48+
test: inherit
49+
test: create_view
4650
test: sanity_check
4751
test: errors
4852
test: select
@@ -60,15 +64,15 @@ test: transactions
6064
ignore: random
6165
test: random
6266
test: portals
63-
test: misc
6467
test: arrays
6568
test: btree_index
6669
test: hash_index
70+
test: misc
6771
test: select_views
6872
test: alter_table
6973
test: portals_p2
7074
test: rules
75+
test: foreign_key
7176
test: limit
7277
test: plpgsql
7378
test: temp
74-
test: numeric

0 commit comments

Comments
 (0)