forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit002962d
committed
Fix test_session_hooks with parallel workers
Several buildfarm machines have been complaining about the new moduletest_session_hooks to be unstable, like crake and thorntail. The issuewas that the module was trying to log some start and end sessionactivity for parallel workers, which makes little sense as they don'tsupport DML, so just prevent this pattern to happen in the module.This could be reproduced by enforcing force_parallel_mode=regress, whichis the value used by some of the buildfarm members.Discussion:https://postgr.es/m/20191001045246.GF2781@paquier.xyz1 parente788bd9 commit002962d
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
| |||
89 | 90 |
| |
90 | 91 |
| |
91 | 92 |
| |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
92 | 97 |
| |
93 | 98 |
| |
94 | 99 |
| |
| |||
107 | 112 |
| |
108 | 113 |
| |
109 | 114 |
| |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
110 | 119 |
| |
111 | 120 |
| |
112 | 121 |
| |
|
0 commit comments
Comments
(0)