Description:
The information_schema_chmod.test and trigger.test are failing when user
is root because the tests are not getting skipped over.
from "mysqltest.trace"
1275 | <read_line
1276 | info: query: skip Not as root
1277 | >my_malloc
1278 | | my: size: 17 my_flags: 16
1279 | | exit: ptr: 0x838df48
1280 | <my_malloc
1281 | info: first_word: skip
1282 <read_command
1283 >get_command_type
1284 | >find_type
1285 | | enter: x: 'skip' lib: 0x8073b80
1286 | <find_type
1287 | info: type is 71
1288 | info: There are 0 expected errors
1289 <get_command_type
1290 >LogFile::write
1291 <LogFile::write
..
keeps going
==============================================================================
TEST RESULT TIME (ms)
------------------------------------------------------------
worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 13000..13009
worker[1] mysql-test-run: WARNING: running this script as _root_ will cause some tests to be skipped
main.information_schema_chmod [ fail ]
Test ended at 2011-05-06 16:55:37
CURRENT_TEST: main.information_schema_chmod
--- /extravol2/test_mysql/mysql_build_src_dir/mysql-5.1.48/mysql-test/r/information_schema_chmod.result 2010-06-03 19:18:10.000000000 +0300
+++ /extravol2/test_mysql/mysql_build_src_dir/mysql-5.1.48/mysql-test/r/information_schema_chmod.reject 2011-05-06 23:55:37.000000000 +0300
@@ -2,4 +2,5 @@
create table mysqltest.t1(a int);
select table_schema from information_schema.tables where table_schema='mysqltest';
table_schema
+mysqltest
drop database mysqltest;
mysqltest: Result length mismatch
How to repeat:
Run self-tests as root.
Description: The information_schema_chmod.test and trigger.test are failing when user is root because the tests are not getting skipped over. from "mysqltest.trace" 1275 | <read_line 1276 | info: query: skip Not as root 1277 | >my_malloc 1278 | | my: size: 17 my_flags: 16 1279 | | exit: ptr: 0x838df48 1280 | <my_malloc 1281 | info: first_word: skip 1282 <read_command 1283 >get_command_type 1284 | >find_type 1285 | | enter: x: 'skip' lib: 0x8073b80 1286 | <find_type 1287 | info: type is 71 1288 | info: There are 0 expected errors 1289 <get_command_type 1290 >LogFile::write 1291 <LogFile::write .. keeps going ============================================================================== TEST RESULT TIME (ms) ------------------------------------------------------------ worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 13000..13009 worker[1] mysql-test-run: WARNING: running this script as _root_ will cause some tests to be skipped main.information_schema_chmod [ fail ] Test ended at 2011-05-06 16:55:37 CURRENT_TEST: main.information_schema_chmod --- /extravol2/test_mysql/mysql_build_src_dir/mysql-5.1.48/mysql-test/r/information_schema_chmod.result 2010-06-03 19:18:10.000000000 +0300 +++ /extravol2/test_mysql/mysql_build_src_dir/mysql-5.1.48/mysql-test/r/information_schema_chmod.reject 2011-05-06 23:55:37.000000000 +0300 @@ -2,4 +2,5 @@ create table mysqltest.t1(a int); select table_schema from information_schema.tables where table_schema='mysqltest'; table_schema +mysqltest drop database mysqltest; mysqltest: Result length mismatch How to repeat: Run self-tests as root.