aIbrahiim commented on code in PR #37350:
URL: https://github.com/apache/beam/pull/37350#discussion_r2708526116


##########
sdks/python/apache_beam/io/gcp/bigquery_test.py:
##########
@@ -723,7 +723,7 @@ def test_read_export_exception(self, exception_type, 
error_message):
                         'Insert') as mock_query_job, \
       mock.patch('time.sleep'), \
       self.assertRaises(Exception) as exc,\
-      beam.Pipeline() as p:
+      beam.Pipeline(runner='DirectRunner') as p:

Review Comment:
   the default runner is supposed to be DirectRunner but the tests were 
mysteriously using a grpc based runner (FnApiRunner/PortableRunner) in the CI 
environment, which caused the DEADLINE_EXCEEDED errors



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