[MCOL-62] 112 Varbinary test fails Created: 2016-05-20  Updated: 2016-05-23  Resolved: 2016-05-23

Status: Closed
Project: MariaDB ColumnStore
Component/s: regression suite
Affects Version/s: None
Fix Version/s: 1.0.0

Type: Task Priority: Major
Reporter: Dipti Joshi (Inactive) Assignee: David Hill (Inactive)
Resolution: Fixed Votes: 0
Labels: None

Sprint: MCOL Sprint 2 - Priority 2

 Description   

112 Varbinary Test: Failed (Check logs/diff.txt for diffs)

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



 Comments   
Comment by Dipti Joshi (Inactive) [ 2016-05-20 ]

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.

Comment by David Hill (Inactive) [ 2016-05-20 ]

ref logs changed

Generated at Thu Feb 08 02:18:13 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.