You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2021/10/05 17:44:51 UTC

[beam] branch master updated: Disable samza counters (#15659)

This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 476efbb  Disable samza counters (#15659)
476efbb is described below

commit 476efbb5e798c95a7c46f1b05e792f2c4b67bf1a
Author: Robert Burke <lo...@users.noreply.github.com>
AuthorDate: Tue Oct 5 10:43:51 2021 -0700

    Disable samza counters (#15659)
---
 sdks/go/test/integration/integration.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sdks/go/test/integration/integration.go b/sdks/go/test/integration/integration.go
index 853b248..6132841 100644
--- a/sdks/go/test/integration/integration.go
+++ b/sdks/go/test/integration/integration.go
@@ -95,6 +95,8 @@ var samzaFilters = []string{
 	"TestTestStream.*",
 	// The trigger tests uses TestStream
 	"TestTrigger.*",
+	// TODO(BEAM-13006): Samza doesn't yet support post job metrics, used by WordCount
+	"TestWordCount.*",
 }
 
 var sparkFilters = []string{