forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit41e66fe

Amit Kapila
Fix regression test failure caused by commit8d74fc9.
The tests didn't considered that an error unrelated to apply changes, e.g."replication origin with OID %d is already active ...", could occur on thetable sync worker before starting to copy changes.To make the test robust we instead need to check the expected error andthe source of error which will be either tablesync or apply worker.In passing remove the harmless option "streaming = off" from CreateSubscription command as that is anyway the default.Per buildfarm member sidewinder.Author: Masahiko SawadaReviewed-by: Hou Zhijie, Vignesh C, Amit KapilaDiscussion:https://postgr.es/m/CAD21AoDeScrsHhLyEPYqN3sydg6PxAPVBboK=30xJfUVihNZDA@mail.gmail.comDiscussion:https://postgr.es/m/E1mrtvV-0002Gz-73@gemulon.postgresql.org1 parenteb7828f commit41e66fe
1 file changed
+34
-25
lines changedLines changed: 34 additions & 25 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
| 15 | + | |
15 | 16 |
| |
16 | 17 |
| |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
| 18 | + | |
30 | 19 |
| |
31 |
| - | |
32 |
| - | |
33 |
| - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
34 | 41 |
| |
35 | 42 |
| |
36 | 43 |
| |
| |||
89 | 96 |
| |
90 | 97 |
| |
91 | 98 |
| |
92 |
| - | |
| 99 | + | |
93 | 100 |
| |
94 | 101 |
| |
95 | 102 |
| |
| |||
117 | 124 |
| |
118 | 125 |
| |
119 | 126 |
| |
120 |
| - | |
121 |
| - | |
122 |
| - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
123 | 131 |
| |
124 | 132 |
| |
125 |
| - | |
126 |
| - | |
127 |
| - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
128 | 137 |
| |
129 | 138 |
| |
130 | 139 |
| |
|
0 commit comments
Comments
(0)