Fix failover channel layout and runtime impact coverage
This commit is contained in:
@@ -48,6 +48,7 @@ test('every displaced regex path keeps dataplane restart coverage in JS and TS',
|
||||
'src/server/services/connectivityDiagnosticsService',
|
||||
'src/server/services/deviceTrafficService',
|
||||
'src/server/services/devicePolicyService',
|
||||
'src/server/services/singboxSelectorService',
|
||||
'src/shared/connectivityDiagnostics',
|
||||
'src/shared/errors',
|
||||
];
|
||||
@@ -76,6 +77,10 @@ test('classifier covers current dataplane reachability without promoting its cli
|
||||
affectedComponents: ['control', 'dataplane'],
|
||||
restartScope: 'both',
|
||||
});
|
||||
assert.deepEqual(classifyRuntimeImpact(['src/server/services/singboxSelectorService.ts']), {
|
||||
affectedComponents: ['control', 'dataplane'],
|
||||
restartScope: 'both',
|
||||
});
|
||||
assert.deepEqual(classifyRuntimeImpact(['src/server/dataplaneClient.ts']), {
|
||||
affectedComponents: ['control'],
|
||||
restartScope: 'control',
|
||||
|
||||
Reference in New Issue
Block a user