-
Notifications
You must be signed in to change notification settings - Fork 33
cloudrun: GKE client to cloudrun server test #154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cloudrun: GKE client to cloudrun server test #154
Conversation
framework/test_app/runners/cloud_run/cloud_run_xds_server_runner.py
Outdated
Show resolved
Hide resolved
framework/test_app/runners/cloud_run/cloud_run_xds_server_runner.py
Outdated
Show resolved
Hide resolved
…ani/psm-interop into eshita_gke_cloudrun
|
Include this in your PR: |
framework/infrastructure/mesh_resource_manager/cloud_run_mesh_manager.py
Outdated
Show resolved
Hide resolved
framework/infrastructure/mesh_resource_manager/cloud_run_mesh_manager.py
Outdated
Show resolved
Hide resolved
framework/infrastructure/mesh_resource_manager/cloud_run_mesh_manager.py
Outdated
Show resolved
Hide resolved
08d4831 to
5128b98
Compare
sergiitk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
backend patching is broken
framework/test_app/runners/cloud_run/cloud_run_xds_server_runner.py
Outdated
Show resolved
Hide resolved
framework/test_app/runners/cloud_run/cloud_run_xds_server_runner.py
Outdated
Show resolved
Hide resolved
framework/test_app/runners/cloud_run/cloud_run_xds_server_runner.py
Outdated
Show resolved
Hide resolved
sergiitk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You missed a few things, but overall LGTM.
One of the things is looks like these fields are gone from backend_service_add_cloudrun_backends now - I don't think this was intentional
"balancingMode": balancing_mode,
"capacityScaler": capacity_scaler,
Also please remember to run the tests one more time before merging!
Tests the case where the client is in GKE and the server is running in cloudrun. Verifies that 100 RPCs reach the server correctly and return with the correct response.