Skip to content

Conversation

@radu-mocanu
Copy link
Contributor

  • always choose first interrupt for debug resume

@radu-mocanu radu-mocanu self-assigned this Dec 30, 2025
Copilot AI review requested due to automatic review settings December 30, 2025 10:59
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR ensures that interrupt order is preserved when handling resumable runtime suspensions, guaranteeing that the first interrupt is consistently chosen for debug resume operations. The version is bumped to 0.3.3.

Key Changes:

  • Changed interrupt ID tracking from unordered sets to ordered lists to preserve the sequence of interrupts
  • Updated tests to verify that interrupt order is maintained rather than treating it as unordered

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
pyproject.toml Version bump from 0.3.2 to 0.3.3
uv.lock Version bump from 0.3.2 to 0.3.3
src/uipath/runtime/resumable/runtime.py Changed from sets to lists for tracking interrupt IDs to preserve insertion order
tests/test_resumable.py Updated test assertions to verify order preservation instead of unordered set comparison

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@radu-mocanu radu-mocanu merged commit 1201baa into main Dec 30, 2025
17 checks passed
@cristipufu cristipufu deleted the fix/always-choose-first-api-interrupt branch December 30, 2025 11:14
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