Skip to content

[patch] Fix XML parse error caused by <instanceId>/<workspaceId> placeholders in known_issues editorial - #442

Merged
anilprajapatiibm merged 1 commit into
stablefrom
pk-knownissue
Jul 30, 2026
Merged

[patch] Fix XML parse error caused by <instanceId>/<workspaceId> placeholders in known_issues editorial#442
anilprajapatiibm merged 1 commit into
stablefrom
pk-knownissue

Conversation

@prveenkumr

@prveenkumr prveenkumr commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

The known_issues title in v9-260730 catalogs contained literal and substrings as kubectl command placeholders. When rendered via prompt_toolkit's HTML() parser these were treated as XML tags, causing:

xml.parsers.expat.ExpatError: mismatched tag

Replace angle-bracket placeholders with curly-brace equivalents ({instanceId}, {workspaceId}) which are valid plain text and do not interfere with XML parsing.

Fixes: test_install_interactive_existing_catalog, test_install_interactive_no_catalog,
test_install_interactive_unsupported_ocp" && git push origin stable

…eholders in known_issues editorial

The known_issues title in v9-260730 catalogs contained literal <instanceId> and
<workspaceId> substrings as kubectl command placeholders. When rendered via
prompt_toolkit's HTML() parser these were treated as XML tags, causing:

  xml.parsers.expat.ExpatError: mismatched tag

Replace angle-bracket placeholders with curly-brace equivalents ({instanceId},
{workspaceId}) which are valid plain text and do not interfere with XML parsing.

Fixes: test_install_interactive_existing_catalog, test_install_interactive_no_catalog,
       test_install_interactive_unsupported_ocp" && git push origin stable
@prveenkumr
prveenkumr requested a review from a team as a code owner July 30, 2026 14:17
@anilprajapatiibm
anilprajapatiibm added this pull request to the merge queue Jul 30, 2026
Merged via the queue into stable with commit daab398 Jul 30, 2026
3 checks passed
@anilprajapatiibm
anilprajapatiibm deleted the pk-knownissue branch July 30, 2026 14: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.

2 participants