-
Notifications
You must be signed in to change notification settings - Fork 317
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
Fix signaling cache and GStreamer sample build on Windows #1935
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1935 +/- ##
===========================================
- Coverage 76.13% 76.11% -0.02%
===========================================
Files 48 48
Lines 13709 13708 -1
===========================================
- Hits 10437 10434 -3
- Misses 3272 3274 +2 ☔ View full report in Codecov by Sentry. |
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.
LGTM
* fix readFile signaling cache windows * fix branch name * enable signaling api functionality tests on windows ci * try install zlib * zlib condition cmake * fix file cachine tests on Windows +Gstreamer sample build * filter failing signaling tests on Windows * dummy commit * strnlen * cleanup
Issue #, if available:
What was changed?
Modified the Windows CI and deserialization logic in Signaling caching
Why was it changed?
Signaling cache was broken on Windows. This change would fix it and some tests that were disabled on Windows
How was it changed?
By modifying the readFile in the PIC layer and fixing the deserialize function on Windows by introducing an additional check
What testing was done for the changes?
The tests pass in the CI. Ran the sample application to make sure the cache is being used instead of the describe call
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.