We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7729e commit 984e875Copy full SHA for 984e875
sdks/go/test/integration/integration.go
@@ -313,6 +313,10 @@ var dataflowFilters = []string{
313
// Timers
314
"TestTimers_ProcessingTime_Infinity", // Uses test stream.
315
"TestTimers_ProcessingTime_Bounded", // Dataflow ignores processing time timers in batch.
316
+ // Sometimes the Dataflow worker is killed by OOM before the heap dump code in boot.go is reached,
317
+ // so no dump file is created.
318
+ // TODO: https://github.com/apache/beam/issues/34498
319
+ "TestOomParDo",
320
}
321
322
// CheckFilters checks if an integration test is filtered to be skipped, either
0 commit comments