-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug fix for GAIAPLAT-1367, 1388, 1326, 1400, 1198, 1375, 794, 1235, 1390 #914
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The google tests test_queries_node.nomatch_stmt[234]
are now failing because of a change in the translation of the nomatch
block. I believe that the change is incorrect because it moves the block into the loop of the declarative statement it is "nomatching". It needs to remain out of the loop.
Note to other reviewers: I pushed some of my test enhancements into this branch. I apologized to Gregory for this, but they are legitimate changes that just don't belong together in this same PR. They are simple and minor, so left here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this is a few more bug fixes than just GAIAPLAT-1367. Could you also list this as part of the PR description (or commit message (or in the commit description is fine if you don't squash them - just saw them listed above).
# Conflicts: # production/tools/gaia_translate/src/main.cpp # production/tools/tests/gaiat/integration_test_expected_incorrect_table_name.ruleset
…390 (#914) * Fix for GAIAPLAT-1274 * Fix for GAIAPLAT-1269 * Fix for GAIAPLAT-1314 * Fix an issue that led to incorrect code generation for during the hackathon * Fix for GAIAPLAT-1367 * Fix for GAIAPLAT-1388 * updated tests resulting from hackathon issues * FIX for GAIAT-1326 * Fix for GAIAT-1400 * Fix for GAIAPLAT-1198 * [WLW] adjusted ruleset to test GAIAPLAT-1198 * added tests to confirm bug fixes for -1298 and -1251 * Fix for GAIAPLAT-1375 * Fix for GAIAPLAT-794 * Fix for GAIAPLAT-1235 * Fix for GAIAPLAT-1390 Co-authored-by: Wayne Warren <[email protected]>
No description provided.