[MDEV-33371] mariadb-slap reporting 2x time for test sleep(1) Created: 2024-02-02 Updated: 2024-02-02 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.3.39, 10.11.6 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Steve Holzinger | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows |
||
| Description |
|
{{mariadb-slap -uroot -padmin --delimiter=";" --create-schema=dev --query="select sleep(1);" --concurrency=1 --iterations=1 Average number of seconds to run all queries: 2.000 seconds On linux, the correct time of 1 second is shown. This was a test case to convince QA to use mysqlslap/mariadb-slap in a mixed Mac/Windows/Linux dev team. For other statements, the different OS versions agree on the time. |