forked from jatinrdave/SQLEFTableNotification
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestsprite_config.json
More file actions
110 lines (109 loc) · 2.89 KB
/
testsprite_config.json
File metadata and controls
110 lines (109 loc) · 2.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"project": {
"name": "SQLDBEntityNotifier",
"version": "2.0.0",
"type": "backend",
"framework": ".NET 6.0",
"language": "C#"
},
"testing": {
"scope": "codebase",
"objectives": [
"Comprehensive feature coverage",
"Quality assurance and bug detection",
"Regression prevention",
"Performance validation",
"Security assessment"
],
"phases": [
{
"name": "Phase 1: Core Functionality",
"focus": ["CDC operations", "Change detection", "Basic filtering", "Notifications"],
"priority": "Critical"
},
{
"name": "Phase 2: Advanced Features",
"focus": ["Analytics", "Schema detection", "Change correlation", "Context management"],
"priority": "High"
},
{
"name": "Phase 3: Advanced Processing",
"focus": ["Routing", "Advanced filtering", "Multi-destination delivery"],
"priority": "Medium"
},
{
"name": "Phase 4: Enterprise Features",
"focus": ["Change replay", "Recovery", "Audit trails"],
"priority": "Medium"
},
{
"name": "Phase 5: Quality & Security",
"focus": ["Performance testing", "Security testing", "Integration testing"],
"priority": "High"
}
]
},
"test_requirements": {
"coverage_target": ">90%",
"frameworks": ["xUnit", "MSTest", "Moq"],
"existing_tests": 379,
"target_tests": "Comprehensive coverage of all features"
},
"components": {
"core": [
"UnifiedDBNotificationService",
"CDCProviderFactory",
"ICDCProvider interface"
],
"providers": [
"SqlServerCDCProvider",
"MySqlCDCProvider",
"PostgreSqlCDCProvider"
],
"advanced_engines": [
"ChangeAnalytics",
"SchemaChangeDetection",
"ChangeCorrelationEngine",
"ChangeContextManager",
"AdvancedChangeFilters",
"ChangeRoutingEngine",
"ChangeReplayEngine"
]
},
"database_support": [
"SQL Server (Native CDC)",
"MySQL (Binary Log)",
"PostgreSQL (WAL Replication)"
],
"performance_targets": {
"change_detection_latency": "<100ms",
"throughput": "1000+ changes/second",
"memory_usage": "<500MB",
"cpu_usage": "<20%"
},
"security_requirements": [
"Encrypted connections",
"Role-based access control",
"Audit logging",
"Secure credential management"
],
"success_criteria": [
"All existing tests pass (379/379)",
"New test coverage for advanced features",
"Performance benchmarks met",
"Security vulnerabilities identified and resolved",
"Documentation accuracy verified"
],
"test_sprite_config": {
"local_port": 5173,
"test_type": "backend",
"test_scope": "codebase",
"focus_areas": [
"Unit testing",
"Integration testing",
"Performance testing",
"Security testing",
"Documentation validation"
]
}
}