-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Improve directive validation (#336)
* add ANY handler for custom data * move directive validation to its own file * add directive validation file * add directive validation test * add ANY check on custom data checking * add test for any and reference for custom data * add lock for allbacklogs * fix inconsistent test result for backlog with custom data * remove mutex call from backlog counting * remove unnecessary bp control * add more test cases for custom data check * update test directive * replace found check with uint32 atomic * add test for event with empty custom data Co-authored-by: RikiSyahputra <[email protected]>
- Loading branch information
Showing
9 changed files
with
997 additions
and
158 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
Oops, something went wrong.