illmock: test reason for message: notification#637
Open
adamdickmeiss wants to merge 2 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
⚠️ Not ready to approve
The newly added notification test currently uses a status that would not trigger side effects even without the notification early-return, so it may not actually catch regressions.
Pull request overview
This PR updates the illmock requester-side ISO18626 handling to simplify state cleanup for Unfilled messages and adds a regression test intended to ensure ReasonForMessage=notification does not trigger side effects. It also modernizes many test assertions by replacing assert.Nil(err) with assert.NoError(err).
Changes:
- Simplify
TypeStatusUnfilledhandling by always deleting the requester state (notification is already handled by an earlier return). - Update many tests to use
assert.NoErrorfor clearer error expectations. - Add a new test covering
ReasonForMessage=notificationconfirmation behavior.
File summaries
| File | Description |
|---|---|
illmock/app/requester.go |
Simplifies Unfilled branch by removing a redundant notification check and always deleting state for non-notification messages. |
illmock/app/app_test.go |
Replaces many assert.Nil(err) with assert.NoError(err) and adds a new notification-focused regression test. |
Copilot's findings
- Files reviewed: 2/2 changed files
- Comments generated: 1
Note
Your feedback helps us improve the quality of this feature.
Please use 👍 or 👎 to tell us whether this assessment is correct.
jakub-id
approved these changes
Jun 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.