|
Test script fail log is
[root@srvss2 srvswdev11]# cat test012/logs/diff.txt
logs/createn.sql.log does not match logs/createn.sql.ref.log
logs/create.sql.log does not match logs/create.sql.ref.log
diff test012/logs/createn.sql.log test012/logs/createn.sql.ref.log
1c1
< ERROR 1178 (42000) at line 3: The storage engine for the table doesn't support Varbinary is currently not supported by InfiniDB.
—
> ERROR 138 (HY000) at line 3: Varbinary is currently not supported by InfiniDB
hill The script is failing because the reference log is using MySQL error number 138, where as MariaDB ColumnStore uses error number from MariaDB Server 1178 - other wise essentially the error text is the same message.
Please update the reference log file to use "ERROR 1178 (42000) at line 3: The storage engine for the table doesn't support Varbinary is currently not supported by InfiniDB." instead of :ERROR 138 (HY000) at line 3: Varbinary is currently not supported by InfiniDB"
Once reference log file is updated rerun the test and if it passes close this Jira item.
|