Details
Description
http://buildbot.askmonty.org/buildbot/builders/p8-trusty-bintar/builds/1030/steps/test/logs/stdio
main.pool_of_threads w2 [ fail ]
|
Test ended at 2016-05-21 16:38:02
|
|
CURRENT_TEST: main.pool_of_threads
|
--- /var/lib/buildbot/maria-slave/power8-vlp04-bintar/build/mysql-test/r/pool_of_threads.result 2016-05-18 09:35:44.821968095 -0400
|
+++ /var/lib/buildbot/maria-slave/power8-vlp04-bintar/build/mysql-test/r/pool_of_threads.reject 2016-05-21 16:38:01.580946588 -0400
|
@@ -2162,7 +2162,7 @@
|
connect con2,localhost,root,,;
|
connection con2;
|
SELECT sleep(5);
|
-# -- Success: more than --thread_pool_max_threads normal connections not possible
|
+# -- Error: managed to establish more than --thread_pool_max_threads connections
|
connection default;
|
sleep(5.5)
|
0
|
Attachments
Issue Links
- blocks
-
MDEV-7069 Fix buildbot failures in main server trees
-
- Closed
-
- duplicates
-
MDEV-11669 main.pool_of_threads fails in buildbot on the new valgrind builder
-
- Closed
-
Copied from
MDEV-11669.Another failure, happens on the valgrind builder and can be reproduced locally with high enough --parallel value:
main.pool_of_threads w22 [ fail ]
Test ended at 2016-12-26 15:28:25
CURRENT_TEST: main.pool_of_threads
Could not execute 'check-testcase' before testcase 'main.pool_of_threads' (res: 1):
mysqltest: Logging to '/dev/shm/var/22/tmp/check-mysqld_1.log'.
mysqltest: Results saved in '/dev/shm/var/22/tmp/check-mysqld_1.result'.
mysqltest: Connecting to server localhost:16460 (socket /dev/shm/var/tmp/22/mysqld.1.sock) as 'root', connection 'default', attempt 0 ...
mysqltest: Could not open connection 'default': 2013 Lost connection to MySQL server at 'handshake: reading inital communication packet', system error: 110
not ok
mysqltest failed but provided no output
It is a different problem from the one in the description, but they have to be solved together.