Details
-
Type:
Bug
-
Status: Confirmed
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 10.1, 10.0
-
Component/s: Platform Windows, Tests
-
Labels:None
Description
http://buildbot.askmonty.org/buildbot/builders/win64-release2/builds/7467/steps/test/logs/stdio
main.pool_of_threads [ retry-fail ]
Test ended at 2015-07-20 10:39:33
CURRENT_TEST: main.pool_of_threads
--- C:/bzr/bb-win32/win64-release/build/mysql-test/r/pool_of_threads.result 2015-07-20 09:54:53.563036000 -0700
+++ C:\bzr\bb-win32\win64-release\build\mysql-test\r\pool_of_threads.reject 2015-07-20 10:39:32.901145800 -0700
@@ -2159,7 +2159,7 @@
SET optimizer_switch=@save_optimizer_switch;
SELECT sleep(5.5);
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
sleep(5.5)
0
sleep(5)
mysqltest: Result length mismatch
It started happening from commit a453a280403faef3377db0441560c57b4ae1235b
Author: Sergei Golubchik <serg@mariadb.org>
Date: Sun Jun 14 17:34:08 2015 +0200
MDEV-8083 MTR is broken on systems with IPv6 disabled
disable IPv6 globally in mysql-test, only use it
in dedicated IPv6 tests (where it is enabled per-test)
Particularly, this diff:
diff --git a/mysql-test/include/default_mysqld.cnf b/mysql-test/include/default_mysqld.cnf index 3388166..0432147 100644 --- a/mysql-test/include/default_mysqld.cnf +++ b/mysql-test/include/default_mysqld.cnf @@ -31,6 +31,7 @@ debug-no-sync # Retry bind as this may fail on busy server port-open-timeout=10 +bind-address=127.0.0.1 log-bin-trust-function-creators=1 key_buffer_size= 1M
Gliffy Diagrams
Attachments
Issue Links
- blocks
-
MDEV-7069 Fix buildbot failures in main server trees
-
- Stalled
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions