-
Notifications
You must be signed in to change notification settings - Fork 2.3k
vtorc: rename ReplicationAnalysis -> DetectionAnalysis
#18615
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
vtorc: rename ReplicationAnalysis -> DetectionAnalysis
#18615
Conversation
Signed-off-by: Tim Vaillancourt <[email protected]>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Signed-off-by: Tim Vaillancourt <[email protected]>
Signed-off-by: Tim Vaillancourt <[email protected]>
Signed-off-by: Tim Vaillancourt <[email protected]>
Signed-off-by: Tim Vaillancourt <[email protected]>
Signed-off-by: Tim Vaillancourt <[email protected]>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #18615 +/- ##
==========================================
- Coverage 67.52% 67.52% -0.01%
==========================================
Files 1608 1608
Lines 263611 263589 -22
==========================================
- Hits 177994 177976 -18
+ Misses 85617 85613 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Looks like we need more VTOrc reviewers. I've added a few reviewers at random until we sort out who the VTOrc |
…tionAnalysis Signed-off-by: Tim Vaillancourt <[email protected]>
Signed-off-by: Tim Vaillancourt <[email protected]>
…tionAnalysis Signed-off-by: Tim Vaillancourt <[email protected]>
Signed-off-by: Tim Vaillancourt <[email protected]>
…tionAnalysis Signed-off-by: Tim Vaillancourt <[email protected]>
Description
Similar to #18351, this PR renames the term
ReplicationAnalysis->DetectionAnalysisin VTOrc, as the problems VTOrc detects and actions has expanded beyond just replication-related problems, making the old/existing name a bit confusingWhile doing this rename, the big
ifstatement inGetDetectionAnalysiswas moved to use aswitchstatement to make it a bit easier to readRelated Issue(s)
Checklist
Deployment Notes