You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On master branch, I tried to run unit tests for kvssink after a build but the above error logs showed up. The environment I use is M3 MacOS Sequoia. Thank you for your support.
To Reproduce
Steps to reproduce the behavior:
Build the project by cmake -DBUILD_GSTREAMER_PLUGIN=TRUE -DBUILD_TEST=TRUE .. on ./build directory
Set AWS credentials for environment variables
Execute ./tst/gstkvsplugintest
See error
Expected behavior
The all of test cases should pass since I don't touch anything from master branch.
SDK version number
v3.4.2
Platform (please complete the following information):
OS: macOS Sequoia 15.2
Processor: Apple Sillicon M3 pro
The text was updated successfully, but these errors were encountered:
I was able to reproduce this on my mac locally. It seems to be just an issue with the unit tests. The CI which runs kvssink in an actual Gstreamer pipeline is working as expected.
We'll be looking into enhancing the test suite at a future date. Is this currently blocking your development?
Logging
Describe the bug
On master branch, I tried to run unit tests for kvssink after a build but the above error logs showed up. The environment I use is M3 MacOS Sequoia. Thank you for your support.
To Reproduce
Steps to reproduce the behavior:
cmake -DBUILD_GSTREAMER_PLUGIN=TRUE -DBUILD_TEST=TRUE ..
on./build
directory./tst/gstkvsplugintest
Expected behavior
The all of test cases should pass since I don't touch anything from master branch.
SDK version number
v3.4.2
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: