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 2020/04/20 16:20:38 UTC

[GitHub] [beam] lukecwik commented on a change in pull request #11450: [BEAM-9779] Hl7v2 io patches

lukecwik commented on a change in pull request #11450:
URL: https://github.com/apache/beam/pull/11450#discussion_r411512742



##########
File path: sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/healthcare/HL7v2IOWriteIT.java
##########
@@ -46,6 +45,8 @@
   private static final String HL7V2_STORE_NAME =
       "hl7v2_store_write_it_" + System.currentTimeMillis() + "_" + (new SecureRandom().nextInt(32));
 
+  @Rule public transient TestPipeline pipeline = TestPipeline.create();

Review comment:
       `pipeline.run().waitUntilFinish()` is the correct way to wait till completion.




----------------------------------------------------------------
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.

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