[MCOL-3311] regression test212 logs integer expression expected error Created: 2019-05-14 Updated: 2019-05-31 Resolved: 2019-05-21 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | regression suite |
| Affects Version/s: | 1.1.7 |
| Fix Version/s: | 1.2.4 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | David Hall (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2019-05 |
| Description |
|
I noticed looking at the buildbot nightly that test212 was throwing an error. This error was preventing the delete portion of the test from running, which means the test wasn't doing everything it was supposed to, I.e., run concurrent insert, update and delete statements. Simple fix in the bash script. |
| Comments |
| Comment by David Hall (Inactive) [ 2019-05-14 ] |
|
Roman, test212 is specifically designed to exercise the queue code we've been discussing. It will cause the txn is waiting logs to show up. |
| Comment by David Hall (Inactive) [ 2019-05-14 ] |
|
Regression suite PRs #111 and #112 for 1.1 and 1.2 respectively. |
| Comment by Daniel Lee (Inactive) [ 2019-05-20 ] |
|
Builds tested: Github 1.2.4-1 source Reproduced the issue in 1.1.7-1 and the same error messages are still in 1.2.4-1 regression test. Also, the first version is 1.2.4, but the PRs are for 1.1 and 1.2. Is the fix also in 1.1.8-1 regression? /root/columnstore/mariadb-columnstore-server Disable Travis triggering on pull requests /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #767 from mariadb-corporation/develop-1.2-merge-up-20190517 Merge develop-1.1 into develop-1.2 /root/columnstore/mariadb-columnstore-tools |
| Comment by Daniel Lee (Inactive) [ 2019-05-21 ] |
|
I forgot to mention in my last comment that the regression test suite branch develop-1.2 was used for testing. In fact, I just tested it again using ColumnStore 1.2.4-1 RC and test212 still has the same error messages. |
| Comment by Daniel Lee (Inactive) [ 2019-05-21 ] |
|
Build verified: Regression suite, develop-1.1 and develop-1.2 [root@localhost regression]# git show Merge pull request #111 from mariadb-corporation/ [root@localhost regression]# git show Merge pull request #112 from mariadb-corporation/ |