Skip to content

interop: let the interop client set the universe domain based on a flag #8201

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

Closed

Conversation

townba
Copy link
Contributor

@townba townba commented Mar 25, 2025

As title

@apolcyn

RELEASE NOTES: none

Copy link

codecov bot commented Mar 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.97%. Comparing base (775150f) to head (0b522cb).
Report is 11 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8201      +/-   ##
==========================================
- Coverage   82.25%   81.97%   -0.29%     
==========================================
  Files         393      410      +17     
  Lines       39143    40216    +1073     
==========================================
+ Hits        32197    32966     +769     
- Misses       5616     5880     +264     
- Partials     1330     1370      +40     

see 48 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

easwars
easwars previously approved these changes Mar 26, 2025
@@ -82,6 +82,7 @@ var (
soakResponseSize = flag.Int("soak_response_size", 314159, "The response size in a soak RPC. The default value is set based on the interop large unary test case.")
soakNumThreads = flag.Int("soak_num_threads", 1, "The number of threads for concurrent execution of the soak tests (rpc_soak or channel_soak). The default value is set based on the interop large unary test case.")
tlsServerName = flag.String("server_host_override", "", "The server name used to verify the hostname returned by TLS handshake if it is not empty. Otherwise, --server_host is used.")
universeDomain = flag.String("universe_domain", "", "The universe domain in which the process is running. If blank, the process is assumed to be running in the default universe.")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: s/blank/empty/

@easwars easwars added this to the 1.72 Release milestone Mar 26, 2025
@easwars easwars dismissed their stale review March 26, 2025 00:53

Unapprove

@easwars
Copy link
Contributor

easwars commented Mar 26, 2025

Looks like there is already #8145 which is blocked on grpc/grpc#38933 to finalize the flag name. I'm closing this for now.

@easwars easwars closed this Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants