Skip to content

Commit 984e875

Browse files
authored
Skip TestOomParDo for Dataflow (#34502)
1 parent ad7729e commit 984e875

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sdks/go/test/integration/integration.go

+4
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,10 @@ var dataflowFilters = []string{
313313
// Timers
314314
"TestTimers_ProcessingTime_Infinity", // Uses test stream.
315315
"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",
316320
}
317321

318322
// CheckFilters checks if an integration test is filtered to be skipped, either

0 commit comments

Comments
 (0)