kw2542 commented on a change in pull request #15659:
URL: https://github.com/apache/beam/pull/15659#discussion_r721814142
##########
File path: sdks/go/test/integration/integration.go
##########
@@ -88,13 +88,17 @@ var flinkFilters = []string{
}
var samzaFilters = []string{
+ // XLang tests no supported by samza runner.
+ "TestXLang.*",
// TODO(BEAM-12608): Samza tests invalid encoding.
"TestReshuffle",
"TestReshuffleKV",
// The Samza runner does not support the TestStream primitive
"TestTestStream.*",
// The trigger tests uses TestStream
"TestTrigger.*",
+ // Samza doesn't yet support post job metrics, used by WordCount
+ "TestWordCount.*",
Review comment:
Same, can we create a ticket ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]