[MDEV-29608] Default SSL makes mysqlslap much slower, tests fail with timeout Created: 2022-09-22 Updated: 2023-03-29 Resolved: 2023-03-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.10 |
| Fix Version/s: | 10.11.3, 10.10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Starting from this push in 10.10
some tests take many times longer, and almost inevitably fail with timeout. E.g. rocksdb.concurrent_alter fails on nearly every build/builder in buildbot, while before the change it was only taking a few seconds. On my machine the ratio is not as big, but still very visible (it's the command that the test runs inside):
Probably there are other affected tests, the rocksdb is only most visible because it actually fails. we probably need to change MTR default config to turn off SSL for mysqlslap, but first it needs to be confirmed that such a difference in default client performance is expected. |