test(notifications): add scheduler validation suite#542
Merged
Conversation
- suppress duplicate reminder scheduling in the shared notification scheduler - emit stable deep-link payloads and verify completion bookkeeping - add a focused Make target, runbook, and framework tests for issue #515 This turns notification validation into a reproducible host-runnable workflow while keeping device-only notification behavior explicitly documented.
Contributor
Plugin Module Size GatePolicy: modules over 3 MB must be delivered as plugins; plugin modules over 5 MB must document cache management.
|
Contributor
🚀 PR Quick Check Summary
|
- record duplicate suppression and stable reminder deep-link payloads - point maintainers to the notification validation runbook and manual Android matrix Satisfies the docs/wiki completeness gate for the notification scheduler validation slice.
|
Contributor
🚀 PR Quick Check Summary
|
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.



Summary
This PR introduces changes to the notification scheduler validation path.
Goal: make issue #515 reproducible with deterministic host-runnable coverage while documenting the remaining device-only notification checks.
Core outcome:
Changes
Code
app/test/features/agent_chat/data/services/agent_notification_scheduler_test.dartdocs/release/NOTIFICATION_VALIDATION.mdapp/lib/features/agent_chat/data/services/agent_notification_scheduler.dartdocs/release/RELEASE_CHECKLIST.mdandMakefileapp/pubspec.yamlLogic
daily_until_donereminders after completionAPI Changes (if any)
Database Changes (if any)
Observability / Logging
Performance Impact
Risks
Testing
make test-notification-validationadb devices -lconfirmed a connected Pixel 9 is available for the device-only matrixdocs/release/NOTIFICATION_VALIDATION.mdDeployment Notes
Related Commits
test(notifications): add scheduler validation suiteNotes