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.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[uss_qualifier] Adding the interactions and invalid op checks steps #376
[uss_qualifier] Adding the interactions and invalid op checks steps #376
Changes from 39 commits
e2e55c8
84c59cc
83e1e08
2ddb964
1a6622f
ce4488e
2aa5f05
a44b49e
907cbfe
c2e8bf6
9687ac2
83a40d8
3a8bdc4
3df884c
42cceda
8fdcb69
8797056
9abdf23
fbae1b1
40bc79c
22931da
d282151
f892e01
2c7dba1
b330dff
1fcbafa
fca841f
688dd4c
e9b0566
1405f0e
694ff22
4bcb865
1f588ec
75d57b1
62f1155
844fb4b
7999f53
aa89491
ee8d6cb
2e4d228
d09dab5
2ce1399
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A useful tool to check the correctness/behavior of uss_qualifier functionality is to inspect the various artifacts produced from a test run. The CI runs most of the configurations in configurations/dev with output going to uss_qualifier/output -- this output is available as a downloadable artifact when the CI is run on GitHub, or it will be on your local machine if run locally. Here is a portion of the tested requirements artifact for the f3548_self_contained test configuration:
It seems like we would want to make sure that check happened.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Fixed the condition.
But, I see that there are some subscriptions that are not getting cleaned up, and causing notifications to happen.