-
Notifications
You must be signed in to change notification settings - Fork 950
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
Implement a system test for DurableSubscriptions #2839
base: develop/durable
Are you sure you want to change the base?
Implement a system test for DurableSubscriptions #2839
Conversation
Uses the same parameters to validate non Durable vs Durable
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop/durable #2839 +/- ##
===================================================
+ Coverage 55.97% 56.01% +0.03%
===================================================
Files 353 353
Lines 66248 66248
Branches 13582 13582
===================================================
+ Hits 37085 37111 +26
+ Misses 25192 25164 -28
- Partials 3971 3973 +2 ☔ View full report in Codecov by Sentry. |
Test seems to work good on my machine, however the Test fails on MacOS & Linux: Linux:
MacOS:
|
To Debug Mac
@Archie-Miller new CI test failure: Failed Validate Transfer [85 ms] |
…rt them into the object model
Uses the same parameters to validate non Durable vs Durable
Proposed changes
Implement a system unit test to test the functionality of Durable Subscriptions in the Reference Server
Tests add 14 seconds to the Opc.Ua.Client.Tests
Types of changes
What types of changes does your code introduce?
Put an
x
in the boxes that apply. You can also fill these out after creating the PR.Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.