feat: 接管旧版扩展安装记录
This commit is contained in:
@@ -125,6 +125,20 @@ CASE_DRIVERS: dict[str, dict[str, Any]] = {
|
||||
"timeout_seconds": 900,
|
||||
"required_metrics": (),
|
||||
},
|
||||
"D-02": {
|
||||
"driver": "scripts/acceptance_cases/d02_extension_migration.py",
|
||||
"timeout_seconds": 900,
|
||||
"required_metrics": (
|
||||
"legacy_groups",
|
||||
"migration_rounds",
|
||||
"imported_records",
|
||||
"duplicate_records",
|
||||
"external_directory_changes",
|
||||
"inherited_permissions",
|
||||
"legacy_write_rejections",
|
||||
),
|
||||
"platform_profiles": ("windows-11-x64",),
|
||||
},
|
||||
"D-03": {
|
||||
"driver": "scripts/acceptance_cases/d03_extension_transactions.py",
|
||||
"timeout_seconds": 900,
|
||||
|
||||
Reference in New Issue
Block a user