Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1(EOL)
-
None
Description
encryption.innodb_first_page 'cbc,xtradb' w3 [ fail ]
|
Test ended at 2015-07-17 00:11:52
|
|
CURRENT_TEST: encryption.innodb_first_page
|
mysqltest: At line 26: query 'create table t1 (a int)' failed: 2002: Can't connect to local MySQL server through socket '/usr/local/mariadb-10.1.6-linux-x86_64/mysql-test/var/tmp/3/mysqld.1.sock' (2 "No such file or directory")
|
|
The result from queries just before the failure was:
|
call mtr.add_suppression("InnoDB: New log files created, LSN");
|
call mtr.add_suppression("InnoDB: Creating foreign key constraint system tables");
|
shutdown;
|
create table t1 (a int);
|
|
- saving '/usr/local/mariadb-10.1.6-linux-x86_64/mysql-test/var/3/log/encryption.innodb_first_page-cbc,xtradb/' to '/usr/local/mariadb-10.1.6-linux-x86_64/mysql-test/var/log/encryption.innodb_first_page-cbc,xtradb/'
|
Attachments
Issue Links
- blocks
-
MDEV-7069 Fix buildbot failures in main server trees
- Stalled
See server error log:
2015-07-17 0:11:52 139633539786624 [Warning] /usr/local/mariadb-10.1.6-linux-x86_64/bin/mysqld: unknown variable 'loose-debug-sync-timeout=300'
2015-07-17 0:11:52 139633539786624 [Note] Server socket created on IP: '127.0.0.1'.
2015-07-17 0:11:52 139633539786624 [Note] Event Scheduler: Loaded 0 events
2015-07-17 0:11:52 139633539786624 [Note] /usr/local/mariadb-10.1.6-linux-x86_64/bin/mysqld: ready for connections.
Version: '10.1.6-MariaDB-log' socket: '/usr/local/mariadb-10.1.6-linux-x86_64/mysql-test/var/tmp/3/mysqld.1.sock' port: 16020 MariaDB Server
2015-07-17 0:11:52 139633566979840 [Note] /usr/local/mariadb-10.1.6-linux-x86_64/bin/mysqld: Normal shutdown
2015-07-17 0:11:52 139633566979840 [Note] Event Scheduler: Purging the queue. 0 events
2015-07-17 0:11:52 139633241347840 [Note] InnoDB: FTS optimize thread exiting.
2015-07-17 0:11:52 139633566979840 [Note] InnoDB: Starting shutdown...
CURRENT_TEST: encryption.innodb_first_page
2015-07-17 0:11:53 139657608071040 [Note] /usr/local/mariadb-10.1.6-linux-x86_64/bin/mysqld (mysqld 10.1.6-MariaDB-log) starting as process 7824 ...
The test simply forgets to wait for the server to shutdown.