Amar3tto commented on code in PR #36031:
URL: https://github.com/apache/beam/pull/36031#discussion_r2322414395


##########
sdks/python/apache_beam/transforms/external_test.py:
##########
@@ -357,9 +374,9 @@ def test_external_transform_finder_leaf(self):
             'beam:transforms:xlang:test:nooutput',
             ImplicitSchemaPayloadBuilder({'data': '0'}),
             expansion_service.ExpansionServiceServicer()))
-    pipeline.run().wait_until_finish()
 
-    self.assertTrue(pipeline.contains_external_transforms)
+    found = has_external(pipeline)
+    self.assertTrue(found, f"No ExternalTransform found; saw: {found}")

Review Comment:
   Ok, let's try.
   Also the issue usually relates only to this particular 'no-output' transform 



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to