forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2e6f972
committed
Sync isolationtester's handling of notice/warning messages with HEAD.
Back-patch relevant parts of these commits:3071763 Fix isolationtester race condition for notices sent before blockingebd4992 Don't drop NOTICE messages in isolation testsa28e10e Indicate session name in isolationtester noticesThis ensures that older versions of the isolationtester will handleNOTICE/WARNING messages the same way as HEAD and v12 do. While thisisn't fixing any critical problem right now, it seems like a prudentchange to prevent surprises (like we had yesterday...) withback-patches of future isolation test changes.Back-patch as far as 9.6. Due to the significant changes we made inisolationtester in 9.6, back-patching isolation tests further thanthat is going to be risky anyway; besides, this patch doesn't applycleanly before that.Discussion:https://postgr.es/m/E1i7IqC-0000Uc-5H@gemulon.postgresql.org1 parent801b261 commit2e6f972
File tree
2 files changed
+88
-9
lines changed- src/test/isolation
- expected
2 files changed
+88
-9
lines changedLines changed: 38 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
| 17 | + | |
16 | 18 |
| |
| 19 | + | |
| 20 | + | |
17 | 21 |
| |
18 | 22 |
| |
19 | 23 |
| |
| |||
30 | 34 |
| |
31 | 35 |
| |
32 | 36 |
| |
| 37 | + | |
| 38 | + | |
33 | 39 |
| |
34 | 40 |
| |
35 | 41 |
| |
36 | 42 |
| |
| 43 | + | |
| 44 | + | |
37 | 45 |
| |
38 | 46 |
| |
39 | 47 |
| |
| |||
50 | 58 |
| |
51 | 59 |
| |
52 | 60 |
| |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
53 | 65 |
| |
54 | 66 |
| |
55 | 67 |
| |
| |||
69 | 81 |
| |
70 | 82 |
| |
71 | 83 |
| |
| 84 | + | |
| 85 | + | |
72 | 86 |
| |
| 87 | + | |
| 88 | + | |
73 | 89 |
| |
74 | 90 |
| |
75 | 91 |
| |
| |||
86 | 102 |
| |
87 | 103 |
| |
88 | 104 |
| |
| 105 | + | |
| 106 | + | |
89 | 107 |
| |
90 | 108 |
| |
91 | 109 |
| |
92 | 110 |
| |
| 111 | + | |
| 112 | + | |
93 | 113 |
| |
94 | 114 |
| |
95 | 115 |
| |
| |||
106 | 126 |
| |
107 | 127 |
| |
108 | 128 |
| |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
109 | 133 |
| |
110 | 134 |
| |
111 | 135 |
| |
| |||
127 | 151 |
| |
128 | 152 |
| |
129 | 153 |
| |
| 154 | + | |
| 155 | + | |
130 | 156 |
| |
| 157 | + | |
| 158 | + | |
131 | 159 |
| |
132 | 160 |
| |
133 | 161 |
| |
| |||
144 | 172 |
| |
145 | 173 |
| |
146 | 174 |
| |
| 175 | + | |
| 176 | + | |
147 | 177 |
| |
148 | 178 |
| |
149 | 179 |
| |
150 | 180 |
| |
| 181 | + | |
| 182 | + | |
151 | 183 |
| |
152 | 184 |
| |
153 | 185 |
| |
| |||
163 | 195 |
| |
164 | 196 |
| |
165 | 197 |
| |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
166 | 202 |
| |
167 | 203 |
| |
168 | 204 |
| |
169 | 205 |
| |
| 206 | + | |
| 207 | + | |
170 | 208 |
| |
171 | 209 |
| |
172 | 210 |
| |
|
Lines changed: 50 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
| 50 | + | |
| 51 | + | |
50 | 52 |
| |
51 | 53 |
| |
52 | 54 |
| |
| |||
171 | 173 |
| |
172 | 174 |
| |
173 | 175 |
| |
174 |
| - | |
175 |
| - | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
176 | 180 |
| |
177 |
| - | |
178 |
| - | |
179 |
| - | |
180 |
| - | |
181 |
| - | |
182 |
| - | |
183 |
| - | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
184 | 189 |
| |
185 | 190 |
| |
186 | 191 |
| |
| |||
750 | 755 |
| |
751 | 756 |
| |
752 | 757 |
| |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
753 | 780 |
| |
754 | 781 |
| |
755 | 782 |
| |
| |||
880 | 907 |
| |
881 | 908 |
| |
882 | 909 |
| |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + |
0 commit comments
Comments
(0)