Commit 0e322b6
committed
MDEV-37797 - main.information_schema_db fails sporadically
MDEV-20549 test output was affected by incompletely closed preceding
connections.
Fix for similar issue was attempted by f4eb095, it introduced
wait_until_disconnected.inc. For an explanation of why it didn't work
see bead24b commit comment.
Another fix was attempted in bead24b. It didn't help either,
because connection is removed from information_schema.processlist
after COM_QUIT handling.
Make test for MDEV-20549 agnostic to concurrent connections by
querying information_schema.processlist only for connections that
it uses.1 parent ab8b424 commit 0e322b6
File tree
2 files changed
+12
-19
lines changed- mysql-test/main
2 files changed
+12
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
219 | 218 | | |
220 | | - | |
221 | 219 | | |
222 | | - | |
223 | 220 | | |
224 | 221 | | |
225 | 222 | | |
| |||
251 | 248 | | |
252 | 249 | | |
253 | 250 | | |
254 | | - | |
255 | 251 | | |
256 | | - | |
257 | 252 | | |
258 | 253 | | |
259 | 254 | | |
260 | 255 | | |
261 | 256 | | |
262 | 257 | | |
| 258 | + | |
| 259 | + | |
263 | 260 | | |
264 | | - | |
265 | | - | |
| 261 | + | |
| 262 | + | |
266 | 263 | | |
267 | 264 | | |
268 | 265 | | |
| |||
271 | 268 | | |
272 | 269 | | |
273 | 270 | | |
274 | | - | |
| 271 | + | |
275 | 272 | | |
276 | 273 | | |
277 | 274 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
210 | 209 | | |
211 | | - | |
212 | | - | |
213 | 210 | | |
214 | | - | |
215 | | - | |
216 | 211 | | |
217 | 212 | | |
218 | 213 | | |
| |||
243 | 238 | | |
244 | 239 | | |
245 | 240 | | |
246 | | - | |
247 | 241 | | |
248 | | - | |
249 | | - | |
250 | 242 | | |
251 | 243 | | |
252 | 244 | | |
| |||
256 | 248 | | |
257 | 249 | | |
258 | 250 | | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
259 | 255 | | |
260 | | - | |
261 | | - | |
| 256 | + | |
| 257 | + | |
262 | 258 | | |
263 | 259 | | |
264 | 260 | | |
| |||
267 | 263 | | |
268 | 264 | | |
269 | 265 | | |
270 | | - | |
| 266 | + | |
271 | 267 | | |
272 | 268 | | |
273 | 269 | | |
| |||
0 commit comments