forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6c788d9
committed
Move tablespace path re-creation from the makefiles to pg_regress
Moving this logic into pg_regress fixes a potential failure withparallel tests when pg_upgrade and the main regression test suite bothtrigger the makefile rule that cleaned up testtablespace/ undersrc/test/regress. Even if pg_upgrade was triggering this rule, it hasno need to do so as it uses a different tablespace path. So ifpg_upgrade triggered the makefile rule for the tablespace setup whilethe main regression test suite ran the tablespace cases, it would fail.61be85a was a similar attempt at achieving that, but that broke caseswhere the regression tests require to run under an Administratoraccount, like with Appveyor.Reported-by: Andres Freund, Kyotaro HoriguchiReviewed-by: Peter EisentrautDiscussion:https://postgr.es/m/20201209012911.uk4d6nxcnkp7ehrx@alap3.anarazel.de1 parentaeb57af commit6c788d9
File tree
4 files changed
+13
-24
lines changed- src
- bin/pg_upgrade
- test/regress
- tools/msvc
4 files changed
+13
-24
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 |
| - | |
110 | 109 |
| |
111 | 110 |
| |
112 | 111 |
| |
|
Lines changed: 7 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 | 117 |
| |
125 | 118 |
| |
126 | 119 |
| |
127 | 120 |
| |
128 | 121 |
| |
129 | 122 |
| |
130 | 123 |
| |
131 |
| - | |
| 124 | + | |
132 | 125 |
| |
133 | 126 |
| |
134 |
| - | |
| 127 | + | |
135 | 128 |
| |
136 | 129 |
| |
137 |
| - | |
| 130 | + | |
138 | 131 |
| |
139 | 132 |
| |
140 |
| - | |
| 133 | + | |
141 | 134 |
| |
142 | 135 |
| |
143 |
| - | |
| 136 | + | |
144 | 137 |
| |
145 | 138 |
| |
146 | 139 |
| |
| |||
152 | 145 |
| |
153 | 146 |
| |
154 | 147 |
| |
155 |
| - | |
| 148 | + | |
156 | 149 |
| |
157 | 150 |
| |
158 |
| - | |
| 151 | + | |
159 | 152 |
| |
160 | 153 |
| |
161 | 154 |
| |
|
Lines changed: 6 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
506 | 506 |
| |
507 | 507 |
| |
508 | 508 |
| |
509 |
| - | |
510 |
| - | |
511 | 509 |
| |
512 |
| - | |
513 |
| - | |
514 |
| - | |
515 |
| - | |
516 |
| - | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
517 | 514 |
| |
518 | 515 |
| |
| 516 | + | |
519 | 517 |
| |
520 | 518 |
| |
521 | 519 |
| |
522 | 520 |
| |
523 | 521 |
| |
524 | 522 |
| |
| 523 | + | |
525 | 524 |
| |
526 |
| - | |
527 | 525 |
| |
528 | 526 |
| |
529 | 527 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
585 | 585 |
| |
586 | 586 |
| |
587 | 587 |
| |
588 |
| - | |
589 | 588 |
| |
590 | 589 |
| |
591 | 590 |
| |
|
0 commit comments
Comments
(0)