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

DLT Upstream for minor release #515

Merged
merged 26 commits into from
Aug 10, 2023

Conversation

minminlittleshrimp
Copy link
Collaborator

@minminlittleshrimp minminlittleshrimp commented Aug 3, 2023

Upstream for next minor release of dlt

tdinhcong and others added 26 commits August 3, 2023 11:02
Adding policy for the path of internal dlt log.

Signed-off-by: Dinh Cong Toan <[email protected]>
Same contexts were unregistered twice, hence removing them.

Signed-off-by: Saya Sugiura <[email protected]>
Signed-off-by: Saya Sugiura <[email protected]>
The incorrect check of local_filename.
If that is an array of characters,
we should check the first character against 0

Signed-off-by: Bui Nguyen Quoc Thanh <[email protected]>
In order to use correct path to dlt-daemon,
environment variable DLT_UT_DAEMON_PATH is introduced in gateway gtest

Signed-off-by: Saya Sugiura <[email protected]>
Signed-off-by: mayaz <[email protected]>
Signed-off-by: Bui Nguyen Quoc Thanh <[email protected]>
Add jsoncpp lib to Android.bp

Signed-off-by: LUU QUANG MINH <[email protected]>
+ Construct functions for json parsing and json tag matching
+ Create conf file
+ Add an example of json file

Signed-off-by: LUU QUANG MINH <[email protected]>
When partial DLT messages are received by DLT Daemon from
the application side, to prevent errors in the DLT Client
when such messages are being parsed, identify & ignore
them inside the receiver buffer.

Signed-off-by: Suprathik Narasimhaiah <[email protected]>
+ Fix memory leak if tag duplicated in json file.
+ Remove minor duplicated warning message.

Signed-off-by: LUU QUANG MINH <[email protected]>
Signed-off-by: LUU QUANG MINH <[email protected]>
Remove unrelated part in script for qnx system test

Signed-off-by: LUU QUANG MINH <[email protected]>
Add some binaries for RFW testcases in Android

Signed-off-by: Le Tin <[email protected]>
Socket is shutdown and closed before that,
so thread will complete its task,
here is the listening task
Calling pthread_cancel does not need here

Signed-off-by: Le Tin <[email protected]>
Before writing to the timer pipes, the fd must be checked
to ensure that it is a valid fd

Signed-off-by: Bui Nguyen Quoc Thanh <[email protected]>
Improve mechanism to help overflow message sent only one time

Signed-off-by: Bui Nguyen Quoc Thanh <[email protected]>
Increase buffer sizes to get longer file paths,
hence avoiding test fails.

Signed-off-by: LUU QUANG MINH <[email protected]>
+ Add header file
+ Add gtest file source
+ Small modification for binary source code
+ Add test for dlt-logd-converter in CMakeLists

Signed-off-by: LUU QUANG MINH <[email protected]>
+ Remove wrong implemented abmormal test case
+ Setup condition in source code to avoid throwing SIGSEGV
+ Modify test suite for modified source parts

Signed-off-by: LUU QUANG MINH <[email protected]>
…nverter

+ Modify source code to bypass the abnormal case when reading conf file
+ Trigger and modify the corresponding abnormal test case

Signed-off-by: LUU QUANG MINH <[email protected]>
Copy link
Collaborator

@michael-methner michael-methner left a comment

Choose a reason for hiding this comment

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

Hello @minminlittleshrimp ,
thanks for the PR. For next time: please keep your PR small and atomic, that keeps review process easier.

@michael-methner michael-methner merged commit 2abaf86 into COVESA:master Aug 10, 2023
@minminlittleshrimp minminlittleshrimp deleted the upstream_v2 branch July 3, 2024 09:30
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.

7 participants