-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[PushAV] Update to latest spec for Push Events and TransportOptions #41327
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
[PushAV] Update to latest spec for Push Events and TransportOptions #41327
Conversation
|
PR #41327: Size comparison from c432a84 to 544eef3 Full report (5 builds for cc32xx, realtek, stm32)
|
|
PR #41327: Size comparison from c432a84 to 660a8cb Full report (6 builds for cc32xx, nrfconnect, realtek, stm32)
|
|
PR #41327: Size comparison from c432a84 to 2c15ad2 Full report (6 builds for cc32xx, nrfconnect, realtek, stm32)
|
|
PR #41327: Size comparison from c432a84 to 8ecaf51 Full report (5 builds for cc32xx, realtek, stm32)
|
|
PR #41327: Size comparison from c432a84 to 4db9746 Full report (37 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #41327 +/- ##
=======================================
Coverage 50.96% 50.96%
=======================================
Files 1378 1378
Lines 100614 100612 -2
Branches 13025 13025
=======================================
- Hits 51273 51272 -1
+ Misses 49341 49340 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
PR #41327: Size comparison from c432a84 to 74e478d Full report (37 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
|
|
PR #41327: Size comparison from 82e6d0e to 035d9b5 Full report (37 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
|
|
@Mergifyio refresh |
✅ Pull request refreshed |
Summary
Testing showed that the PushTransportEnd Event in the SDK was mis-aligned with the Spec (had two fields that had been removed). Also the TransportOptions endpointID has been renamed TLSEndpointID.
Ran Alchemy against the latest cluster definition.
Ran ZapRegen.
Updated the server, app, and test scripts with new naming and event definition.
Related issues
Testing
Via the Python Runner re-run PAVST.* and PAVSTI.*
Readability checklist
The checklist below will help the reviewer finish PR review in time and keep the
code readable:
descriptive
“When in Rome…”
rule (coding style)
See: Pull Request Guidelines