Repository: spark
Updated Branches:
  refs/heads/master a46b8f2d7 -> 3c517a812


[Spark QA] Link to console output on test time out

When tests time out we should link to the Jenkins console output for easy 
review. We already do this for when tests start or complete normally.

Here's [a recent 
example](https://github.com/apache/spark/pull/2109#issuecomment-53374032) of 
where this would be helpful.

Author: nchammas <nicholas.cham...@gmail.com>

Closes #2140 from nchammas/patch-1 and squashes the following commits:

3b26c8d [nchammas] [Spark QA] Link to console output on test time out


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/3c517a81
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/3c517a81
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/3c517a81

Branch: refs/heads/master
Commit: 3c517a812e2e7cb5c00897b48024a716cc2b9a40
Parents: a46b8f2
Author: nchammas <nicholas.cham...@gmail.com>
Authored: Thu Aug 28 18:08:28 2014 -0700
Committer: Patrick Wendell <pwend...@gmail.com>
Committed: Thu Aug 28 18:08:28 2014 -0700

----------------------------------------------------------------------
 dev/run-tests-jenkins | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/3c517a81/dev/run-tests-jenkins
----------------------------------------------------------------------
diff --git a/dev/run-tests-jenkins b/dev/run-tests-jenkins
index 31506e2..d9205f0 100755
--- a/dev/run-tests-jenkins
+++ b/dev/run-tests-jenkins
@@ -138,7 +138,7 @@ function post_message () {
   test_result="$?"
 
   if [ "$test_result" -eq "124" ]; then
-    fail_message="**Tests timed out** after a configured wait of 
\`${TESTS_TIMEOUT}\`."
+    fail_message="**[Tests timed out](${BUILD_URL}consoleFull)** after a 
configured wait of \`${TESTS_TIMEOUT}\`."
     post_message "$fail_message"
     exit $test_result
   else


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to