You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/03/18 23:35:41 UTC

[GitHub] [beam] lostluck commented on a change in pull request #17067: [BEAM-12753] and [BEAM-12815] Fix Flink Integration Tests

lostluck commented on a change in pull request #17067:
URL: https://github.com/apache/beam/pull/17067#discussion_r830404485



##########
File path: sdks/go/test/integration/integration.go
##########
@@ -91,11 +91,7 @@ var portableFilters = []string{
 var flinkFilters = []string{
 	// TODO(BEAM-11500): Flink tests timing out on reads.
 	"TestXLang_Combine.*",
-	// TODO(BEAM-12815): Test fails: "Insufficient number of network buffers".
-	"TestXLang_Multi",
 	"TestDebeziumIO_BasicRead",
-	// TODO(BEAM-12753): Flink test stream fails for non-string/byte slice inputs
-	"TestTestStream.*Sequence.*",
 	// Triggers are not yet supported
 	"TestTrigger.*",

Review comment:
       We should try (in separate PRs) removing the other test filters as well, as I can see all of these being tightly related (timeouts and memory for debezium, and Triggers leaning on TestStream).




-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org