-
Notifications
You must be signed in to change notification settings - Fork 1.7k
GAPIC-generated system tests broken on Kokoro #6157
Copy link
Copy link
Closed
Labels
api: bigquerydatatransferIssues related to the BigQuery Data Transfer Service API.Issues related to the BigQuery Data Transfer Service API.api: clouderrorreportingIssues related to the Error Reporting API.Issues related to the Error Reporting API.api: cloudiotIssues related to the IoT Core API.Issues related to the IoT Core API.api: cloudtraceIssues related to the Cloud Trace API.Issues related to the Cloud Trace API.api: containerIssues related to the Kubernetes Engine API API.Issues related to the Kubernetes Engine API API.api: dataprocIssues related to the Dataproc API.Issues related to the Dataproc API.api: monitoringIssues related to the Cloud Monitoring API.Issues related to the Cloud Monitoring API.api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.codegentestingtype: processA process-related concern. May include testing, release, or the like.A process-related concern. May include testing, release, or the like.
Metadata
Metadata
Assignees
Labels
api: bigquerydatatransferIssues related to the BigQuery Data Transfer Service API.Issues related to the BigQuery Data Transfer Service API.api: clouderrorreportingIssues related to the Error Reporting API.Issues related to the Error Reporting API.api: cloudiotIssues related to the IoT Core API.Issues related to the IoT Core API.api: cloudtraceIssues related to the Cloud Trace API.Issues related to the Cloud Trace API.api: containerIssues related to the Kubernetes Engine API API.Issues related to the Kubernetes Engine API API.api: dataprocIssues related to the Dataproc API.Issues related to the Dataproc API.api: monitoringIssues related to the Cloud Monitoring API.Issues related to the Cloud Monitoring API.api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.codegentestingtype: processA process-related concern. May include testing, release, or the like.A process-related concern. May include testing, release, or the like.
From: https://source.cloud.google.com/results/invocations/3b9800e0-277d-4e82-bf21-bc7b72d2eef3/targets/cloud-devrel%2Fclient-libraries%2Fgoogle-cloud-python%2Fpresubmit%2Ferror_reporting/log
The following codegen-derived system tests files use
os.environ['PROJECT_ID']:bigquery_datatransfer/tests/system/gapic/v1/test_system_data_transfer_service_v1.pycontainer/tests/system/gapic/v1/test_system_cluster_manager_v1.pydataproc/tests/system/gapic/v1/test_system_cluster_controller_v1.pydataproc/tests/system/gapic/v1beta2/test_system_cluster_controller_v1beta2.pyerror_reporting/tests/system/gapic/v1beta1/test_system_report_errors_service_v1beta1.pyiot/tests/system/gapic/v1/test_system_device_manager_v1.pymonitoring/tests/system/gapic/v3/test_system_metric_service_v3.pypubsub/tests/system/gapic/v1/test_system_publisher_v1.pytrace/tests/system/gapic/v1/test_system_trace_service_v1.pytrace/tests/system/gapic/v2/test_system_trace_service_v2.pyThe "standard" environment variable for such purposes is
GOOGLE_CLOUD_PROJECT. It looks to me like we used to havePROJECT_IDdefined as a CircleCI environment variable: we should likely add it for Kokoro too.