-
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.
Structure for negative filter logstorage (#557)
Add 2 optional fields for excluded applications and contexts Store value of these fields from config file Filter message base on excluded applications and contexts Logstorage does not support both multiple excluded applications and contexts Check applications and contexts from message, if they existed in excluded list the message will be not stored in logstorage buffer Unit test update for negative filter + Add test suites for new functions + Add test cases for modification in current implementation + Update bash script for offline logstorage test Update documentation to introduce negative filter + Add sequence diagram for negative filter + Add activity datagram for negative filter + Write description for negative filter in logstorage documentation + Write guideline for using negative filtern Improvement for negative filter unit test + Add strncmp for checking success id storing process + Add comments for calloc functions to initialize config pointer Initialize pointers in test suites + Add 3 more test scenarios for negative filter + Set unused excluded_apid/ctids fields to NULL Signed-off-by: LUU QUANG MINH <Minh.LuuQuang@vn.bosch.com> Co-authored-by: Le Tin <tin.le@vn.bosch.com>
- Loading branch information
1 parent
86fb853
commit 2118762
Showing
6 changed files
with
460 additions
and
13 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
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.