[MCOL-34] 201 Version Buffer Test failed Created: 2016-05-03 Updated: 2016-05-31 Resolved: 2016-05-31 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr, MariaDB Server |
| Affects Version/s: | None |
| Fix Version/s: | 1.0.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Dipti Joshi (Inactive) | Assignee: | David Hall (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
201 Version Buffer Test: Failed (check test201/diff.txt) |
| Comments |
| Comment by David Hill (Inactive) [ 2016-05-20 ] |
|
mysql crash 201 Version Buffer Test: Failed (check test201/diff.txt) > ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/usr/local/MariaDB/Columnstore/mysql/lib/mysql/mysql.sock' (2 "No such file or directory") |
| Comment by Dipti Joshi (Inactive) [ 2016-05-22 ] |
|
Latest nightly run log is better (no crash), though the test is still failing 201 Version Buffer Test: Failed (check test201/diff.txt) hill Here is the analysis of the diff log cat test201/diff.txt The mis-match is due to ERROR 122 vs ERROR 1815 - is not true failure - It is due the fact that MariaDB ColumnStore that is based on MariaDB Server uses error number 1815, where as the reference log is showing old error number of 122 - Other wise the text of the error is essentially the same. hill Please update line 97 in test201/diff.ref.log with "ERROR 1815 (HY000) at line 23: Internal error: CAL0002: Update Failed: IDB-2008: The version buffer overflowed. Increase VersionBufferFileSize or limit the rows to be processed." |
| Comment by David Hill (Inactive) [ 2016-05-22 ] |
|
change made to the ref log |
| Comment by Dipti Joshi (Inactive) [ 2016-05-23 ] |
|
hill test201/diff.ref.log gets copied from one of the following files during test run (depending upon dbroot) test201/test201.sql.1.ref.log For all of the 4 files above, please update line number 109 to "ERROR 1815 (HY000) at line 23: Internal error: CAL0002: Update Failed: IDB-2008: The version buffer overflowed. Increase VersionBufferFileSize or limit the rows to be processed." After this the test script should pass |
| Comment by David Hill (Inactive) [ 2016-05-23 ] |
|
copied ref logs from old infinidb, but still failing.. This ALSO has the problem with the 0 rows affected BUG.. [root@srvregtest test201]# diff test201.sql.log test201.sql.ref.log |
| Comment by Dipti Joshi (Inactive) [ 2016-05-23 ] |
|
Ok that is related to |
| Comment by Dipti Joshi (Inactive) [ 2016-05-31 ] |
|
In the latest run this is passing |