-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* logstorage: rework "Logstorage changes" + Correct alignment in CMake options + Reactivate logstorage features unittest + Remove unregister forbidden commit and unit test + Fix logstorage file name unset when no counter available + Remove conflicted parts in dlt_user + Remove unnecessary test case in user Signed-off-by: Le Van Khanh <[email protected]> Signed-off-by: LUU QUANG MINH <[email protected]> * CI/CD: retrigger failed test cases in verbose mode In github Action, rerun all failed test cases for debugging purpose Signed-off-by: LUU QUANG MINH <[email protected]> * unittest: modify logd converter test framework + Remove all config files + Setup environment in CMakelist + Remove system call inside test suites + Reactivate last test in user Signed-off-by: LUU QUANG MINH <[email protected]> * Correct typo and +1 for strncpy Signed-off-by: minmin.littleshrimp <[email protected]> * cmake: correct syntax linking against zlib in daemon Since the switching of mordern CMake target-based linking approach from -zl to ZLIB::ZLIB (flag -> target), the structure must follow: find_package() set() This is because finding package will create target and then calling ZLIB::ZLIB is refering to that created target. Hence, swap process to comply with the rule. Signed-off-by: minmin.littleshrimp <[email protected]> --------- Signed-off-by: Le Van Khanh <[email protected]> Signed-off-by: LUU QUANG MINH <[email protected]> Signed-off-by: minmin.littleshrimp <[email protected]> Co-authored-by: Le Van Khanh <[email protected]> Co-authored-by: LUU QUANG MINH <[email protected]>
- Loading branch information
1 parent
e81c422
commit ac3a843
Showing
64 changed files
with
236 additions
and
1,056 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.