Enable TCPing for single-server custom profiles - #6236
Open
eliotcougar wants to merge 3 commits into
Open
eliotcougar wants to merge 3 commits into
eliotcougar wants to merge 3 commits into
Conversation
eliotcougar
force-pushed
the
codex/custom-config-tcping
branch
from
September 15, 2026 15:58
9af65c4 to
986c663
Compare
eliotcougar
marked this pull request as ready for review
September 15, 2026 16:56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
TCPing currently skips every custom profile. Resolve its target from the saved raw JSON so configs with exactly one valid server address and port can be tested. Multiple-server configs and invalid endpoints remain skipped, and stale cached addresses are never used as a fallback.
Depends on #6235. Until that parser fix is merged, this PR also includes the parser changes. The TCPing-only change is limited to the worker and its JVM regression tests.
Related to #6233 (custom-profile TCPing).
Validation
Not run: physical-device, public-server connectivity, or native real-delay runtime tests. Emulator validation used a local TCP listener with the app's declared local-network permission granted.