acrites commented on PR #36889: URL: https://github.com/apache/beam/pull/36889#issuecomment-3582839887
The V2 Streaming ValidatesRunner test was ParDoTest$TimestampTests > testOnTimerTimestampSkew, which doesn't seem related to my change (it requires only UsesTimersInParDo.class). It looks like it was a lack of resources error: ``` Startup of the worker pool in us-central1 failed to bring up any of the desired 1 workers. Please refer to https://cloud.google.com/dataflow/docs/guides/common-errors#worker-pool-failure for help troubleshooting. ZONE_RESOURCE_POOL_EXHAUSTED_WITH_DETAILS: Instance 'pardotest0timestamptests0-11251457-m5s1-harness-qb6m' creation failed: The zone 'projects/apache-beam-testing/zones/us-central1-c' does not have enough resources available to fulfill the request. ``` -- 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]
