You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2017/05/02 20:04:33 UTC

[1/2] beam git commit: [BEAM-2141] Disable JDBC tests

Repository: beam
Updated Branches:
  refs/heads/master 9f6377fcc -> aaa5e55dc


[BEAM-2141] Disable JDBC tests

They do not pass, and they use up valuable executor space


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

Branch: refs/heads/master
Commit: abfd0066b3bdc8dfa930541b61c7da5c68cfacf0
Parents: 9f6377f
Author: Dan Halperin <dh...@google.com>
Authored: Tue May 2 11:45:58 2017 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Tue May 2 13:04:22 2017 -0700

----------------------------------------------------------------------
 .test-infra/jenkins/job_beam_PerformanceTests_JDBC.groovy | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/abfd0066/.test-infra/jenkins/job_beam_PerformanceTests_JDBC.groovy
----------------------------------------------------------------------
diff --git a/.test-infra/jenkins/job_beam_PerformanceTests_JDBC.groovy b/.test-infra/jenkins/job_beam_PerformanceTests_JDBC.groovy
index 8e581c2..ef73a26 100644
--- a/.test-infra/jenkins/job_beam_PerformanceTests_JDBC.groovy
+++ b/.test-infra/jenkins/job_beam_PerformanceTests_JDBC.groovy
@@ -57,4 +57,7 @@ job('beam_PerformanceTests_JDBC'){
     ]
 
     common_job_properties.buildPerformanceTest(delegate, argMap)
+
+    // [BEAM-2141] Perf tests do not pass.
+    disabled()
 }


[2/2] beam git commit: This closes #2835

Posted by dh...@apache.org.
This closes #2835


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

Branch: refs/heads/master
Commit: aaa5e55dc7e02d20e6f91482d96826bb297266f3
Parents: 9f6377f abfd006
Author: Dan Halperin <dh...@google.com>
Authored: Tue May 2 13:04:26 2017 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Tue May 2 13:04:26 2017 -0700

----------------------------------------------------------------------
 .test-infra/jenkins/job_beam_PerformanceTests_JDBC.groovy | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------