-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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
[Build] Always run SQL tests in master build. #5955
Conversation
Merged build triggered. |
Merged build started. |
Test build #32046 has started for PR 5955 at commit |
Also @pwendell |
cc @brennonyork who is converting this whole thing into Python as part of #5694. |
Test build #32046 has finished for PR 5955 at commit
|
Merged build finished. Test FAILed. |
Test FAILed. |
Test build #782 has started for PR 5955 at commit |
Test build #782 has finished for PR 5955 at commit
|
Test build #783 has started for PR 5955 at commit |
Test build #783 has finished for PR 5955 at commit
|
_RUN_SQL_TESTS=true | ||
|
||
if [ -z "$non_sql_diffs" ]; then | ||
echo "[info] Detected no changes except in SQL. Will only run SQL tests." |
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.
maybe "only run SQL related module test suite"
retest this please |
Merged build triggered. |
Merged build started. |
Test build #33022 has started for PR 5955 at commit |
Test build #33022 has finished for PR 5955 at commit
|
Merged build finished. Test FAILed. |
Test FAILed. |
I'm going to pull this in now in order to try to expose SQL any SQL test issues in master / 1.4. If this causes any test failures, I'll take the blame and revert. |
Actually, my |
Seems our master build does not run HiveCompatibilitySuite (because _RUN_SQL_TESTS is not set). This PR introduces a property `AMP_JENKINS_PRB` to differentiate a PR build and a regular build. If a build is a regular one, we always set _RUN_SQL_TESTS to true. cc JoshRosen nchammas Author: Yin Huai <[email protected]> Closes #5955 from yhuai/runSQLTests and squashes the following commits: 3d399bc [Yin Huai] Always run SQL tests in master build. (cherry picked from commit 147b6be) Signed-off-by: Josh Rosen <[email protected]>
Alright, merged to master and branch-1.4. |
Seems our master build does not run HiveCompatibilitySuite (because _RUN_SQL_TESTS is not set). This PR introduces a property `AMP_JENKINS_PRB` to differentiate a PR build and a regular build. If a build is a regular one, we always set _RUN_SQL_TESTS to true. cc JoshRosen nchammas Author: Yin Huai <[email protected]> Closes apache#5955 from yhuai/runSQLTests and squashes the following commits: 3d399bc [Yin Huai] Always run SQL tests in master build.
Seems our master build does not run HiveCompatibilitySuite (because _RUN_SQL_TESTS is not set). This PR introduces a property `AMP_JENKINS_PRB` to differentiate a PR build and a regular build. If a build is a regular one, we always set _RUN_SQL_TESTS to true. cc JoshRosen nchammas Author: Yin Huai <[email protected]> Closes apache#5955 from yhuai/runSQLTests and squashes the following commits: 3d399bc [Yin Huai] Always run SQL tests in master build.
Seems our master build does not run HiveCompatibilitySuite (because _RUN_SQL_TESTS is not set). This PR introduces a property `AMP_JENKINS_PRB` to differentiate a PR build and a regular build. If a build is a regular one, we always set _RUN_SQL_TESTS to true. cc JoshRosen nchammas Author: Yin Huai <[email protected]> Closes apache#5955 from yhuai/runSQLTests and squashes the following commits: 3d399bc [Yin Huai] Always run SQL tests in master build.
Seems our master build does not run HiveCompatibilitySuite (because _RUN_SQL_TESTS is not set). This PR introduces a property
AMP_JENKINS_PRB
to differentiate a PR build and a regular build. If a build is a regular one, we always set _RUN_SQL_TESTS to true.cc @JoshRosen @nchammas