test: ensure IPEX op initiator is not notified - #399
Draft
kentbull wants to merge 1 commit into
Draft
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #399 +/- ##
=======================================
Coverage 93.75% 93.75%
=======================================
Files 1 1
Lines 80 80
Branches 28 28
=======================================
Hits 75 75
Misses 3 3
Partials 2 2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
The initiator of an IPEX operation does not need to have a notification of an event it created. This test proves that notification is suppressed. Depends on WebOfTrust/keria#445"
kentbull
force-pushed
the
ipex-initiator-note-suppression-test
branch
from
June 27, 2026 03:02
43cc703 to
1000506
Compare
Collaborator
Author
|
integration tests are expected to fail until WebOfTrust/keria#445 is merged and available for CI to target. |
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.
The initiator of an IPEX operation does not need to have a notification of an event it created. This test proves that notification is suppressed. Depends on WebOfTrust/keria#445