[MDEV-8512] main.pool_of_threads fails on WIndows Created: 2015-07-21 Updated: 2015-11-06 Resolved: 2015-11-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Platform Windows, Tests |
| Affects Version/s: | 10.0, 10.1 |
| Fix Version/s: | 10.0.23, 10.1.9 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Sprint: | 10.1.9-2 | ||||||||||||||||
| Description |
|
http://buildbot.askmonty.org/buildbot/builders/win64-release2/builds/7467/steps/test/logs/stdio
It started happening from commit a453a280403faef3377db0441560c57b4ae1235b
Particularly, this diff:
|
| Comments |
| Comment by Elena Stepanova [ 2015-10-13 ] |
|
FYI wlad |
| Comment by Vladislav Vaintroub [ 2015-10-29 ] |
|
The test executes "select sleep(5)" on 2 connections and attempts to create a 3rd connection in parallel. It should fail because the maximum number of threads in pool is set to 2. |
| Comment by Sergei Golubchik [ 2015-10-29 ] |
|
Wow, nice, thanks! So it'll go away when we fix |
| Comment by Vladislav Vaintroub [ 2015-11-06 ] |
|
Fixed with |