Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0(EOL)
-
Ubuntu vivid ppc64el
-
10.0.24
Description
Revision 8af5ab405af6ae7e25b8f424de200eecf94f36f9 works fine, but 1a8cf15d63230a84e6d4dfac8011008e1331994f fails to run tests with:
main.connect w7 [ fail ]
|
Test ended at 2015-07-02 01:30:06
|
|
CURRENT_TEST: main.connect
|
--- /var/lib/jenkins/workspace/mariadb-10.0/mysql-test/r/connect.result 2015-06-02 18:04:05.718928023 +1000
|
+++ /var/lib/jenkins/workspace/mariadb-10.0/mysql-test/r/connect.reject 2015-07-02 01:30:06.184873552 +1000
|
@@ -215,7 +215,7 @@
|
|
SHOW STATUS LIKE 'max_used_connections';
|
Variable_name Value
|
-Max_used_connections 1
|
+Max_used_connections 2
|
|
# -- Starting Event Scheduler...
|
SET GLOBAL event_scheduler = ON;
|
|
mysqltest: Result content mismatch
|
|
- saving '/var/lib/jenkins/workspace/mariadb-10.0/build/mysql-test/var/7/log/main.connect/' to '/var/lib/jenkins/workspace/mariadb-10.0/build/mysql-test/var/log/main.connect/'
|
|
Only 1408 of 4875 completed.
|
--------------------------------------------------------------------------
|
The servers were restarted 507 times
|
Spent 2217.745 of 480 seconds executing testcases
|
|
Failure: Failed 1/920 tests, 99.89% were successful.
|
Server built with:
+ mkdir build
|
+ cd build
|
+ cmake ../
|
+ make -j 8
|
+ cd mysql-test
|
+ eatmydata ./mysql-test-run.pl --parallel=auto
|
Attachments
Issue Links
- blocks
-
MDEV-7069 Fix buildbot failures in main server trees
- Stalled