You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2016/10/12 15:28:43 UTC

[1/2] incubator-beam git commit: Disable trimStackTrace in maven-failsafe-plugin

Repository: incubator-beam
Updated Branches:
  refs/heads/master 135790bc9 -> 4f991fd82


Disable trimStackTrace in maven-failsafe-plugin


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/1affcccd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/1affcccd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/1affcccd

Branch: refs/heads/master
Commit: 1affcccd4f4dafa0c6c6ec2360c5fbcdf55247ce
Parents: 135790b
Author: Pei He <pe...@google.com>
Authored: Tue Oct 11 15:56:58 2016 -0700
Committer: Luke Cwik <lc...@google.com>
Committed: Wed Oct 12 08:21:48 2016 -0700

----------------------------------------------------------------------
 examples/java/pom.xml                      | 2 --
 pom.xml                                    | 4 ++++
 sdks/java/io/google-cloud-platform/pom.xml | 1 -
 sdks/java/io/kinesis/pom.xml               | 1 -
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/1affcccd/examples/java/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java/pom.xml b/examples/java/pom.xml
index 1923366..aa7c22a 100644
--- a/examples/java/pom.xml
+++ b/examples/java/pom.xml
@@ -127,7 +127,6 @@
             <artifactId>maven-failsafe-plugin</artifactId>
             <configuration>
               <useManifestOnlyJar>false</useManifestOnlyJar>
-              <redirectTestOutputToFile>true</redirectTestOutputToFile>
             </configuration>
             <executions>
               <execution>
@@ -404,7 +403,6 @@
         <artifactId>maven-failsafe-plugin</artifactId>
         <configuration>
           <useManifestOnlyJar>false</useManifestOnlyJar>
-          <redirectTestOutputToFile>true</redirectTestOutputToFile>
         </configuration>
         <executions>
           <execution>

http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/1affcccd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7295261..c135f17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -981,6 +981,10 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
           <version>2.19.1</version>
+          <configuration>
+            <trimStackTrace>false</trimStackTrace>
+            <redirectTestOutputToFile>true</redirectTestOutputToFile>
+          </configuration>
         </plugin>
 
         <!-- This plugin's configuration tells the m2e plugin how to import this 

http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/1affcccd/sdks/java/io/google-cloud-platform/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/io/google-cloud-platform/pom.xml b/sdks/java/io/google-cloud-platform/pom.xml
index 573c457..15c0447 100644
--- a/sdks/java/io/google-cloud-platform/pom.xml
+++ b/sdks/java/io/google-cloud-platform/pom.xml
@@ -69,7 +69,6 @@
         <artifactId>maven-failsafe-plugin</artifactId>
         <configuration>
           <useManifestOnlyJar>false</useManifestOnlyJar>
-          <redirectTestOutputToFile>true</redirectTestOutputToFile>
         </configuration>
         <executions>
           <execution>

http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/1affcccd/sdks/java/io/kinesis/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/io/kinesis/pom.xml b/sdks/java/io/kinesis/pom.xml
index aec1786..06817da 100644
--- a/sdks/java/io/kinesis/pom.xml
+++ b/sdks/java/io/kinesis/pom.xml
@@ -69,7 +69,6 @@
         <artifactId>maven-failsafe-plugin</artifactId>
         <configuration>
           <useManifestOnlyJar>false</useManifestOnlyJar>
-          <redirectTestOutputToFile>true</redirectTestOutputToFile>
         </configuration>
         <executions>
           <execution>


[2/2] incubator-beam git commit: [BEAM-739] Log exceptions full stack track in IT tests

Posted by lc...@apache.org.
[BEAM-739] Log exceptions full stack track in IT tests

This closes #1079


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/4f991fd8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/4f991fd8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/4f991fd8

Branch: refs/heads/master
Commit: 4f991fd828b0d03556fee7029a1d19657af318ed
Parents: 135790b 1affccc
Author: Luke Cwik <lc...@google.com>
Authored: Wed Oct 12 08:22:12 2016 -0700
Committer: Luke Cwik <lc...@google.com>
Committed: Wed Oct 12 08:22:12 2016 -0700

----------------------------------------------------------------------
 examples/java/pom.xml                      | 2 --
 pom.xml                                    | 4 ++++
 sdks/java/io/google-cloud-platform/pom.xml | 1 -
 sdks/java/io/kinesis/pom.xml               | 1 -
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------