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

[06/50] [abbrv] beam git commit: [BEAM-2141] Disable JDBC tests

[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/gearpump-runner
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()
 }