Uh oh!
There was an error while loading. Please reload this page.
[Build] Always run SQL tests in master build. - #5955
Conversation
AmplabJenkins
commented
May 6, 2015
Merged build triggered. |
AmplabJenkins
commented
May 6, 2015
Merged build started. |
SparkQA
commented
May 6, 2015
Test build #32046 has started for PR 5955 at commit |
yhuai
commented
May 6, 2015
Also @pwendell |
nchammas
commented
May 6, 2015
cc @brennonyork who is converting this whole thing into Python as part of #5694. |
SparkQA
commented
May 7, 2015
Test build #32046 has finished for PR 5955 at commit
|
AmplabJenkins
commented
May 7, 2015
Merged build finished. Test FAILed. |
AmplabJenkins
commented
May 7, 2015
Test FAILed. |
SparkQA
commented
May 8, 2015
Test build #782 has started for PR 5955 at commit |
SparkQA
commented
May 8, 2015
Test build #782 has finished for PR 5955 at commit
|
SparkQA
commented
May 8, 2015
Test build #783 has started for PR 5955 at commit |
SparkQA
commented
May 8, 2015
Test build #783 has finished for PR 5955 at commit
|
There was a problem hiding this comment.
maybe "only run SQL related module test suite"
andrewor14
commented
May 18, 2015
retest this please |
AmplabJenkins
commented
May 18, 2015
Merged build triggered. |
AmplabJenkins
commented
May 18, 2015
Merged build started. |
SparkQA
commented
May 18, 2015
Test build #33022 has started for PR 5955 at commit |
SparkQA
commented
May 18, 2015
Test build #33022 has finished for PR 5955 at commit
|
AmplabJenkins
commented
May 18, 2015
Merged build finished. Test FAILed. |
AmplabJenkins
commented
May 18, 2015
Test FAILed. |
JoshRosen
commented
May 19, 2015
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. |
JoshRosen
commented
May 19, 2015
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 <yhuai@databricks.com> 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 <joshrosen@databricks.com>
JoshRosen
commented
May 21, 2015
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 <yhuai@databricks.com> Closesapache#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 <yhuai@databricks.com> Closesapache#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 <yhuai@databricks.com> Closesapache#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_PRBto 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