[MCOL-1330] Make ColumnStore work under valgrind Created: 2018-04-09 Updated: 2018-06-28 Resolved: 2018-06-28 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.1.6 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Sprint: | 2018-13 | ||||||||||||||||
| Description |
|
Need an option in ExeMgr and other processes to bypass the results of setupResources() as this fails under valgrind causing immediate abort. |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2018-06-25 ] |
|
For QA: there is a new '-d' option available for WriteEngine and PrimProc, it will all valgrind to work with them. The flag already exists for ExeMgr and this has been modified to allow valgrind to work. |
| Comment by Daniel Lee (Inactive) [ 2018-06-28 ] |
|
Build verified: 1.1.6-1 source [root@localhost ~]# cat mariadb-columnstore-1.1.6-1-centos7.x86_64.bin.tar.gz.txt Merge pull request #113 from mariadb-corporation/davidhilldallas-patch-3 update readme /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #511 from mariadb-corporation/ Confirmed that the -d options on 1.1.5-1 does not work for Valgrind. |