Hi, trying to run './gradlew build' on vanilla setup, my build consistently stalls during execution of python gcp tests, e.g. on both of - > :beam-sdks-python:testPy2Gcp - > :beam-sdks-python-test-suites-tox-py35:testPy35Gcp
Console output: #### snip #### test_big_query_standard_sql (apache_beam.io.gcp.big_query_query_to_table_it_test.BigQueryQueryToTableIT) ... SKIP: IT is skipped because --test-pipeline-options is not specified test_big_query_standard_sql_kms_key (apache_beam.io.gcp.big_query_query_to_table_it_test.BigQueryQueryToTableIT) ... SKIP: This test requires BQ Dataflow native source support for KMS, which is not available yet. test_multiple_destinations_transform (apache_beam.io.gcp.bigquery_file_loads_test.BigQueryFileLoadsIT) ... SKIP: IT is skipped because --test-pipeline-options is not specified test_one_job_fails_all_jobs_fail (apache_beam.io.gcp.bigquery_file_loads_test.BigQueryFileLoadsIT) ... SKIP: IT is skipped because --test-pipeline-options is not specified test_records_traverse_transform_with_mocks (apache_beam.io.gcp.bigquery_file_loads_test.TestBigQueryFileLoads) ... output ends here, would expect a failed or ok here. Afterwards no progress - even waiting for hours. Any idea, what might be causing this? Do I need to add some GCP properties for this task ? Any ideas, what I am doing wrong? best, michel