Skip to content
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

Merged
merged 10 commits into from
Feb 27, 2024

Conversation

niyatim23
Copy link
Contributor

@niyatim23 niyatim23 commented Feb 26, 2024

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.

@niyatim23 niyatim23 marked this pull request as ready for review February 26, 2024 20:02
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.11%. Comparing base (6531bea) to head (9bb5997).

❗ Current head 9bb5997 differs from pull request most recent head 9ac4d0f. Consider uploading reports for the commit 9ac4d0f to get more accurate results

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.
📢 Have feedback on the report? Share it here.

@niyatim23 niyatim23 changed the title Fix read windows Fix signaling cache and GStreamer sample build on Windows Feb 26, 2024
Copy link
Contributor

@hassanctech hassanctech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@niyatim23 niyatim23 merged commit 3ab921c into develop Feb 27, 2024
29 checks passed
@niyatim23 niyatim23 deleted the fix-read-windows branch February 27, 2024 00:08
niyatim23 added a commit that referenced this pull request Feb 28, 2024
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants