[MDEV-20957] perfschema.pfs_upgrade_func, main.plugin_auth failed in buildbot: Upgrade file was not properly created Created: 2019-11-03  Updated: 2019-12-10

Status: Open
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.4
Fix Version/s: 10.4

Type: Bug Priority: Minor
Reporter: Elena Stepanova Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None


 Description   

http://buildbot.askmonty.org/buildbot/builders/winx64-packages/builds/15130

10.4 71c57bcf8f87078772ccf5387583487b

perfschema.pfs_upgrade_func 'innodb'     w1 [ fail ]
        Test ended at 2019-09-11 00:54:42
 
CURRENT_TEST: perfschema.pfs_upgrade_func
--- D:/winx64-packages/build/src/mysql-test/suite/perfschema/r/pfs_upgrade_func.result	2019-09-10 23:18:48.000000000 +0000
+++ D:\winx64-packages\build\src\mysql-test\suite\perfschema\r\pfs_upgrade_func.reject	2019-09-11 00:54:42.686758100 +0000
@@ -2,6 +2,7 @@
 create function test.user_func() returns integer
 return 0;
 update mysql.proc set db='performance_schema' where name='user_func';
+Upgrade file 'D:\\winx64-packages\\build\\mysql-test\\var\\1\\mysqld.1\\data\\mysql_upgrade_info' was not properly created. Got error errno while checking file content: 0
 select name from mysql.proc where db='performance_schema';
 name
 user_func
 
mysqltest: Result length mismatch



 Comments   
Comment by Elena Stepanova [ 2019-11-03 ]

10.4 c946b5f38a5523d58eeb168438ce8512

main.plugin_auth 'innodb'                w3 [ fail ]
        Test ended at 2019-09-14 09:12:50
 
CURRENT_TEST: main.plugin_auth
--- D:/win32-debug/build/src/mysql-test/main/plugin_auth.result	2019-09-14 08:53:49.776172300 +0000
+++ D:\win32-debug\build\src\mysql-test\main\plugin_auth.reject	2019-09-14 09:12:50.687928800 +0000
@@ -321,6 +321,7 @@
 DROP USER u1@localhost,u2@localhost;
 # test if FLUSH PRIVILEGES works without the proxies_priv table
 FLUSH PRIVILEGES;
+Upgrade file 'D:\\win32-debug\\build\\mysql-test\\var\\3\\mysqld.1\\data\\mysql_upgrade_info' was not properly created. Got error errno while checking file content: 0
 SELECT Host,User,Proxied_host,Proxied_user,With_grant FROM mysql.proxies_priv;
 Host	localhost
 User	root
 
mysqltest: Result length mismatch

Comment by Elena Stepanova [ 2019-12-10 ]

http://buildbot.askmonty.org/buildbot/builders/winx64-packages/builds/16219

10.4 3826178da89f987ebf641bcd92d4a714

perfschema.pfs_upgrade_event 'innodb'    w4 [ fail ]
        Test ended at 2019-11-28 20:29:42
 
CURRENT_TEST: perfschema.pfs_upgrade_event
--- D:/winx64-packages/build/src/mysql-test/suite/perfschema/r/pfs_upgrade_event.result	2019-11-28 17:58:01.000000000 +0000
+++ D:\winx64-packages\build\src\mysql-test\suite\perfschema\r\pfs_upgrade_event.reject	2019-11-28 20:29:42.410080700 +0000
@@ -4,6 +4,7 @@
 Warnings:
 Warning	1105	Event scheduler is switched off, use SET GLOBAL event_scheduler=ON to enable it.
 update mysql.event set db='performance_schema' where name='user_event';
+Upgrade file 'D:\\winx64-packages\\build\\mysql-test\\var\\4\\mysqld.1\\data\\mysql_upgrade_info' was not properly created. Got error errno while checking file content: 0
 select name from mysql.event where db='performance_schema';
 name
 user_event
 
mysqltest: Result length mismatch

Generated at Thu Feb 08 09:03:31 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.