You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2022/06/16 19:50:17 UTC

[beam] branch master updated: [21709] - Fix for "beam_PostCommit_Java_ValidatesRunner_Samza Failing" (#21916)

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

kenn 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 37a8f3c266f [21709] - Fix for "beam_PostCommit_Java_ValidatesRunner_Samza Failing" (#21916)
37a8f3c266f is described below

commit 37a8f3c266fcdba86db859768c535b1b3926803a
Author: Fernando Morales <80...@users.noreply.github.com>
AuthorDate: Thu Jun 16 13:50:08 2022 -0600

    [21709] - Fix for "beam_PostCommit_Java_ValidatesRunner_Samza Failing" (#21916)
---
 runners/samza/build.gradle | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/runners/samza/build.gradle b/runners/samza/build.gradle
index 04a05c18787..e4ae3c4f17d 100644
--- a/runners/samza/build.gradle
+++ b/runners/samza/build.gradle
@@ -110,6 +110,8 @@ def sickbayTests = [
         'org.apache.beam.sdk.coders.PCollectionCustomCoderTest.testEncodingIOException',
         'org.apache.beam.sdk.coders.PCollectionCustomCoderTest.testDecodingNPException',
         'org.apache.beam.sdk.coders.PCollectionCustomCoderTest.testDecodingIOException',
+        // https://github.com/apache/beam/issues/19344
+        'org.apache.beam.sdk.io.BoundedReadFromUnboundedSourceTest.testTimeBound',
 ]
 tasks.register("validatesRunner", Test) {
   group = "Verification"