Merged
Conversation
* Resolve code coverage hang issue in develop Signed-off-by: PriyaDharshini_Kathiravan <priyakathiravan05@gmail.com> * Run L1 test in main branch * Run L1 test in main * Run code coverage in develop branch * Run L1 code coverage in develop * Run L1 code coverage in develop * Run L1 code coverage in develop * Run L1 code coverage in develop * Resolve the hang issue in code coverage yml * Resolve the hang issue and failures in L1 code coverage * Resolve hang issue and crash in L1 test and code coverage * Update datamodelTest.cpp * Resolve hang issue in L1 test run --------- Signed-off-by: PriyaDharshini_Kathiravan <priyakathiravan05@gmail.com>
…#191) * RDKB-62050: Build control flag for Red Recovery feature Default build time disabled. --------- Co-authored-by: Shibu Kakkoth Vayalambron <shibu.kakkoth@gmail.com>
[Description] To differentiate between normal and cached reports, set "REPORT_TYPE": "CACHED" for cached reports. This makes it clear in the report that it's a cached one. [Solution] Modified the logic to include "REPORT_TYPE":"CACHED" in cached reports. [Testing] Verified that cached reports now include "REPORT_TYPE":"CACHED". Co-authored-by: Saikiran <svanamala@libertyglobal.com> Co-authored-by: Sukanya673 <60687655+Sukanya673@users.noreply.github.com>
* ISSUE-76 : Fix race condition during aggressive reloads Reason for Change: moving reportThread out of profilexconf structure and making it static in the file, this helps in reuse without depending on profilexconf structure Test Procedure: Aggressively simulate report uploads and verify that no crashes occur. Risks: Medium Priority: P1 * Minor Fix * Coverity Fix * coverity fix * Coverity Fix debug --------- Co-authored-by: Shibu Kakkoth Vayalambron <shibu.kakkoth@gmail.com>
Code Coverage Summary |
Contributor
Coverity Issue - Data race conditionAccessing "profile->grepSeekProfile->execCounter" without holding lock "plMutex". Elsewhere, "_GrepSeekProfile.execCounter" is written to with "plMutex" held 2 out of 2 times. Medium Impact, CWE-366 Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Minor bug fixes related to crashes with race condition and ssl options for curl.