You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Brian Hulette (Jira)" <ji...@apache.org> on 2020/08/19 17:47:00 UTC

[jira] [Created] (BEAM-10761) Add TestPubsub.waitForSubscription

Brian Hulette created BEAM-10761:
------------------------------------

             Summary: Add TestPubsub.waitForSubscription
                 Key: BEAM-10761
                 URL: https://issues.apache.org/jira/browse/BEAM-10761
             Project: Beam
          Issue Type: Improvement
          Components: io-java-gcp, testing
            Reporter: Brian Hulette
            Assignee: Brian Hulette


We have several tests that rely on TestPubsubSignal.signalStart as an imperfect signal that a pipeline has created a subscription to a PubSub topic, and it is safe for us to start injecting data. This has the potential to be flaky.

We should instead poll pubsub until we can observe a subscription was created. This can be implemented via a method TestPubsub.waitForSubscription



--
This message was sent by Atlassian Jira
(v8.3.4#803005)