[MCOL-24] 005 Working DML Test scripts fails Created: 2016-05-03 Updated: 2016-06-15 Resolved: 2016-05-25 |
|
| 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 | ||
| Description |
|
Ref failed - working_dml/misc/bug3283.sql |
| Comments |
| Comment by Dipti Joshi (Inactive) [ 2016-05-22 ] | ||||||||||
|
Analysis of working_dml/misc/bug3283.sql : This query is reporting failure - because the reference log is incorrect, the reference log in working_dml/misc/bug3283.sql.ref.log is showing
I looked reference log when we ran the same test against InfiniDB - This is how it is
hill bug3283.sql.ref.log log file needs to be fixed with the above shown text lines | ||||||||||
| Comment by Dipti Joshi (Inactive) [ 2016-05-22 ] | ||||||||||
|
Analysis of Ref failed - working_dml/misc/bug3326b.sql
bug3326b.sql.ref.log ( log of same query ran against reference database - MariaDB Server ISAM table)
This is due to having set max_statement_time in my.cnf of MariaDB Server - according to MariaDB Server documentation https://mariadb.com/kb/en/mariadb/aborting-statements/ if we set the max_statement_time to 0, then no such limit will be applied, and longer running query will not be interrupted. | ||||||||||
| Comment by David Hill (Inactive) [ 2016-05-22 ] | ||||||||||
|
ref log updated for bug3283 | ||||||||||
| Comment by Dipti Joshi (Inactive) [ 2016-05-23 ] | ||||||||||
|
Looks like bug3283.sql failure is cleared up Analysis of current remaining failures (1) Ref failed - working_dml/misc/bug3326b.sql : Need to set max_statement_time to 0 as commented earlier. - Should run this manually on reference database to further find root cause (4) Following are giving same error message in columnstore log "ERROR 1049 (42000): Unknown database 'dml'" - This implies some how the database is getting dropped during the run . Need to look at this on actual regression machine Compare failed - working_dml/misc/bug2741.sql | ||||||||||
| Comment by David Hill (Inactive) [ 2016-05-25 ] | ||||||||||
|
updated ref logs and now passing test | ||||||||||
| Comment by Dipti Joshi (Inactive) [ 2016-05-25 ] | ||||||||||
|
Fixed by using correct reference log for the tests - instead of going to reference DB, get the correct expected result from InfiniDB run and use it as reference log |