Skip to content

conformance: pod_url died on every poll — backslashes in an f-string expression - #1736

Merged
anderdc merged 1 commit into
testfrom
conformance-fstring-fix
Aug 31, 2026
Merged

conformance: pod_url died on every poll — backslashes in an f-string expression#1736
anderdc merged 1 commit into
testfrom
conformance-fstring-fix

Conversation

@anderdc

@anderdc anderdc commented Aug 31, 2026

Copy link
Copy Markdown
Collaborator

Run 33437399771 (the first conformance attempt to get past renting) spent 54 minutes against two healthy, RUNNING pods it could not see: pod_url() is single-quoted into python3 -c, so its \" escapes reach Python literally, and a backslash inside an f-string expression is a SyntaxError before Python 3.12. Every port poll raised, BASE stayed empty, and the run failed with runtime never answered on .

Fix: hoist the host into a variable so the f-string needs no nested quotes at all.

https://claude.ai/code/session_0127EiXq8sXpk2k8vfW73xdp

…expression

The port-discovery program is single-quoted into python3 -c, so the \" escapes
reached Python literally, and a backslash inside an f-string expression is a
SyntaxError before 3.12. Every poll failed, BASE stayed empty, and the run
spent 54 minutes against two healthy pods it could not see (run 33437399771).

Claude-Session: https://claude.ai/code/session_0127EiXq8sXpk2k8vfW73xdp
@anderdc
anderdc merged commit 7e54077 into test Aug 31, 2026
4 of 5 checks passed
@anderdc
anderdc deleted the conformance-fstring-fix branch August 31, 2026 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant