[MCOL-29] 011 cpimport feature test fails Created: 2016-05-03 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 |
|
011 cpimport Features Test: Failed (check /root/genii/mysql/queries/nightly/alltest/test011.log) |
| Comments |
| Comment by David Hill (Inactive) [ 2016-05-20 ] |
|
mismatch in decimals tested sql/binarysigned.sql.log against sql/binarysigned.sql.log.ref [root@srvss2 srvswdev11]# diff test011/sql/binarysigned.sql.log test011/sql/binarysigned.sql.log.ref |
| Comment by Dipti Joshi (Inactive) [ 2016-05-20 ] |
|
hill Output in your above comment is cutoff - so I am putting it again here for completeness diff test011/sql/binarysigned.sql.log test011/sql/binarysigned.sql.log.ref As can be seen that the difference is because MariaDB ColumnStore is using e notation like this: 3.40282e38, where as the reference log is using 3.40383e+38 The value in the result shown by MariaDB ColumnStore and the reference are same, but the display format notation are different - so the reference log files and binaryunsigned.sql.log.ref and binarysigned.sql.log.ref need to be updated to use e38 notation instead of e+38 notation After you update the reference log file - run this test script and if it passes please close the issue. |
| Comment by David Hill (Inactive) [ 2016-05-20 ] |
|
change made to ref logs |
| Comment by Dipti Joshi (Inactive) [ 2016-05-20 ] |
|
hill, Just to confirm ref log for both binarysigned.sql.log.ref and binaryunsigned.sql.log.ref needs to be updated |
| Comment by Dipti Joshi (Inactive) [ 2016-05-23 ] |
|
Not failing any more - so closing this |