feat: 【日志平台】V4 分隔符与正则清洗支持 error_strategy --story=136788934 - #11929
Draft
yiqiwang-17 wants to merge 1 commit into
Draft
feat: 【日志平台】V4 分隔符与正则清洗支持 error_strategy --story=136788934#11929yiqiwang-17 wants to merge 1 commit into
yiqiwang-17 wants to merge 1 commit into
Conversation
yiqiwang-17
marked this pull request as draft
August 12, 2026 10:26
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #11929 +/- ##
==========================================
+ Coverage 54.28% 61.05% +6.77%
==========================================
Files 807 920 +113
Lines 45868 66584 +20716
==========================================
+ Hits 24901 40656 +15755
- Misses 20967 25928 +4961 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
drop/null失败策略判定split_str预接入error_strategy和min_parts,为regex预接入error_strategyDependency
regex.error_strategy,并忽略split_str.error_strategydatabus_runtime先支持split_str.min_parts/error_strategy与regex.error_strategydatabus/clean/debug/验证缺列、正则不匹配的drop/null行为Test plan
python manage.py test apps.tests.log_databus -v 1 --noinput(360 passed)split_str/regex的 drop、null 与正常输入TAPD