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
* Added README instruction to use devleop, and added develop to travis.yml (#135)
* Adding a generic utility for exponential backoff retries (#136)
* Adding a utility for exponential backoff retries
* Adding a utility to compute power
Testing: Added unit tests for all relevant changes
* updated cmake verison from 2.8 to 3.6.3 (#139)
* KVS Events feature (images/notifications) (#138)
* Images feature. Tests still incomplete, comments to follow.
* Address code review comments, fixed UT, formatted.
* Fixed compile errors from enum renames and struct type changes
* Unit test floating point issue from %i being able to divide by 0.
* Removed variable declaration from for loop and simplified redundant if statements.
* Changed enum to be bit shifted ints, allowed to bitwise or multiple events into a single API call
* updated struct to include versioning
* Style and comment update
* removed outdated comment
* Define moved back into an enum, macros added for internal bit-wise operations with associated enum
* added error messages to default case
* spacing for strings tag was incorrect
* Additional MKV api tests to ensure the correct formatting of MKV event fragments
* Missing declaration in Stream.h for putEventMetadata (#142)
* All events will have a unique L1 TAGS. (#145)
* Events mkv size bug (#144)
* committing to test out changes, added ability to increment the size of tags after appending additional SimpleTags
* updating logs
* tagsStart initialization was incorrect
* cleanup debug logs
* Unit test and clang sanitization
* accidental leftover comment forward slash
* Memory leak in unit test
* Removing if else that doesn't cover existing cases
* Unnecessary setting of variables that will not be used past this point in the function
Co-authored-by: Hassan Sahibzada <[email protected]>
* Log git hash
* Adding error handler in PIC state machine and updating client/stream state machines to use the error handler on state transitions (#143)
* The commit includes following -
(1) Refactoring Exponential backoff utility by changing name(s) to use 'RetryStrategy'
(2) Minor logging improvements in Exponential backoff utility
(3) Adding KVS retry strategy and related callbacks to be used in client and streams
(4) Adding a new error handler in PIC state machine
(5) Updating KVS client and stream state machines to use PIC error handler and exponential backoff retry strategy on encountering error while state transitions
* - Adding client callback to get retry strategy. This is particularly needed for unit testing
- Addressing PR feedback
* - Updating UTs to handle memory leak for offline streaming
- Addressing PR feedback
* Addressing PR feedback
* Update Client.c
trigger travis CI
* All events will have a unique L1 TAGS. (#145)
* Events mkv size bug (#144)
* committing to test out changes, added ability to increment the size of tags after appending additional SimpleTags
* updating logs
* tagsStart initialization was incorrect
* cleanup debug logs
* Unit test and clang sanitization
* accidental leftover comment forward slash
* Memory leak in unit test
* Removing if else that doesn't cover existing cases
* Unnecessary setting of variables that will not be used past this point in the function
Co-authored-by: Hassan Sahibzada <[email protected]>
* Log git hash
Co-authored-by: Hassan Sahibzada <[email protected]>
Co-authored-by: jdelapla <[email protected]>
Co-authored-by: Divya Sampath Kumar <[email protected]>
* Expose retry count
* Move to callback model to get count and move retry state out of public header
* Fix potential NULL dereference
* Address comments
* Move state back to public header since unit tests are failing. Tests will have to fixedi n another PR
* Incorporating full jitter implementation of exponential backoff algorithm
* Updating stepStateMachine to use stateTransitionHookFunc to get next retry wait time for local state retries (#155)
* Updating stepStateMachine to use stateTransitionHookFunc to get next retry wait time for local state retries
* Remove check for strategy type (#156)
* Test exp for same state
* Remove check for strategy type until we handle the STRATEGY_TYPE placement appropriately
* Decoupling retry strategy callbacks from the actual retry strategy, adding retry strategy type check before casting retry strategy state
* Fix PR feedback and add test for getExponentialBackoffRetryCount
* Add missing copy of retry strategy callbacks while creating kinesis video client and fix broken unit test
* Crate retry strategy after fixing up device info (#158)
* more specific service call results, will be used for clock skew auto correction (#159)
* Fix up bad log message (#160)
* setup ga; disable travis on develop
* fix clang-format check on ga
* fix ci file name
* Add retry coumt metric
* Fix %lu in logging
* Trigger CI
* Fix format specifiers
* fix wiindows, clang, ubsan
* fix windows, clang
* fix windows, clang
* fix clang-format
* fix windows
* fix windows
* fix windows
* fix windows
* fix windows
* fix ubsan and windows build
* fix windows build
* fix windows build
* fix windows build
* fix windows build
* fix windows build
* fix windows build
* fix windows build
* fix windows build with powershell
* fix windows build with powershell
* fix windows build with powershell
* update call path windows
* update call path windows
* use aws-actions for creds
* add region
* fix aws-actions
* fix aws-actions
* fix aws-actions
* use environment
* unset session token
* unset session token
* unset session token
* unsetting the token
* fix builds
* block tags before first cluster, post tags after (#151)
* block tags before first cluster, post tags after
* missing bool flip
* correction to size expectations
* use clang 7
* remove continue-on-error
* setup arm cross-compilation with qemu
* fix msan and ubsan
* fix windows build
* fix windows build; remove export
* fix test instruction
* fix test instruction
* fix test instruction; get pwd and dir
* fix test instruction with backslash
* find current directory
* check the contents of the build folder
* execute the test
* disable windows defender
* disable windows defender
* disable windows defender
* fix typo
* use docker image for windows
* remove msvc action
* remove msvc action
* use msvc 2017
* use windows 2016
* use vcvars64
* run tests
* check verbose logs
* update travis and ga for working builds
* fix windows build on travis
* fix mac builds on ga
* update cmake
* fix mac builds
* fix windows build
* initialize firstFrameFirst
* fix windows build
* fix working builds
* move windows build from travis to ga
* fix indentation
* run tests with arm
* fix arm
* remove exports, use latest, fix firstFramefirst
* set log-level to 2, update mac build name, remove windows from travis
* check CC
* remove echo
* update windows log level
* update cross-compilation builds for ga
* There are several missing 'accepted' states from the Stream State mac… (#148)
* There are several missing 'accepted' states from the Stream State machine
* Clang format
* Extra accepted states found in Client state machine
* I still forget to clang format...
* Update StreamState.c
trigger travis ci
* needed for tagResourceResult
Co-authored-by: Hassan Sahibzada <[email protected]>
* remove travis.yml
* Give Frame a name
* Develop (#177)
* fix deadlock
* fix semaphore release and lock release order
* create new mutex around putFrame API call, necessary due to logStreamMetric insidue putframe needing to acquire streamListLock which would otherwise let other threads call putFrame unless we create a new high level lock
* set client after we verify it is not NULL
Co-authored-by: Hassan Sahibzada <[email protected]>
* fix test
Co-authored-by: jdelapla <[email protected]>
Co-authored-by: Anurag Katey <[email protected]>
Co-authored-by: Niyati Maheshwari <[email protected]>
Co-authored-by: Divya Sampath Kumar <[email protected]>
Co-authored-by: Anurag Katey <[email protected]>
Co-authored-by: Dave Johansen <[email protected]>
Co-authored-by: Hassan Sahibzada <[email protected]>
for test_file in $(find CMakeFiles/kvspic.dir CMakeFiles/kvspicClient.dir CMakeFiles/kvspicState.dir CMakeFiles/kvspicUtils.dir -name '*.gcno'); do gcov $test_file; done
0 commit comments