[MDEV-33347] some tests are very slow in the ps2 protocol Created: 2024-01-31 Updated: 2024-01-31 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Prepared Statements |
| Affects Version/s: | 10.4, 10.5, 10.6, 10.11, 11.0, 11.1, 11.2 |
| Fix Version/s: | 10.5, 10.6, 10.11, 11.0, 11.1, 11.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Dmitry Shulga |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
for example, see funcs_1.innodb_views. Note, how long it takes to run it in normal protocol, note, how long it takes to run it in --ps protocol. Then remove disable_ps2_protocol lines from it and time it again. on my laptop, debug build. in --ps-protocol I get
but if I remove disable_ps2_protocol it becomes
note the default timeout is 900 seconds, the above was run with --testcase-timeout=9000 |