Skip to content

fix(adk): allow business interrupt resume through permission gate#1075

Merged
shentongmartin merged 1 commit into
alpha/10from
fix/adk-permission-business-interrupt-resume
Jun 12, 2026
Merged

fix(adk): allow business interrupt resume through permission gate#1075
shentongmartin merged 1 commit into
alpha/10from
fix/adk-permission-business-interrupt-resume

Conversation

@shentongmartin

Copy link
Copy Markdown
Contributor

Problem: permission gate rejected resumed business interrupts without AskState before the underlying tool could handle its own state. Solution: pass through resumed interrupts that do not carry permission AskState while preserving fail-closed behavior for permission-owned state. Validation: golangci-lint, targeted permission tests, go test -race ./..., and go test -coverprofile ./... passed.

Change-Id: Id3f5ed2a69ec81667e0e0afd032da0c602e2ff01
@codecov

codecov Bot commented Jun 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (alpha/10@12955df). Learn more about missing BASE report.

Additional details and impacted files
@@             Coverage Diff             @@
##             alpha/10    #1075   +/-   ##
===========================================
  Coverage            ?   83.04%           
===========================================
  Files               ?      172           
  Lines               ?    28230           
  Branches            ?        0           
===========================================
  Hits                ?    23443           
  Misses              ?     3227           
  Partials            ?     1560           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

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

@shentongmartin shentongmartin merged commit 079cccc into alpha/10 Jun 12, 2026
16 checks passed
@shentongmartin shentongmartin deleted the fix/adk-permission-business-interrupt-resume branch June 12, 2026 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant