- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit3338a98
committed
test_shm_mq: Replace WAIT_EVENT_EXTENSION with custom wait events
Two custom wait events are added here:- "TestShmMqBgWorkerStartup", when setting up a set of bgworkers inwait_for_workers_to_become_ready().- "TestShmMqMessageQueue", when waiting for a queued message intest_shm_mq_pipelined().Author: Masahiro IkedaDiscussion:https://postgr.es/m/197bce267fa691a0ac62c86c4ab904c4@oss.nttdata.com1 parentc8e318b commit3338a98
2 files changed
+16
-2
lines changedLines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 |
| |
44 | 47 |
| |
45 | 48 |
| |
| |||
278 | 281 |
| |
279 | 282 |
| |
280 | 283 |
| |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
281 | 288 |
| |
282 | 289 |
| |
283 |
| - | |
| 290 | + | |
284 | 291 |
| |
285 | 292 |
| |
286 | 293 |
| |
|
Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 |
| |
32 | 35 |
| |
33 | 36 |
| |
| |||
225 | 228 |
| |
226 | 229 |
| |
227 | 230 |
| |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
228 | 235 |
| |
229 | 236 |
| |
230 | 237 |
| |
231 | 238 |
| |
232 | 239 |
| |
233 | 240 |
| |
234 | 241 |
| |
235 |
| - | |
| 242 | + | |
236 | 243 |
| |
237 | 244 |
| |
238 | 245 |
| |
|
0 commit comments
Comments
(0)