Skip to content

Cherry-pick: Fix incorrect subscription name in Phase 9 of ZODAN add_node#428

Open
mason-sharp wants to merge 2 commits intov5_STABLEfrom
v5_gen_sub_name
Open

Cherry-pick: Fix incorrect subscription name in Phase 9 of ZODAN add_node#428
mason-sharp wants to merge 2 commits intov5_STABLEfrom
v5_gen_sub_name

Conversation

@mason-sharp
Copy link
Copy Markdown
Member

create_sub_on_new_node_to_src_node generated sub_{subscriber}{provider} instead of the expected sub{provider}_{subscriber} convention, causing remove-node to fail when looking up subscriptions by their expected name.

Introduce spock.gen_sub_name(provider_node, subscriber_node) helper and replace all inline 'sub_' || concatenations to prevent future mismatches.

(cherry picked from commit eb844b9)

create_sub_on_new_node_to_src_node generated sub_{subscriber}_{provider}
instead of the expected sub_{provider}_{subscriber} convention, causing
remove-node to fail when looking up subscriptions by their expected name.

Introduce spock.gen_sub_name(provider_node, subscriber_node) helper and
replace all inline 'sub_' || concatenations to prevent future mismatches.

(cherry picked from commit eb844b9)
@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented Apr 22, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes. Give us feedback

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 22, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: ce20f598-71f3-4ecc-b902-a44ae8c178bf

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch v5_gen_sub_name

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@mason-sharp mason-sharp requested review from rasifr April 22, 2026 17:01
@mason-sharp mason-sharp changed the title Fix incorrect subscription name in Phase 9 of ZODAN add_node (SPOC-503) Cherry-pick: Fix incorrect subscription name in Phase 9 of ZODAN add_node Apr 22, 2026
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