-
Notifications
You must be signed in to change notification settings - Fork 155
Closed
Description
The GCEComputeResourceController class creates a GCE VM whose default Python version is incompatible with the client source code.
This line
Lines 37 to 38 in 6fbb5fb
| private static final String SOURCE_FAMILY = | |
| "projects/ubuntu-os-cloud/global/images/ubuntu-1604-xenial-v20171026a"; // Ubuntu 16.04 LTS |
This client code
pubsub/load-test-framework/python_src/clients/cps_publisher_task.py
Lines 35 to 39 in 6fbb5fb
| class PublisherSubtaskWorker(SubtaskWorker): | |
| def __init__(self): | |
| super().__init__() | |
| self._flow_controller: FlowController = None | |
| self._pub_id = int(random.random()) |
The SOURCE_FAMILY should probably be changed to use an Ubuntu version whose default Python is >= 3.6 like Focal 20.04.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels